Advertisement
Scripteditor233

1999, bizarre summer~!

Jan 19th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.21 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code V2 by Mokiros")
  6. local RealPlayer = RealPlayer
  7. script.Parent = RealPlayer.Character
  8.  
  9. --Fake event to make stuff like Mouse.KeyDown work
  10. local Disconnect_Function = function(this)
  11. this[1].Functions[this[2]] = nil
  12. end
  13. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  14. local FakeEvent_Metatable = {__index={
  15. Connect = function(this,f)
  16. local i = tostring(math.random(0,10000))
  17. while this.Functions[i] do
  18. i = tostring(math.random(0,10000))
  19. end
  20. this.Functions[i] = f
  21. return setmetatable({this,i},Disconnect_Metatable)
  22. end
  23. }}
  24. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  25. local function fakeEvent()
  26. return setmetatable({Functions={}},FakeEvent_Metatable)
  27. end
  28.  
  29. --Creating fake input objects with fake variables
  30. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  31. FakeMouse.keyUp = FakeMouse.KeyUp
  32. FakeMouse.keyDown = FakeMouse.KeyDown
  33. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  34. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  35. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  36. end}
  37. --Merged 2 functions into one by checking amount of arguments
  38. CAS.UnbindAction = CAS.BindAction
  39.  
  40. --This function will trigger the events that have been :Connect()'ed
  41. local function TriggerEvent(self,ev,...)
  42. for _,f in pairs(self[ev].Functions) do
  43. f(...)
  44. end
  45. end
  46. FakeMouse.TriggerEvent = TriggerEvent
  47. UIS.TriggerEvent = TriggerEvent
  48.  
  49. --Client communication
  50. local Event = Instance.new("RemoteEvent")
  51. Event.Name = "UserInput_Event"
  52. Event.OnServerEvent:Connect(function(plr,io)
  53. if plr~=RealPlayer then return end
  54. FakeMouse.Target = io.Target
  55. FakeMouse.Hit = io.Hit
  56. if not io.isMouse then
  57. local b = io.UserInputState == Enum.UserInputState.Begin
  58. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  59. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  60. end
  61. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  62. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  63. end
  64. for _,t in pairs(CAS.Actions) do
  65. for _,k in pairs(t.Keys) do
  66. if k==io.KeyCode then
  67. t.Function(t.Name,io.UserInputState,io)
  68. end
  69. end
  70. end
  71. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  72. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  73. end
  74. end)
  75. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  76. local Mouse = owner:GetMouse()
  77. local UIS = game:GetService("UserInputService")
  78. local input = function(io,RobloxHandled)
  79. if RobloxHandled then return end
  80. --Since InputObject is a client-side instance, we create and pass table instead
  81. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  82. end
  83. UIS.InputBegan:Connect(input)
  84. UIS.InputEnded:Connect(input)
  85.  
  86. local h,t
  87. --Give the server mouse data every second frame, but only if the values changed
  88. --If player is not moving their mouse, client won't fire events
  89. local HB = game:GetService("RunService").Heartbeat
  90. while true do
  91. if h~=Mouse.Hit or t~=Mouse.Target then
  92. h,t=Mouse.Hit,Mouse.Target
  93. Event:FireServer({isMouse=true,Target=t,Hit=h})
  94. end
  95. --Wait 2 frames
  96. for i=1,2 do
  97. HB:Wait()
  98. end
  99. end]==],script)
  100.  
  101. ----Sandboxed game object that allows the usage of client-side methods and services
  102. --Real game object
  103. local RealGame = game
  104.  
  105. --Metatable for fake service
  106. local FakeService_Metatable = {
  107. __index = function(self,k)
  108. local s = rawget(self,"_RealService")
  109. if s then
  110. return typeof(s[k])=="function"
  111. and function(_,...)return s[k](s,...)end or s[k]
  112. end
  113. end,
  114. __newindex = function(self,k,v)
  115. local s = rawget(self,"_RealService")
  116. if s then s[k]=v end
  117. end
  118. }
  119. local function FakeService(t,RealService)
  120. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  121. return setmetatable(t,FakeService_Metatable)
  122. end
  123.  
  124. --Fake game object
  125. local FakeGame = {
  126. GetService = function(self,s)
  127. return rawget(self,s) or RealGame:GetService(s)
  128. end,
  129. Players = FakeService({
  130. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  131. },"Players"),
  132. UserInputService = FakeService(UIS,"UserInputService"),
  133. ContextActionService = FakeService(CAS,"ContextActionService"),
  134. RunService = FakeService({
  135. _btrs = {},
  136. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  137. BindToRenderStep = function(self,name,_,fun)
  138. self._btrs[name] = self.Heartbeat:Connect(fun)
  139. end,
  140. UnbindFromRenderStep = function(self,name)
  141. self._btrs[name]:Disconnect()
  142. end,
  143. },"RunService")
  144. }
  145. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  146. FakeGame.service = FakeGame.GetService
  147. FakeService(FakeGame,game)
  148. --Changing owner to fake player object to support owner:GetMouse()
  149. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  150. end
  151. -- made by 1ndrew
  152. function sandbox(var,func)
  153. local env = getfenv(func)
  154. local newenv = setmetatable({},{
  155. __index = function(self,k)
  156. if k=="script" then
  157. return var
  158. else
  159. return env[k]
  160. end
  161. end,
  162. })
  163. setfenv(func,newenv)
  164. return func
  165. end
  166. cors = {}
  167. mas = Instance.new("Model",game:GetService("Lighting"))
  168. Tool0 = Instance.new("Tool")
  169. LocalScript1 = Instance.new("LocalScript")
  170. LocalScript2 = Instance.new("LocalScript")
  171. ScreenGui3 = Instance.new("ScreenGui")
  172. TextLabel4 = Instance.new("TextLabel")
  173. TextLabel5 = Instance.new("TextLabel")
  174. TextLabel6 = Instance.new("TextLabel")
  175. ImageLabel7 = Instance.new("ImageLabel")
  176. TextLabel8 = Instance.new("TextLabel")
  177. TextLabel9 = Instance.new("TextLabel")
  178. TextLabel10 = Instance.new("TextLabel")
  179. Frame11 = Instance.new("Frame")
  180. TextLabel12 = Instance.new("TextLabel")
  181. LocalScript13 = Instance.new("LocalScript")
  182. LocalScript14 = Instance.new("LocalScript")
  183. Part15 = Instance.new("Part")
  184. BlockMesh16 = Instance.new("BlockMesh")
  185. Part17 = Instance.new("Part")
  186. SpecialMesh18 = Instance.new("SpecialMesh")
  187. Part19 = Instance.new("Part")
  188. BillboardGui20 = Instance.new("BillboardGui")
  189. ImageLabel21 = Instance.new("ImageLabel")
  190. CylinderMesh22 = Instance.new("CylinderMesh")
  191. Part23 = Instance.new("Part")
  192. BlockMesh24 = Instance.new("BlockMesh")
  193. Part25 = Instance.new("Part")
  194. BlockMesh26 = Instance.new("BlockMesh")
  195. Part27 = Instance.new("Part")
  196. BlockMesh28 = Instance.new("BlockMesh")
  197. Part29 = Instance.new("Part")
  198. SpecialMesh30 = Instance.new("SpecialMesh")
  199. Part31 = Instance.new("Part")
  200. BlockMesh32 = Instance.new("BlockMesh")
  201. Sound33 = Instance.new("Sound")
  202. Sound34 = Instance.new("Sound")
  203. Sound35 = Instance.new("Sound")
  204. Sound36 = Instance.new("Sound")
  205. Sound37 = Instance.new("Sound")
  206. Part38 = Instance.new("Part")
  207. BlockMesh39 = Instance.new("BlockMesh")
  208. Part40 = Instance.new("Part")
  209. SpecialMesh41 = Instance.new("SpecialMesh")
  210. Part42 = Instance.new("Part")
  211. SpecialMesh43 = Instance.new("SpecialMesh")
  212. Part44 = Instance.new("Part")
  213. SpecialMesh45 = Instance.new("SpecialMesh")
  214. Part46 = Instance.new("Part")
  215. SpecialMesh47 = Instance.new("SpecialMesh")
  216. Part48 = Instance.new("Part")
  217. SpecialMesh49 = Instance.new("SpecialMesh")
  218. Part50 = Instance.new("Part")
  219. BlockMesh51 = Instance.new("BlockMesh")
  220. Part52 = Instance.new("Part")
  221. BlockMesh53 = Instance.new("BlockMesh")
  222. Part54 = Instance.new("Part")
  223. BlockMesh55 = Instance.new("BlockMesh")
  224. Part56 = Instance.new("Part")
  225. SpecialMesh57 = Instance.new("SpecialMesh")
  226. Part58 = Instance.new("Part")
  227. BlockMesh59 = Instance.new("BlockMesh")
  228. Part60 = Instance.new("Part")
  229. SpecialMesh61 = Instance.new("SpecialMesh")
  230. Part62 = Instance.new("Part")
  231. BlockMesh63 = Instance.new("BlockMesh")
  232. Part64 = Instance.new("Part")
  233. SpecialMesh65 = Instance.new("SpecialMesh")
  234. Part66 = Instance.new("Part")
  235. BlockMesh67 = Instance.new("BlockMesh")
  236. Part68 = Instance.new("Part")
  237. BlockMesh69 = Instance.new("BlockMesh")
  238. Part70 = Instance.new("Part")
  239. BlockMesh71 = Instance.new("BlockMesh")
  240. Part72 = Instance.new("Part")
  241. BlockMesh73 = Instance.new("BlockMesh")
  242. Part74 = Instance.new("Part")
  243. BlockMesh75 = Instance.new("BlockMesh")
  244. Part76 = Instance.new("Part")
  245. BlockMesh77 = Instance.new("BlockMesh")
  246. Part78 = Instance.new("Part")
  247. BlockMesh79 = Instance.new("BlockMesh")
  248. Part80 = Instance.new("Part")
  249. BlockMesh81 = Instance.new("BlockMesh")
  250. Part82 = Instance.new("Part")
  251. BlockMesh83 = Instance.new("BlockMesh")
  252. Part84 = Instance.new("Part")
  253. BlockMesh85 = Instance.new("BlockMesh")
  254. Part86 = Instance.new("Part")
  255. SpecialMesh87 = Instance.new("SpecialMesh")
  256. Part88 = Instance.new("Part")
  257. SpecialMesh89 = Instance.new("SpecialMesh")
  258. Part90 = Instance.new("Part")
  259. BlockMesh91 = Instance.new("BlockMesh")
  260. Part92 = Instance.new("Part")
  261. SpecialMesh93 = Instance.new("SpecialMesh")
  262. Part94 = Instance.new("Part")
  263. SpecialMesh95 = Instance.new("SpecialMesh")
  264. Part96 = Instance.new("Part")
  265. BlockMesh97 = Instance.new("BlockMesh")
  266. Part98 = Instance.new("Part")
  267. BlockMesh99 = Instance.new("BlockMesh")
  268. Part100 = Instance.new("Part")
  269. SpecialMesh101 = Instance.new("SpecialMesh")
  270. Part102 = Instance.new("Part")
  271. BlockMesh103 = Instance.new("BlockMesh")
  272. Part104 = Instance.new("Part")
  273. BlockMesh105 = Instance.new("BlockMesh")
  274. Part106 = Instance.new("Part")
  275. BlockMesh107 = Instance.new("BlockMesh")
  276. Part108 = Instance.new("Part")
  277. BlockMesh109 = Instance.new("BlockMesh")
  278. Part110 = Instance.new("Part")
  279. BlockMesh111 = Instance.new("BlockMesh")
  280. Part112 = Instance.new("Part")
  281. CylinderMesh113 = Instance.new("CylinderMesh")
  282. Part114 = Instance.new("Part")
  283. BlockMesh115 = Instance.new("BlockMesh")
  284. Part116 = Instance.new("Part")
  285. CylinderMesh117 = Instance.new("CylinderMesh")
  286. Part118 = Instance.new("Part")
  287. BlockMesh119 = Instance.new("BlockMesh")
  288. Part120 = Instance.new("Part")
  289. CylinderMesh121 = Instance.new("CylinderMesh")
  290. Part122 = Instance.new("Part")
  291. CylinderMesh123 = Instance.new("CylinderMesh")
  292. Part124 = Instance.new("Part")
  293. BlockMesh125 = Instance.new("BlockMesh")
  294. Part126 = Instance.new("Part")
  295. BlockMesh127 = Instance.new("BlockMesh")
  296. Part128 = Instance.new("Part")
  297. BlockMesh129 = Instance.new("BlockMesh")
  298. Part130 = Instance.new("Part")
  299. BlockMesh131 = Instance.new("BlockMesh")
  300. Part132 = Instance.new("Part")
  301. BlockMesh133 = Instance.new("BlockMesh")
  302. Part134 = Instance.new("Part")
  303. PointLight135 = Instance.new("PointLight")
  304. BillboardGui136 = Instance.new("BillboardGui")
  305. ImageLabel137 = Instance.new("ImageLabel")
  306. Part138 = Instance.new("Part")
  307. CylinderMesh139 = Instance.new("CylinderMesh")
  308. Part140 = Instance.new("Part")
  309. BlockMesh141 = Instance.new("BlockMesh")
  310. Part142 = Instance.new("Part")
  311. CylinderMesh143 = Instance.new("CylinderMesh")
  312. Part144 = Instance.new("Part")
  313. CylinderMesh145 = Instance.new("CylinderMesh")
  314. Part146 = Instance.new("Part")
  315. CylinderMesh147 = Instance.new("CylinderMesh")
  316. Part148 = Instance.new("Part")
  317. BlockMesh149 = Instance.new("BlockMesh")
  318. Part150 = Instance.new("Part")
  319. CylinderMesh151 = Instance.new("CylinderMesh")
  320. Part152 = Instance.new("Part")
  321. CylinderMesh153 = Instance.new("CylinderMesh")
  322. Part154 = Instance.new("Part")
  323. BlockMesh155 = Instance.new("BlockMesh")
  324. Part156 = Instance.new("Part")
  325. CylinderMesh157 = Instance.new("CylinderMesh")
  326. Part158 = Instance.new("Part")
  327. CylinderMesh159 = Instance.new("CylinderMesh")
  328. Part160 = Instance.new("Part")
  329. CylinderMesh161 = Instance.new("CylinderMesh")
  330. Part162 = Instance.new("Part")
  331. CylinderMesh163 = Instance.new("CylinderMesh")
  332. Part164 = Instance.new("Part")
  333. CylinderMesh165 = Instance.new("CylinderMesh")
  334. Part166 = Instance.new("Part")
  335. BlockMesh167 = Instance.new("BlockMesh")
  336. Part168 = Instance.new("Part")
  337. CylinderMesh169 = Instance.new("CylinderMesh")
  338. Part170 = Instance.new("Part")
  339. CylinderMesh171 = Instance.new("CylinderMesh")
  340. Part172 = Instance.new("Part")
  341. CylinderMesh173 = Instance.new("CylinderMesh")
  342. Part174 = Instance.new("Part")
  343. BlockMesh175 = Instance.new("BlockMesh")
  344. Part176 = Instance.new("Part")
  345. CylinderMesh177 = Instance.new("CylinderMesh")
  346. Part178 = Instance.new("Part")
  347. CylinderMesh179 = Instance.new("CylinderMesh")
  348. Part180 = Instance.new("Part")
  349. CylinderMesh181 = Instance.new("CylinderMesh")
  350. Part182 = Instance.new("Part")
  351. CylinderMesh183 = Instance.new("CylinderMesh")
  352. Part184 = Instance.new("Part")
  353. BlockMesh185 = Instance.new("BlockMesh")
  354. Part186 = Instance.new("Part")
  355. BlockMesh187 = Instance.new("BlockMesh")
  356. Part188 = Instance.new("Part")
  357. BlockMesh189 = Instance.new("BlockMesh")
  358. Part190 = Instance.new("Part")
  359. BlockMesh191 = Instance.new("BlockMesh")
  360. Part192 = Instance.new("Part")
  361. BlockMesh193 = Instance.new("BlockMesh")
  362. Part194 = Instance.new("Part")
  363. BlockMesh195 = Instance.new("BlockMesh")
  364. Part196 = Instance.new("Part")
  365. CylinderMesh197 = Instance.new("CylinderMesh")
  366. Part198 = Instance.new("Part")
  367. CylinderMesh199 = Instance.new("CylinderMesh")
  368. Part200 = Instance.new("Part")
  369. BlockMesh201 = Instance.new("BlockMesh")
  370. Part202 = Instance.new("Part")
  371. BlockMesh203 = Instance.new("BlockMesh")
  372. Part204 = Instance.new("Part")
  373. CylinderMesh205 = Instance.new("CylinderMesh")
  374. Part206 = Instance.new("Part")
  375. CylinderMesh207 = Instance.new("CylinderMesh")
  376. Part208 = Instance.new("Part")
  377. BlockMesh209 = Instance.new("BlockMesh")
  378. Part210 = Instance.new("Part")
  379. CylinderMesh211 = Instance.new("CylinderMesh")
  380. Part212 = Instance.new("Part")
  381. BlockMesh213 = Instance.new("BlockMesh")
  382. Part214 = Instance.new("Part")
  383. BlockMesh215 = Instance.new("BlockMesh")
  384. Part216 = Instance.new("Part")
  385. BlockMesh217 = Instance.new("BlockMesh")
  386. Part218 = Instance.new("Part")
  387. BlockMesh219 = Instance.new("BlockMesh")
  388. Part220 = Instance.new("Part")
  389. CylinderMesh221 = Instance.new("CylinderMesh")
  390. Part222 = Instance.new("Part")
  391. CylinderMesh223 = Instance.new("CylinderMesh")
  392. Part224 = Instance.new("Part")
  393. BlockMesh225 = Instance.new("BlockMesh")
  394. Part226 = Instance.new("Part")
  395. CylinderMesh227 = Instance.new("CylinderMesh")
  396. Part228 = Instance.new("Part")
  397. CylinderMesh229 = Instance.new("CylinderMesh")
  398. Part230 = Instance.new("Part")
  399. CylinderMesh231 = Instance.new("CylinderMesh")
  400. Part232 = Instance.new("Part")
  401. CylinderMesh233 = Instance.new("CylinderMesh")
  402. Part234 = Instance.new("Part")
  403. CylinderMesh235 = Instance.new("CylinderMesh")
  404. Part236 = Instance.new("Part")
  405. CylinderMesh237 = Instance.new("CylinderMesh")
  406. Part238 = Instance.new("Part")
  407. CylinderMesh239 = Instance.new("CylinderMesh")
  408. Part240 = Instance.new("Part")
  409. CylinderMesh241 = Instance.new("CylinderMesh")
  410. Part242 = Instance.new("Part")
  411. BlockMesh243 = Instance.new("BlockMesh")
  412. Part244 = Instance.new("Part")
  413. BlockMesh245 = Instance.new("BlockMesh")
  414. Part246 = Instance.new("Part")
  415. BlockMesh247 = Instance.new("BlockMesh")
  416. Part248 = Instance.new("Part")
  417. BlockMesh249 = Instance.new("BlockMesh")
  418. Part250 = Instance.new("Part")
  419. BlockMesh251 = Instance.new("BlockMesh")
  420. Part252 = Instance.new("Part")
  421. BlockMesh253 = Instance.new("BlockMesh")
  422. LocalScript254 = Instance.new("LocalScript")
  423. Tool0.Name = "M4"
  424. Tool0.Parent = mas
  425. Tool0.GripForward = Vector3.new(-0.197077975, 0, -0.980387866)
  426. Tool0.GripPos = Vector3.new(0, -0.300000012, -0.200000003)
  427. Tool0.GripRight = Vector3.new(0.980387866, 0, -0.197077975)
  428. LocalScript1.Name = "BackupWeld"
  429. LocalScript1.Parent = Tool0
  430. table.insert(cors,sandbox(LocalScript1,function()
  431. function Weld(x,y)
  432. local W = Instance.new("Weld")
  433. W.Part0 = x
  434. W.Part1 = y
  435. local CJ = CFrame.new(x.Position)
  436. local C0 = x.CFrame:inverse()*CJ
  437. local C1 = y.CFrame:inverse()*CJ
  438. W.C0 = C0
  439. W.C1 = C1
  440. W.Parent = x
  441. end
  442.  
  443. function Get(A)
  444. if A.className == "Part" then
  445. Weld(script.Parent.Handle, A)
  446. A.Anchored = false
  447. else
  448. local C = A:GetChildren()
  449. for i=1, #C do
  450. Get(C[i])
  451. end
  452. end
  453. end
  454.  
  455. function Finale()
  456. Get(script.Parent)
  457. end
  458.  
  459. script.Parent.Equipped:connect(Finale)
  460. script.Parent.Unequipped:connect(Finale)
  461. Finale()
  462. end))
  463. LocalScript2.Name = "GunScript"
  464. LocalScript2.Parent = Tool0
  465. table.insert(cors,sandbox(LocalScript2,function()
  466. -- DECLARATION OF VARIABLES: Do not touch unless you know what you're doing.
  467. local tool = script.Parent
  468. local Cam = game.Workspace.CurrentCamera
  469. local canReload = true
  470. local isFiring = false
  471. local canZoom = true
  472. local canCycleModes = true
  473. local isZoomed = false
  474. local arms = nil
  475. local torso = nil
  476. local welds = {}
  477. local cancelStatus = true
  478. local cooldownInterrupted = false
  479. local reloading = false
  480. local recoilMultiplier = 1
  481. local toolIsEquipped = true
  482.  
  483. wait(0.03)
  484.  
  485. local NoAmmoClick = tool.Handle.NoAmmoClick
  486. local MagazineOut = tool.Handle.MagazineOut
  487. local MagazineIn= tool.Handle.MagazineIn
  488. local FireModeClick = tool.Handle.FireModeClick
  489.  
  490. local fireModeIcons = {
  491. [1] = "ModeAuto",
  492. [2] = "ModeSingle",
  493. [3] = "ModeBurst"
  494. }
  495.  
  496. local flashListBig = { -- List of image IDs for Muzzleflash -- big
  497. "131435802",
  498. "131435817",
  499. "131435825",
  500. }
  501.  
  502. local fireStreakLimiter = Instance.new("DoubleConstrainedValue") -- Constrains the recoil
  503. fireStreakLimiter.MaxValue = 10
  504. fireStreakLimiter.MinValue = 0
  505. fireStreakLimiter.Value = 0
  506.  
  507. local aimLimit = Instance.new("DoubleConstrainedValue") -- Constrains the recoil
  508. aimLimit.MaxValue = math.rad(70)
  509. aimLimit.MinValue = math.rad(-45)
  510. aimLimit.Value = 0
  511.  
  512. local fireStreak = fireStreakLimiter.Value
  513.  
  514. -- DECLARATION OF VARIABLES: You can modify the ones below this. Names are intuitive.
  515. --AMMUNITION MECHANICS
  516. local usesMagazines = true -- Uses clips: bullets still loaded into magazine after reloading are wasted. Turn of for infinite ammo.
  517. local MagazinesCarried = 6 -- Clips you begin with.
  518. local AmmoLoaded = 30 -- Ammo the gun starts with. Reccommended to be equal to AmmoMax
  519. local AmmoMax = 30 -- Magazine size
  520. --ZOOM
  521. local zoomMin = 70 -- FOV default
  522. local zoomMax = 50 -- FOV zoom in
  523. local zoomFrames = 10 -- Larger number = slower zoom speed
  524. local zoomWalkSpeedMultiplier = 0.5 -- Slows character down by this factor upon zooming
  525. --GUN DAMAGE
  526. local gunDamage = 40 -- duh
  527. local rateOfFireScale = .3 -- the minimum is 0. Each additional unit increases the firing delay by ~0.03 seconds.
  528. --RECOIL
  529. local recoilX = 2.7 -- Kind of hard to explain. Larger values mean larger recoil. Go figure.
  530. local recoily = 2.7
  531. local defaultRecoilMultiplier = 1
  532. local zoomRecoilMultiplier = 0.6 -- Zooming multiplies recoil by this amount
  533. --RAYCASTING
  534. local range = 600 -- [range - (spreadX OR spreadY)] should be less than 1000
  535. local spreadX = 1.8 --
  536. local spreadY = 1.8
  537. --FIRE MODES
  538. local fireMode = 1 -- Fire mode gun starts with. Look at the list below for a guide.
  539. local burstLength = 3 -- Length of a burst.
  540. --END. Anything below here. Feel free to modify yourself, if you know what you're doing.
  541. local fireModeValues = { -- Modes
  542. [1] = "Automatic",
  543. [2] = "Semi-Automatic",
  544. [3] = tostring(burstLength).."-Round Burst"
  545. }
  546.  
  547. print[[Made by XAXA!]] -- Please don't remove me :c -- This only prints in the output window.
  548.  
  549. -- Change how you want the shell casing to look here.
  550. local Shell = Instance.new("Part")
  551. Shell.BrickColor = BrickColor.new(24)
  552. Shell.Name = "Shell"
  553. Shell.Locked = true
  554. Shell.formFactor = 3
  555. Shell.CanCollide = true
  556. Shell.Size = Vector3.new(.2,.2,.2)
  557. --Shell.Parent = game.Workspace
  558. local ShellMesh = Instance.new("CylinderMesh")
  559. ShellMesh.Scale = Vector3.new(0.30, 1, 0.30)
  560.  
  561. function loadValues()
  562. -- print[[loadValues()]]
  563. wait()
  564. cancelStatus = true
  565. tool.Enabled = true
  566.  
  567. playerPlayer = game.Players.LocalPlayer
  568. playerCharacter = playerPlayer.Character
  569. playerHumanoid = playerCharacter.Humanoid
  570.  
  571. if playerHumanoid then
  572. playerSpeed = playerHumanoid.WalkSpeed
  573. else
  574. print [[Humanoid not found]]
  575. end
  576.  
  577. recoilMultiplier = 1
  578.  
  579. end
  580.  
  581. function changeGunStatus(status)
  582. --print("changeGunStatus("..status..")")
  583. if status == "disable" then
  584. canCycleModes = false
  585. canReload = false
  586. canZoom = false
  587. reloading = true
  588. elseif status == "enable" then
  589. canCycleModes = true
  590. canReload = true
  591. canZoom = true
  592. reloading = false
  593. else
  594. print[[Invalid Input]]
  595. end
  596. end
  597.  
  598. function convertColor3(r, g, b)
  599. return Color3.new(r/255,g/255,b/255)
  600. end
  601.  
  602. function convertToCFrameDegrees(xa, ya, za)
  603. return CFrame.Angles(math.rad(xa), math.rad(ya), math.rad(za))
  604. end
  605.  
  606. function updateAmmo()
  607. Hud.AmmoLoadedLabel.Text = tostring(AmmoLoaded)
  608. if AmmoLoaded <= AmmoMax/2 then
  609. Hud.AmmoLoadedLabel.TextColor3 = convertColor3(255,255,0)
  610. -- Hud.AmmoLoadedLabel.TextColor3 = Color3.new(1, 1, 0)
  611. if AmmoLoaded <= AmmoMax/4 then
  612. Hud.AmmoLoadedLabel.TextColor3 = convertColor3(255,0,0)
  613. -- Hud.AmmoLoadedLabel.TextColor3 = Color3.new(1, 0, 0)
  614. end
  615. else
  616. Hud.AmmoLoadedLabel.TextColor3 = convertColor3(255,255,255)
  617. end
  618. end
  619.  
  620. function updateHUD()
  621. Hud.ModeLabel.Text = (fireModeValues[fireMode])
  622. if usesClips then
  623. Hud.MagazinesCarriedLabel.Text = "x "..MagazinesCarried
  624. else
  625. Hud.MagazinesCarriedLabel.Visible = false
  626. Hud.ClipPic.Visible = false
  627. end
  628. Hud.AmmoMaxLabel.Text = tostring(AmmoMax)
  629. updateAmmo()
  630. end
  631.  
  632. function recoilCooldown()
  633. coroutine.resume(coroutine.create(function ()
  634. wait(0.2)
  635. while fireStreakLimiter.Value > 0 and not cooldownInterrupted do
  636. wait(.10 - fireStreakLimiter.Value/100)
  637. fireStreakLimiter.Value = fireStreakLimiter.Value - 1
  638. fireStreak = fireStreakLimiter.Value
  639. -- print(fireStreak)
  640. end
  641. end))
  642. end
  643.  
  644. --function recoilCooldown()
  645. --wait(0.2)
  646. -- while fireStreakLimiter.Value > 0 and not isFiring and not cooldownInterrupted do
  647. -- wait(.10 - fireStreakLimiter.Value/100)
  648. -- fireStreakLimiter.Value = fireStreakLimiter.Value - 1
  649. -- fireStreak = fireStreakLimiter.Value
  650. -- print(fireStreak)
  651. -- end
  652. --end
  653.  
  654. function WeldArms(mouse) -- All hail ipod, the original creator of the weld arm script.
  655. toolIsEquipped = true
  656. -- print[[WeldArms(mouse)]]
  657. print[[Made by XAXA!]]
  658. loadValues()
  659. Hud = script.HudGui:Clone()
  660. Hud.Parent = playerPlayer.PlayerGui
  661. updateHUD()
  662. mouse.KeyDown:connect(commandKeys)
  663. mouse.Button1Up:connect(stopFiring)
  664.  
  665. mouse.Icon = "http://www.roblox.com/asset/?id=131424826"
  666.  
  667. arms = {tool.Parent:FindFirstChild("Left Arm"), tool.Parent:FindFirstChild("Right Arm")}
  668. torso = tool.Parent:FindFirstChild("Torso")
  669.  
  670. if arms ~= nil and torso ~= nil then
  671. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  672.  
  673. if sh ~= nil then
  674. local yes = true
  675.  
  676. if yes then
  677. yes = false
  678. sh[1].Part1 = nil
  679. sh[2].Part1 = nil
  680.  
  681. local falseArmLeft = arms[1]:clone()
  682. falseArmLeftG = falseArmLeft
  683. falseArmLeft.Parent = tool
  684. falseArmLeft.BrickColor = arms[1].BrickColor
  685. local meshCheck1 = tool.Parent:FindFirstChild("leftarm")
  686. if meshCheck1 then
  687. meshBody1 = Instance.new("SpecialMesh")
  688. meshBody1.Parent = falseArmLeft
  689. meshBody1.MeshId = "http://www.roblox.com/asset/?id="..tostring(meshCheck1.MeshId)
  690. meshBody1.Scale = Vector3.new(.90,.90,.90)
  691. else
  692.  
  693. meshDefault1 = Instance.new("BlockMesh")
  694. meshDefault1.Parent = falseArmLeft
  695. meshDefault1.Scale = Vector3.new(.80,.95,.80)
  696. meshDefault1.Parent = falseArmLeft
  697. end
  698.  
  699. local falseArmWeldLeft = Instance.new("Weld")
  700. falseArmWeldLeft.Parent = falseArmLeft
  701. falseArmWeldLeft.Part0 = falseArmLeft
  702. falseArmWeldLeft.Part1 = arms[1]
  703.  
  704. local falseArmRight = arms[2]:clone()
  705. falseArmRightG = falseArmRight
  706. falseArmRight.Parent = tool
  707. falseArmRight.BrickColor = arms[2].BrickColor
  708.  
  709. local meshCheck2 = tool.Parent:FindFirstChild("rightarm")
  710. if meshCheck2 then
  711. meshBody2 = Instance.new("SpecialMesh")
  712. meshBody2.Parent = falseArmRight
  713. meshBody2.MeshId = "http://www.roblox.com/asset/?id="..tostring(meshCheck2.MeshId)
  714. meshBody2.Scale = Vector3.new(.90,.90,.90)
  715. else
  716.  
  717. meshDefault2 = Instance.new("BlockMesh")
  718. meshDefault2.Parent = falseArmRight
  719. meshDefault2.Scale = Vector3.new(.80,.95,.80)
  720. meshDefault2.Parent = falseArmRight
  721. end
  722.  
  723. local falseArmWeldRight = Instance.new("Weld")
  724. falseArmWeldRight.Parent = falseArmRight
  725. falseArmWeldRight.Part0 = falseArmRight
  726. falseArmWeldRight.Part1 = arms[2]
  727.  
  728. local weldLeft = Instance.new("Weld") -- left arm
  729. weldLeftG = weldLeft
  730. weldLeft.Part0 = torso
  731. weldLeft.Parent = torso
  732. weldLeft.Part1 = arms[1]
  733. --weldLeft.C1 = CFrame.new(-0.1, 0.0, 0.7) * CFrame.Angles(math.rad(290), 0, math.rad(-90))
  734. weldLeft.C1 = CFrame.new(-0.35, 0.9, 0.7) * convertToCFrameDegrees(305, 5, -90)
  735. --X position value moves arm DOWNWARDS... X angle value rotates arm IN (C)
  736. --Y position value moves arm FORWARD... Y angle value tilts arm UPWARDS (C)
  737. --Z position value moves arm AWAY... Z angle value tilts arm INWARDS (C)
  738. welds[1] = weldLeft
  739.  
  740. local weldRight = Instance.new("Weld") -- right arm
  741. weldRightG = weldRight
  742. weldRight.Part0 = torso
  743. weldRight.Parent = torso
  744. weldRight.Part1 = arms[2]
  745. weldRight.C1 = CFrame.new(-0.95, -0.4, 0.3) * convertToCFrameDegrees(-90, -15, 0)
  746. welds[2] = weldRight
  747. --X position value moves arm INSIDE... X angle value tilts arm DOWNWARDS (C)
  748. --Y position value moves arm FORWARD... Y angle value rotates arm AWAY (C)
  749. --Z position value moves arm UPWARDS... Z angle value tilts arm OUTWARDS (C)
  750. --X GripPos value move tool INSIDE. Y GripPos value move tool DOWNWARDS. Z GripPos value move tool FORWARDS.
  751.  
  752. --NOTE: Use these when you're modifying the gun positions. These happen if the values are increased. Hopefully you understand my wording.
  753.  
  754. coroutine.resume(coroutine.create(
  755. function ()
  756. lastvar = 0
  757. aimLimit.Value = 0
  758. -- thisvarTorso = 0
  759. -- origC1L = weldLeft.C1
  760. -- origC1R = weldRight.C1
  761. while toolIsEquipped do
  762. lastvar = aimLimit.Value
  763. aimLimit.Value = -math.atan((playerHumanoid.TargetPoint.y-tool.Handle.CFrame.p.y)/math.sqrt((playerHumanoid.TargetPoint.x-tool.Handle.CFrame.p.x)^2+(playerHumanoid.TargetPoint.z-tool.Handle.CFrame.p.z)^2))
  764. -- lastvarTorso = thisvarTorso
  765. -- thisvarTorso = math.atan((playerHumanoid.TargetPoint.z-tool.Handle.CFrame.p.z)/(playerHumanoid.TargetPoint.x-tool.Handle.CFrame.p.x))
  766.  
  767. -- playerHumanoid.TargetPoint - tool.Handle.CFrame.p
  768. -- weldLeftG.C1 = weldLeftG.C1 * convertToCFrameDegrees(testvar-lastvar, 0, 0)
  769. -- weldRightG.C1 = weldRightG.C1 * convertToCFrameDegrees(testvar-lastvar, 0, 0)
  770.  
  771. weldLeftG.C1 = weldLeftG.C1 * CFrame.Angles(aimLimit.Value-lastvar, 0, 0)
  772. weldRightG.C1 = weldRightG.C1 * CFrame.Angles(aimLimit.Value-lastvar, 0, 0)
  773.  
  774. -- playerCharacter.Torse.CFrame = playerCharacter.Torso.CFrame * CFrame.Angles(0, thisvarToso - lastvarTorso, 0)
  775. print(aimLimit.Value)
  776. wait()
  777. end
  778. end
  779. ))
  780.  
  781.  
  782. end
  783. end
  784. end
  785. end
  786.  
  787. function stopFiring(mouse)
  788. -- print[[stopFiring(mouse)]]
  789. isFiring = false
  790. -- recoilCooldown()
  791. end
  792.  
  793. function createShellCasing() -- Hooray for a bullet casing! ~~XAXA
  794. local ShellClone = Shell:Clone()
  795. ShellClone.Parent = Workspace
  796. ShellClone.CFrame = tool.Port.CFrame * convertToCFrameDegrees(90,0,0)
  797. ShellClone.Velocity = Vector3.new(0,math.random(10,40),0) + (tool.Port.CFrame * convertToCFrameDegrees(0,math.random(-140,-90),0)).lookVector * (math.random(5,25))
  798. ShellClone.RotVelocity = Vector3.new(0,0,(math.random(200,400) / 10))
  799. local ShellMeshClone = ShellMesh:Clone()
  800. ShellMeshClone.Parent = ShellClone
  801. game.Debris:AddItem(ShellClone, 0.3) --Add it to the debris. No script can match this one's reliability.
  802. end
  803.  
  804.  
  805.  
  806. function raycastShoot()
  807. -- print[[raycastShoot()]]
  808. local ray = Ray.new(tool.Handle.CFrame.p, ((playerHumanoid.TargetPoint - tool.Handle.CFrame.p).unit * (range) + Vector3.new(math.random(-100,100)/100 * spreadX,math.random(-100,100)/100 * spreadY,math.random(0,0))))
  809. --local hitcheck, positioncheck = game.Workspace:FindPartOnRay(ray, tool.Parent)
  810.  
  811. --local ignoreList = {}
  812. --table.insert(ignoreList, tool.Parent)
  813.  
  814. --if hitcheck and hitcheck.Parent:IsA("Tool") then
  815. -- local ignoreList = {}
  816. -- table.insert(ignoreList, hit.Parent)
  817. -- table.insert(ignoreList, tool.Parent)
  818. -- print[[Hit a tool]]
  819. --end
  820.  
  821. --print[[Debug spot]]
  822. local hit, position = game.Workspace:FindPartOnRay(ray, tool.Parent)-- ignoreList)
  823.  
  824. local ShootSound = tool.Handle.ShootSound
  825. ShootSound.Pitch = math.random(110,115)/100
  826. ShootSound:Play()
  827.  
  828. --weldLeftG.C1 = CFrame.new(-0.35, 0.8, 0.6) * convertToCFrameDegrees(305, 5, -90)
  829. --weldRightG.C1 = CFrame.new(-0.95, -0.5, 0.3) * convertToCFrameDegrees(-90, -15, 0)
  830.  
  831. local humanoid = hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid")
  832.  
  833. coroutine.resume(coroutine.create(
  834. function ()
  835. if humanoid and humanoid.Parent.Name ~= tool.Parent.Name then --and hit:IsDescendantOf(humanoid.Parent) then
  836. local KillRecord = Instance.new("ObjectValue")
  837. KillRecord.Value = playerPlayer
  838. KillRecord.Name = "creator"
  839. -- local tag = KillRecord:Clone()
  840. KillRecord.Parent = humanoid
  841. humanoid:TakeDamage(gunDamage)
  842. print("Hit "..humanoid.Parent.Name.." for "..gunDamage.." damage.")
  843. wait(1)
  844. if humanoid then
  845. local tagCheck = humanoid:findFirstChild("creator")
  846. if tagCheck then
  847. tagCheck:Destroy()
  848. end
  849. end
  850. end
  851. end))
  852.  
  853. local distance = (position - tool.Muzzle.CFrame.p).magnitude
  854. local rayPart = Instance.new("Part", tool)
  855. rayPart.Name = "RayPart"
  856. rayPart.BrickColor = BrickColor.new(24)
  857. rayPart.Transparency = 0.5
  858. rayPart.Anchored = true
  859. rayPart.CanCollide = false
  860. rayPart.TopSurface = Enum.SurfaceType.Smooth
  861. rayPart.BottomSurface = Enum.SurfaceType.Smooth
  862. rayPart.formFactor = Enum.FormFactor.Custom
  863. rayPart.Size = Vector3.new(.2, 1, .2)
  864. rayPart.CFrame = CFrame.new(position, tool.Muzzle.CFrame.p) * CFrame.new(0, 0, 1) * convertToCFrameDegrees(90, 0, 0)
  865. local rayMesh = Instance.new("CylinderMesh",rayPart)
  866. rayMesh.Scale = Vector3.new(1,10,1)
  867. rayMesh.Offset = Vector3.new(0, -distance + rayMesh.Scale.y/2, 0)
  868. -- rayMesh.Scale = Vector3.new(1,distance,1)
  869. -- rayMesh.Offset = Vector3.new(0, -distance/2, 0)
  870.  
  871. coroutine.resume(coroutine.create(
  872. function ()
  873. for i = 0, distance - rayMesh.Scale.y, 30 do
  874. rayMesh.Offset = rayMesh.Offset + Vector3.new(0, 30, 0)
  875. wait()
  876. end
  877. rayPart:Destroy()
  878. end))
  879.  
  880. game.Debris:AddItem(rayPart, 3)
  881.  
  882. local recoilXTemp = math.random(-100,100)/100*recoilX
  883. local recoilyTemp = math.random(80,100)/100*recoily
  884. local recoilFrames = 2
  885.  
  886. fireStreakLimiter.Value = fireStreakLimiter.Value + 1
  887. fireStreak = fireStreakLimiter.Value
  888.  
  889. coroutine.resume(coroutine.create(
  890. function ()
  891. local recoilFormula = fireStreak^1.4/30 * recoilMultiplier
  892. for i = 1, recoilFrames do
  893. local camRotation = Cam.CoordinateFrame - Cam.CoordinateFrame.p
  894. local camScroll = (Cam.CoordinateFrame.p - Cam.Focus.p).magnitude
  895. local ncf = CFrame.new(Cam.Focus.p)*camRotation*convertToCFrameDegrees(recoilyTemp/recoilFrames * recoilFormula, recoilXTemp/recoilFrames * recoilFormula, 0)
  896. weldLeftG.C1 = (weldLeftG.C1 + Vector3.new(0, -0.1/recoilFrames, -0.1/recoilFrames))-- * CFrame.Angles(aimLimit.Value-lastvar, 0, 0)
  897. weldRightG.C1 = (weldRightG.C1 + Vector3.new(0, -0.1/recoilFrames, 0))-- * CFrame.Angles(aimLimit.Value-lastvar, 0, 0)
  898. Cam.CoordinateFrame = ncf*CFrame.new(0, 0, camScroll)
  899. wait()
  900. end
  901. end))
  902.  
  903. wait()
  904.  
  905. weldLeftG.C1 = (weldLeftG.C1 + Vector3.new(0, 0.1, 0.1))-- * CFrame.Angles(aimLimit.Value-lastvar, 0, 0)
  906. weldRightG.C1 = (weldRightG.C1 + Vector3.new(0, 0.1, 0))-- * CFrame.Angles(aimLimit.Value-lastvar, 0, 0)
  907. -- print(fireStreak)
  908. tool.Muzzle.PointLight.Enabled = true
  909. tool.Muzzle.BillboardGui.Flash.Image = "http://www.roblox.com/asset/?id="..flashListBig[math.random(1,#flashListBig)]
  910. tool.Muzzle.BillboardGui.Enabled = true
  911.  
  912. createShellCasing()
  913.  
  914. wait()
  915.  
  916. tool.Muzzle.PointLight.Enabled = false
  917. tool.Muzzle.BillboardGui.Enabled = false
  918. updateAmmo()
  919.  
  920. if rateOfFireScale > 0 then
  921. wait(0.03 * rateOfFireScale)
  922. end
  923. end
  924.  
  925. function modeAutomatic() -- INDEX: F-MAUTO ... Automatic mode
  926. isFiring = true
  927. while isFiring == true do
  928. if not isReloading and playerHumanoid.Health > 0 then
  929. if AmmoLoaded > 0 then
  930. AmmoLoaded = AmmoLoaded - 1
  931. raycastShoot()
  932. else
  933. NoAmmoClick:Play()
  934. canReload = true
  935. Reload()
  936. break
  937. end
  938. elseif playerHumanoid.Health <= 0 then
  939. tool:Destroy()
  940. break
  941. end
  942. end
  943. end
  944.  
  945. function modeSingle() -- INDEX: F-MSEMI ... Semi-automatic mode
  946. if playerHumanoid.Health > 0 then
  947. if AmmoLoaded > 0 then
  948. AmmoLoaded = AmmoLoaded - 1
  949. raycastShoot()
  950. else
  951. NoAmmoClick:Play()
  952. canReload = true
  953. Reload()
  954. end
  955. elseif playerHumanoid.Health <= 0 then
  956. tool:Destroy()
  957. end
  958. end
  959.  
  960. function modeBurst() -- INDEX: F-MBRST ... Burst fire mode
  961. if playerHumanoid.Health > 0 then
  962. for i = 1, burstLength do
  963. if AmmoLoaded > 0 then
  964. AmmoLoaded = AmmoLoaded - 1
  965. raycastShoot()
  966. else
  967. NoAmmoClick:Play()
  968. canReload = true
  969. Reload()
  970. break
  971. end
  972. end
  973. elseif playerHumanoid.Health <= 0 then
  974. tool:Destroy()
  975. end
  976. end
  977.  
  978. function onActivated()
  979. -- print[[onActivated()]]
  980. if not tool.Enabled then
  981. return
  982. end
  983.  
  984. tool.Enabled = false
  985. changeGunStatus("disable")
  986. cooldownInterrupted = true
  987. if fireMode == 1 then
  988. modeAutomatic()
  989.  
  990. elseif fireMode == 2 then
  991. modeSingle()
  992.  
  993. elseif fireMode == 3 then
  994. modeBurst()
  995. end
  996. tool.Enabled = true
  997. cooldownInterrupted = false
  998. changeGunStatus("enable")
  999. recoilCooldown()
  1000. end
  1001.  
  1002. function Reload()
  1003. -- print[[Reload()]]
  1004. if canReload then
  1005. cooldownInterrupted = false
  1006. cancelStatus = false
  1007. recoilCooldown()
  1008. if usesClips then
  1009. if MagazinesCarried <= 0 then
  1010. return
  1011. end
  1012. MagazinesCarried = MagazinesCarried - 1
  1013. end
  1014. AmmoLoaded = 0
  1015. updateHUD()
  1016. changeGunStatus("disable")
  1017. tool.Enabled = false
  1018. if isZoomed then
  1019. zoomOut()
  1020. end
  1021. wait(.1)
  1022. local reloadTween = 12
  1023. local reloadTween = 12
  1024. for i = 1, reloadTween do
  1025. --weldLeftG.C1 = CFrame.new(-0.35, 0.9 - 0.9/reloadTween*i, 0.7 + 0.3/reloadTween*i) * CFrame.Angles(math.rad(305 - 15/reloadTween*i), math.rad(5 - 75/reloadTween*i), math.rad(-90 + 90/reloadTween*i))
  1026. weldLeftG.C1 = CFrame.new(-0.35 + 1.5/reloadTween*i , 0.9 - 1/reloadTween*i, 0.7 - 1/reloadTween*i) * convertToCFrameDegrees(305 + 30/reloadTween*i, 5 + 30/reloadTween*i, -90 + 90/reloadTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1027. weldRightG.C1 = CFrame.new(-0.95 + 0/reloadTween*i, -0.4 + 0.3/reloadTween*i, 0.3 + 0.8/reloadTween*i) * convertToCFrameDegrees(-90, -15, 0 + 15/reloadTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1028. wait()
  1029. end
  1030.  
  1031.  
  1032. MagazineOut:Play()
  1033.  
  1034. local magazineUsedProp = tool.Magazine:Clone()
  1035. magazineUsedProp.CFrame = tool.Magazine.CFrame
  1036. magazineUsedProp.CanCollide = true
  1037. magazineUsedProp.Parent = Workspace
  1038. game.Debris:AddItem(magazineUsedProp, 3)
  1039. tool.Magazine.Transparency = 1
  1040. tool.Magazine2.Transparency = 1
  1041.  
  1042. wait(.2) --The following is left for MY consideration. This should have welded a fake magazine into the player's left hand upon reloading. Can't be bothered to tune it.
  1043. -- local magazineNewProp = tool.Magazine:Clone()
  1044. -- magazineNewProp.Transparency = 0
  1045. -- magazineNewProp.Parent = tool
  1046. --
  1047. -- local magazineNewPropWeld = Instance.new("Weld")
  1048. -- leftarm = tool.Parent["Left Arm"]
  1049. -- magazineNewPropWeldG = magazineNewPropWeld
  1050. -- magazineNewPropWeld.Parent = magazineNewProp
  1051. -- magazineNewPropWeld.Part0 = magazineNewProp
  1052. -- magazineNewPropWeld.Part1 = leftarm
  1053. -- magazineNewPropWeld.C0 = CFrame.new(-1,-0.4,0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90))
  1054.  
  1055. -- magazineNewProp:Destroy()
  1056. local reloadTween = 12
  1057. for i = 1, reloadTween do
  1058. weldLeftG.C1 = CFrame.new(1.15 - 1.2/reloadTween*i , -0.1 + 0.8/reloadTween*i, -0.3 + 1/reloadTween*i) * convertToCFrameDegrees(335 - 10/reloadTween*i, 35 - 35/reloadTween*i, -0 - 90/reloadTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1059. weldRightG.C1 = CFrame.new(-0.95 - 0/reloadTween*i, -0.1 - 0.3/reloadTween*i, 1.1 - 0.8/reloadTween*i) * convertToCFrameDegrees(-90 - 5/reloadTween*i, -15, 15 - 15/reloadTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1060. wait()
  1061. end
  1062. tool.Magazine.Transparency = 0
  1063. tool.Magazine2.Transparency = 0
  1064.  
  1065. MagazineIn:Play()
  1066.  
  1067. wait(.2)
  1068. local reloadTween = 4
  1069. for i = 1, reloadTween do
  1070. weldLeftG.C1 = CFrame.new(-0.05 -0.30/reloadTween*i , 0.7 + 0.2/reloadTween*i, 0.7 + 0/reloadTween*i) * convertToCFrameDegrees(325 - 20/reloadTween*i, 0 + 5/reloadTween*i, -90 - 0/reloadTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1071. weldRightG.C1 = CFrame.new(-0.95 - 0/reloadTween*i, -0.4 - 0.0/reloadTween*i, 0.3 - 0.0/reloadTween*i) *convertToCFrameDegrees(-95 + 5/reloadTween*i, -15, 0 + 0/reloadTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1072. wait()
  1073. end
  1074.  
  1075. weldLeftG.C1 = CFrame.new(-0.35, 0.9, 0.7) * convertToCFrameDegrees(305, 5, -90) * CFrame.Angles(aimLimit.Value, 0, 0)
  1076. weldRightG.C1 = CFrame.new(-0.95, -0.4, 0.3) * convertToCFrameDegrees(-90, -15, 0) * CFrame.Angles(aimLimit.Value, 0, 0)
  1077. wait(0.2)
  1078. if not cancelStatus then
  1079. AmmoLoaded = AmmoMax
  1080. end
  1081. changeGunStatus("enable")
  1082. tool.Enabled = true
  1083. updateHUD()
  1084. end
  1085. end
  1086.  
  1087. --function resetValues()
  1088. -- print[[resetValues()]]
  1089. -- changeGunStatus("enable")
  1090. -- recoilMultiplier = defaultRecoilMultiplier
  1091. -- Cam.FieldOfView = zoomMin
  1092. -- tool.Muzzle.PointLight.Enabled = false
  1093. -- tool.Muzzle.BillboardGui.Enabled = false
  1094. -- if playerHumanoid then
  1095. -- playerHumanoid.WalkSpeed = playerSpeed
  1096. -- end
  1097. -- while playerPlayer.PlayerGui:FindFirstChild("HudGui") do
  1098. -- playerPlayer.PlayerGui:FindFirstChild("HudGui"):Destroy()
  1099. -- wait()
  1100. -- print[[ee]]
  1101. -- end
  1102. --end
  1103.  
  1104. function RemoveWeldArms(mouse)
  1105. -- print[[RemoveWeldArms(mouse)]]
  1106. toolIsEquipped = false
  1107. changeGunStatus("enable")
  1108. recoilMultiplier = defaultRecoilMultiplier
  1109. Cam.FieldOfView = zoomMin
  1110. tool.Muzzle.PointLight.Enabled = false
  1111. tool.Muzzle.BillboardGui.Enabled = false
  1112. if playerHumanoid then
  1113. playerHumanoid.WalkSpeed = playerSpeed
  1114. end
  1115. while playerPlayer.PlayerGui:FindFirstChild("HudGui") do
  1116. playerPlayer.PlayerGui:FindFirstChild("HudGui"):Destroy()
  1117. wait()
  1118. -- print[[ee]]
  1119. end
  1120.  
  1121. if arms ~= nil and torso ~= nil then
  1122. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  1123.  
  1124. if sh ~= nil then
  1125. local yes = true
  1126. if yes then
  1127. yes = false
  1128. sh[1].Part1 = arms[1]
  1129. sh[2].Part1 = arms[2]
  1130. --for _, v in pairs(playerCharacter["Left Arm"]:GetChildren()) do
  1131. -- v:Destroy()
  1132. --end
  1133. --for _, v in pairs(playerCharacter["Right Arm"]:GetChildren()) do
  1134. -- v:Destroy()
  1135. --end
  1136. welds[1].Parent = nil
  1137. welds[2].Parent = nil
  1138. falseArmLeftG:Destroy()
  1139. falseArmRightG:Destroy()
  1140. end
  1141. end
  1142. end
  1143. end
  1144.  
  1145. function zoomIn()
  1146. -- print[[zoomIn()]]
  1147. isZoomed = true
  1148. recoilMultiplier = zoomRecoilMultiplier
  1149. playerHumanoid.WalkSpeed = playerSpeed * zoomWalkSpeedMultiplier
  1150. for i = 1, zoomFrames do
  1151. Cam.FieldOfView = Cam.FieldOfView + (zoomMax - Cam.FieldOfView)/3
  1152. wait()
  1153. end
  1154. Cam.FieldOfView = zoomMax
  1155. end
  1156.  
  1157. function zoomOut()
  1158. -- print[[zoomOut()]]
  1159. isZoomed = false
  1160. recoilMultiplier = defaultRecoilMultiplier
  1161. playerHumanoid.WalkSpeed = playerSpeed
  1162. for i = 1, zoomFrames do
  1163. Cam.FieldOfView = Cam.FieldOfView + (zoomMin - Cam.FieldOfView)/3
  1164. wait()
  1165. end
  1166. Cam.FieldOfView = zoomMin
  1167. end
  1168.  
  1169. function fireModeChange()
  1170.  
  1171. FireModeClick:Play()
  1172. if fireMode == 1 then
  1173. fireMode = 2
  1174. updateHUD()
  1175. elseif fireMode == 2 then
  1176. fireMode = 3
  1177. updateHUD()
  1178. elseif fireMode == 3 then
  1179. fireMode = 1
  1180. updateHUD()
  1181. end
  1182. end
  1183.  
  1184. function fireModeAnimate()
  1185.  
  1186. local fireModeAnimateTween = 8
  1187. for i = 1, fireModeAnimateTween do
  1188. weldLeftG.C1 = CFrame.new(-0.35, 0.9 - 0.8/fireModeAnimateTween*i, 0.7) * convertToCFrameDegrees(305 + 30/fireModeAnimateTween*i, 5, -90) * CFrame.Angles(aimLimit.Value, 0, 0)
  1189. weldRightG.C1 = CFrame.new(-0.95, -0.4 + 0.1/fireModeAnimateTween*i, 0.3) * convertToCFrameDegrees(-90, -15, 0 + 5/fireModeAnimateTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1190. tool.GripPos = Vector3.new(0, -0.3, -0.2 - .1/fireModeAnimateTween*i)
  1191. wait(0.03)
  1192. end
  1193.  
  1194. wait(.1)
  1195. fireModeAnimateTween = 3
  1196. for i = 1, fireModeAnimateTween do
  1197. weldLeftG.C1 = CFrame.new(-0.35, 0.1 - 0/fireModeAnimateTween*i, 0.7) * convertToCFrameDegrees(335 + 0/fireModeAnimateTween*i, 5 - 10/fireModeAnimateTween*i, -90) * CFrame.Angles(aimLimit.Value, 0, 0)
  1198. weldRightG.C1 = CFrame.new(-0.95, -0.3 + 0/fireModeAnimateTween*i, 0.3) * convertToCFrameDegrees(-90, -15, 5 + 0/fireModeAnimateTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1199. tool.GripPos = Vector3.new(0, -0.3, -0.3 - 0/fireModeAnimateTween*i)
  1200. wait(0.03)
  1201. end
  1202. fireModeChange()
  1203.  
  1204. wait(0.2)
  1205. fireModeAnimateTween = 8
  1206. for i = 1, fireModeAnimateTween do
  1207. weldLeftG.C1 = CFrame.new(-0.35, 0.1 + 0.8/fireModeAnimateTween*i, 0.7) * convertToCFrameDegrees(335 - 30/fireModeAnimateTween*i, -5 + 10/fireModeAnimateTween*i, -90) * CFrame.Angles(aimLimit.Value, 0, 0)
  1208. weldRightG.C1 = CFrame.new(-0.95, -0.3 - 0.1/fireModeAnimateTween*i, 0.3) * convertToCFrameDegrees(-90, -15, 5 - 5/fireModeAnimateTween*i) * CFrame.Angles(aimLimit.Value, 0, 0)
  1209. tool.GripPos = Vector3.new(0, -0.3, -0.3 + 0.1/fireModeAnimateTween*i)
  1210. wait()
  1211. end
  1212. weldLeftG.C1 = CFrame.new(-0.35, 0.9, 0.7) * convertToCFrameDegrees(305, 5, -90) * CFrame.Angles(aimLimit.Value, 0, 0)
  1213. weldRightG.C1 = CFrame.new(-0.95, -0.4, 0.3) * convertToCFrameDegrees(-90, -15, 0) * CFrame.Angles(aimLimit.Value, 0, 0)
  1214. tool.GripPos = Vector3.new(0, -0.3, -0.2)
  1215. end
  1216.  
  1217. function commandKeys(key)
  1218. if key == "f" and canCycleModes then
  1219. changeGunStatus("disable")
  1220. fireModeAnimate()
  1221. -- print("fireModeKey(key): "..fireModeValues[fireMode])
  1222. wait(.5)
  1223. changeGunStatus("enable")
  1224. elseif key == "q" and canZoom then
  1225. changeGunStatus("disable")
  1226. if not isZoomed then
  1227. zoomIn()
  1228. elseif isZoomed then
  1229. zoomOut()
  1230. end
  1231. wait(.5)
  1232. changeGunStatus("enable")
  1233. elseif key == "r" and canReload and not reloading and AmmoLoaded < AmmoMax then
  1234. changeGunStatus("disable")
  1235. reloading = true
  1236. canReload = true
  1237. -- if AmmoLoaded < AmmoMax and canReload then
  1238. Reload()
  1239. -- else
  1240. -- print[[Cannot reload right now]]
  1241. -- end
  1242. reloading = false
  1243. wait(.5)
  1244. changeGunStatus("enable")
  1245. end
  1246. end
  1247.  
  1248. tool.Equipped:connect(WeldArms)
  1249. tool.Unequipped:connect(RemoveWeldArms)
  1250. tool.Activated:connect(onActivated)
  1251.  
  1252. end))
  1253. ScreenGui3.Name = "HudGui"
  1254. ScreenGui3.Parent = LocalScript2
  1255. TextLabel4.Name = "AmmoMaxLabel"
  1256. TextLabel4.Parent = ScreenGui3
  1257. TextLabel4.Transparency = 1
  1258. TextLabel4.Size = UDim2.new(0, 0, 0, -30)
  1259. TextLabel4.Text = "20"
  1260. TextLabel4.Position = UDim2.new(1, -165, 1, -130)
  1261. TextLabel4.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
  1262. TextLabel4.BackgroundTransparency = 1
  1263. TextLabel4.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  1264. TextLabel4.BorderSizePixel = 0
  1265. TextLabel4.FontSize = Enum.FontSize.Size24
  1266. TextLabel4.TextColor3 = Color3.new(1, 1, 1)
  1267. TextLabel4.TextStrokeTransparency = 0
  1268. TextLabel4.TextWrapped = true
  1269. TextLabel4.TextXAlignment = Enum.TextXAlignment.Left
  1270. TextLabel4.TextYAlignment = Enum.TextYAlignment.Bottom
  1271. TextLabel5.Name = "Instructions"
  1272. TextLabel5.Parent = ScreenGui3
  1273. TextLabel5.Transparency = 1
  1274. TextLabel5.Size = UDim2.new(0, -300, 0, -20)
  1275. TextLabel5.Text = "(r)Reload | (f)Fire Selector | (q)Zoom"
  1276. TextLabel5.Position = UDim2.new(1, -40, 1, -190)
  1277. TextLabel5.BackgroundTransparency = 1
  1278. TextLabel5.BorderSizePixel = 0
  1279. TextLabel5.FontSize = Enum.FontSize.Size9
  1280. TextLabel5.TextColor3 = Color3.new(1, 1, 1)
  1281. TextLabel5.TextStrokeTransparency = 0
  1282. TextLabel5.TextWrapped = true
  1283. TextLabel5.TextXAlignment = Enum.TextXAlignment.Right
  1284. TextLabel6.Name = "ModeLabel"
  1285. TextLabel6.Parent = ScreenGui3
  1286. TextLabel6.Transparency = 1
  1287. TextLabel6.Size = UDim2.new(0, 0, 0, -30)
  1288. TextLabel6.Text = "Auto"
  1289. TextLabel6.Position = UDim2.new(1, -40, 1, -165)
  1290. TextLabel6.BackgroundTransparency = 1
  1291. TextLabel6.BorderSizePixel = 0
  1292. TextLabel6.TextColor3 = Color3.new(1, 1, 1)
  1293. TextLabel6.TextStrokeTransparency = 0
  1294. TextLabel6.TextXAlignment = Enum.TextXAlignment.Right
  1295. ImageLabel7.Name = "ClipPic"
  1296. ImageLabel7.Parent = ScreenGui3
  1297. ImageLabel7.Transparency = 1
  1298. ImageLabel7.Size = UDim2.new(0, -8, 0, -15)
  1299. ImageLabel7.Position = UDim2.new(1, -105, 1, -140)
  1300. ImageLabel7.BackgroundTransparency = 1
  1301. ImageLabel7.BorderSizePixel = 0
  1302. ImageLabel7.Image = "http://www.roblox.com/asset/?id=131543027"
  1303. TextLabel8.Name = "MagazinesCarriedLabel"
  1304. TextLabel8.Parent = ScreenGui3
  1305. TextLabel8.Transparency = 1
  1306. TextLabel8.Size = UDim2.new(0, 0, 0, -15)
  1307. TextLabel8.Text = "x 6"
  1308. TextLabel8.Position = UDim2.new(1, -100, 1, -140)
  1309. TextLabel8.BackgroundTransparency = 1
  1310. TextLabel8.BorderSizePixel = 0
  1311. TextLabel8.FontSize = Enum.FontSize.Size10
  1312. TextLabel8.TextColor3 = Color3.new(1, 1, 1)
  1313. TextLabel8.TextStrokeTransparency = 0
  1314. TextLabel8.TextXAlignment = Enum.TextXAlignment.Left
  1315. TextLabel9.Name = "AmmoLoadedLabel"
  1316. TextLabel9.Parent = ScreenGui3
  1317. TextLabel9.Transparency = 1
  1318. TextLabel9.Size = UDim2.new(0, 0, 0, -30)
  1319. TextLabel9.Text = "20"
  1320. TextLabel9.Position = UDim2.new(1, -185, 1, -135)
  1321. TextLabel9.BackgroundTransparency = 1
  1322. TextLabel9.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  1323. TextLabel9.BorderSizePixel = 0
  1324. TextLabel9.FontSize = Enum.FontSize.Size36
  1325. TextLabel9.TextColor3 = Color3.new(1, 1, 1)
  1326. TextLabel9.TextStrokeTransparency = 0
  1327. TextLabel9.TextXAlignment = Enum.TextXAlignment.Right
  1328. TextLabel9.TextYAlignment = Enum.TextYAlignment.Bottom
  1329. TextLabel10.Name = "SlashLarge"
  1330. TextLabel10.Parent = ScreenGui3
  1331. TextLabel10.Transparency = 1
  1332. TextLabel10.Size = UDim2.new(0, 0, 0, -30)
  1333. TextLabel10.Text = "/"
  1334. TextLabel10.Position = UDim2.new(1, -165, 1, -120)
  1335. TextLabel10.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
  1336. TextLabel10.BackgroundTransparency = 1
  1337. TextLabel10.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  1338. TextLabel10.BorderSizePixel = 0
  1339. TextLabel10.FontSize = Enum.FontSize.Size48
  1340. TextLabel10.TextColor3 = Color3.new(1, 1, 1)
  1341. TextLabel10.TextStrokeTransparency = 0
  1342. TextLabel10.TextXAlignment = Enum.TextXAlignment.Right
  1343. TextLabel10.TextYAlignment = Enum.TextYAlignment.Bottom
  1344. Frame11.Parent = ScreenGui3
  1345. Frame11.Size = UDim2.new(0, -215, 0, -90)
  1346. Frame11.Style = Enum.FrameStyle.RobloxRound
  1347. Frame11.Position = UDim2.new(1, -30, 1, -125)
  1348. TextLabel12.Name = "hmm"
  1349. TextLabel12.Parent = ScreenGui3
  1350. TextLabel12.Transparency = 50
  1351. TextLabel12.Size = UDim2.new(0, 200, 0, 50)
  1352. TextLabel12.Text = "Made by 1ndrew"
  1353. TextLabel12.BackgroundColor3 = Color3.new(1, 1, 1)
  1354. TextLabel12.BackgroundTransparency = 50
  1355. TextLabel12.BorderColor3 = Color3.new(1, 1, 1)
  1356. TextLabel12.Font = Enum.Font.SourceSans
  1357. TextLabel12.FontSize = Enum.FontSize.Size14
  1358. TextLabel12.TextColor3 = Color3.new(0, 0, 1)
  1359. LocalScript13.Name = "Prone"
  1360. LocalScript13.Parent = Tool0
  1361. table.insert(cors,sandbox(LocalScript13,function()
  1362. on = 0
  1363. Tool = script.Parent
  1364. welds = {}
  1365. sh = {}
  1366. arms = nil
  1367. torso = nil
  1368. f = nil
  1369. function Crouch(ison)
  1370. if arms == nil and torso == nil then
  1371. arms = {Tool.Parent:FindFirstChild("Left Leg"), Tool.Parent:FindFirstChild("Right Leg")}
  1372. torso = Tool.Parent:FindFirstChild("Torso")
  1373. end
  1374. if arms ~= nil and torso ~= nil then
  1375. sh = {torso:FindFirstChild("Left Hip"), torso:FindFirstChild("Right Hip")}
  1376. if sh ~= nil then
  1377. local yes = true
  1378. if yes then
  1379. yes = false
  1380. if ison == 1 then
  1381. sh[1].Part1 = nil
  1382. sh[2].Part1 = nil
  1383. local weld1 = Instance.new("Weld")
  1384. weld1.Part0 = torso
  1385. weld1.Parent = torso
  1386. weld1.Part1 = arms[1]
  1387. weld1.C1 = CFrame.new(0.4, 1.25, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(90),0.25,0) --Left leg
  1388. arms[1].Name = "LDave"
  1389. arms[1].CanCollide = true
  1390. welds[1] = weld1
  1391. -------------------------------------------
  1392. local weld2 = Instance.new("Weld")
  1393. weld2.Part0 = torso
  1394. weld2.Parent = torso
  1395. weld2.Part1 = arms[2]
  1396. weld2.C1 = CFrame.new(-0.4, 1.25, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(90),-0.25,0) --Right leg
  1397. arms[2].Name = "RDave"
  1398. arms[2].CanCollide = true
  1399. welds[2] = weld2
  1400. ---------------------------------
  1401. local force = Instance.new("BodyForce")
  1402. force.Parent = torso
  1403. f = force
  1404. wait(0.01)
  1405. elseif ison == 0 then
  1406. if arms then
  1407. sh[1].Part1 = arms[1]
  1408. sh[2].Part1 = arms[2]
  1409. f.Parent = nil
  1410. arms[2].Name = "Right Leg"
  1411. arms[1].Name = "Left Leg"
  1412. welds[1].Parent = nil
  1413. welds[2].Parent = nil
  1414. end
  1415. end
  1416. --
  1417. end
  1418. else
  1419. print("sh")
  1420. end
  1421. else
  1422. print("arms")
  1423. end
  1424. end
  1425. function Key(key)
  1426. if key then
  1427. key = string.lower(key)
  1428. if (key=="x") then
  1429. if on == 1 then
  1430. on = 0
  1431. elseif on == 0 then
  1432. on = 1
  1433. end
  1434. Crouch(on)
  1435. end
  1436. end
  1437. end
  1438. function Equip(mouse)
  1439. mouse.KeyDown:connect(Key)
  1440. end
  1441. script.Parent.Equipped:connect(Equip)
  1442.  
  1443.  
  1444. end))
  1445. LocalScript14.Name = "Crouch"
  1446. LocalScript14.Parent = Tool0
  1447. table.insert(cors,sandbox(LocalScript14,function()
  1448. on = 0
  1449. Tool = script.Parent
  1450. welds = {}
  1451. sh = {}
  1452. arms = nil
  1453. torso = nil
  1454. f = nil
  1455. function Crouch(ison)
  1456. if arms == nil and torso == nil then
  1457. arms = {Tool.Parent:FindFirstChild("Left Leg"), Tool.Parent:FindFirstChild("Right Leg")}
  1458. torso = Tool.Parent:FindFirstChild("Torso")
  1459. end
  1460. if arms ~= nil and torso ~= nil then
  1461. sh = {torso:FindFirstChild("Left Hip"), torso:FindFirstChild("Right Hip")}
  1462. if sh ~= nil then
  1463. local yes = true
  1464. if yes then
  1465. yes = false
  1466. if ison == 1 then
  1467. sh[1].Part1 = nil
  1468. sh[2].Part1 = nil
  1469. local weld1 = Instance.new("Weld")
  1470. weld1.Part0 = torso
  1471. weld1.Parent = torso
  1472. weld1.Part1 = arms[1]
  1473. weld1.C1 = CFrame.new(0.5, 0.6, 1.15) * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0) --Left leg
  1474. arms[1].Name = "LDave"
  1475. arms[1].CanCollide = true
  1476. welds[1] = weld1
  1477. -------------------------------------------
  1478. local weld2 = Instance.new("Weld")
  1479. weld2.Part0 = torso
  1480. weld2.Parent = torso
  1481. weld2.Part1 = arms[2]
  1482. weld2.C1 = CFrame.new(-0.5,0.495,1) * CFrame.fromEulerAnglesXYZ(math.rad(60),0,0) --Right leg
  1483. arms[2].Name = "RDave"
  1484. arms[2].CanCollide = true
  1485. welds[2] = weld2
  1486. ---------------------------------
  1487. local force = Instance.new("BodyForce")
  1488. force.Parent = torso
  1489. f = force
  1490. wait(0.01)
  1491. elseif ison == 0 then
  1492. if arms then
  1493. sh[1].Part1 = arms[1]
  1494. sh[2].Part1 = arms[2]
  1495. f.Parent = nil
  1496. arms[2].Name = "Right Leg"
  1497. arms[1].Name = "Left Leg"
  1498. welds[1].Parent = nil
  1499. welds[2].Parent = nil
  1500. end
  1501. end
  1502. --
  1503. end
  1504. else
  1505. print("sh")
  1506. end
  1507. else
  1508. print("arms")
  1509. end
  1510. end
  1511. function Key(key)
  1512. if key then
  1513. key = string.lower(key)
  1514. if (key=="c") then
  1515. if on == 1 then
  1516. on = 0
  1517. elseif on == 0 then
  1518. on = 1
  1519. end
  1520. Crouch(on)
  1521. end
  1522. end
  1523. end
  1524. function Equip(mouse)
  1525. mouse.KeyDown:connect(Key)
  1526. end
  1527. script.Parent.Equipped:connect(Equip)
  1528.  
  1529.  
  1530. end))
  1531. Part15.Parent = Tool0
  1532. Part15.Material = Enum.Material.SmoothPlastic
  1533. Part15.BrickColor = BrickColor.new("Dark stone grey")
  1534. Part15.Rotation = Vector3.new(72.1899948, 0, 0)
  1535. Part15.Anchored = true
  1536. Part15.CanCollide = false
  1537. Part15.FormFactor = Enum.FormFactor.Custom
  1538. Part15.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1539. Part15.CFrame = CFrame.new(-178.090088, 5.61193371, 66.2619247, 0.999999642, 3.63643835e-07, 1.44525742e-08, -8.15153243e-08, 0.305802256, -0.952094555, -3.27825546e-07, 0.952094674, 0.305801958)
  1540. Part15.BottomSurface = Enum.SurfaceType.Smooth
  1541. Part15.TopSurface = Enum.SurfaceType.Smooth
  1542. Part15.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1543. Part15.Position = Vector3.new(-178.090088, 5.61193371, 66.2619247)
  1544. Part15.Orientation = Vector3.new(72.1899948, 0, 0)
  1545. Part15.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1546. BlockMesh16.Parent = Part15
  1547. BlockMesh16.Scale = Vector3.new(0.719999969, 0.288000107, 0.180000469)
  1548. BlockMesh16.Scale = Vector3.new(0.719999969, 0.288000107, 0.180000469)
  1549. Part17.Parent = Tool0
  1550. Part17.Material = Enum.Material.SmoothPlastic
  1551. Part17.BrickColor = BrickColor.new("Black")
  1552. Part17.Rotation = Vector3.new(0, 0, 180)
  1553. Part17.Anchored = true
  1554. Part17.CanCollide = false
  1555. Part17.FormFactor = Enum.FormFactor.Custom
  1556. Part17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1557. Part17.CFrame = CFrame.new(-178.093613, 6.77073956, 66.370636, -1, -2.86345255e-07, 1.66893005e-06, 2.86345255e-07, -0.99999994, -4.81536802e-08, 1.69873238e-06, -4.81535203e-08, 0.999999881)
  1558. Part17.BottomSurface = Enum.SurfaceType.Smooth
  1559. Part17.TopSurface = Enum.SurfaceType.Smooth
  1560. Part17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1561. Part17.Position = Vector3.new(-178.093613, 6.77073956, 66.370636)
  1562. Part17.Orientation = Vector3.new(0, 0, 180)
  1563. Part17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1564. SpecialMesh18.Parent = Part17
  1565. SpecialMesh18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1566. SpecialMesh18.Scale = Vector3.new(0.0557999983, 0.0557999983, 0.287999988)
  1567. SpecialMesh18.MeshType = Enum.MeshType.FileMesh
  1568. SpecialMesh18.Scale = Vector3.new(0.0557999983, 0.0557999983, 0.287999988)
  1569. Part19.Name = "barrelpos1"
  1570. Part19.Parent = Tool0
  1571. Part19.Material = Enum.Material.SmoothPlastic
  1572. Part19.BrickColor = BrickColor.new("Black")
  1573. Part19.Transparency = 1
  1574. Part19.Rotation = Vector3.new(-90, 90, 0)
  1575. Part19.Anchored = true
  1576. Part19.CanCollide = false
  1577. Part19.FormFactor = Enum.FormFactor.Custom
  1578. Part19.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  1579. Part19.CFrame = CFrame.new(-178.094193, 6.42099667, 63.940094, 4.3022621e-05, -2.68220901e-07, 1, -1, 3.25878391e-05, 4.30226282e-05, -3.258785e-05, -1, -2.68220901e-07)
  1580. Part19.BottomSurface = Enum.SurfaceType.Smooth
  1581. Part19.TopSurface = Enum.SurfaceType.Smooth
  1582. Part19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1583. Part19.Position = Vector3.new(-178.094193, 6.42099667, 63.940094)
  1584. Part19.Orientation = Vector3.new(0, 90, -90)
  1585. Part19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1586. BillboardGui20.Name = "Flash"
  1587. BillboardGui20.Parent = Part19
  1588. BillboardGui20.Size = UDim2.new(2, 0, 2, 0)
  1589. BillboardGui20.Active = true
  1590. ImageLabel21.Name = "Flash"
  1591. ImageLabel21.Parent = BillboardGui20
  1592. ImageLabel21.Transparency = 1
  1593. ImageLabel21.Size = UDim2.new(0.75, 0, 0.660000026, 0)
  1594. ImageLabel21.Position = UDim2.new(0.125, 0, 0.150000006, 0)
  1595. ImageLabel21.Active = true
  1596. ImageLabel21.Visible = false
  1597. ImageLabel21.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
  1598. ImageLabel21.BackgroundTransparency = 1
  1599. ImageLabel21.Image = "http://www.roblox.com/asset/?id=95361991"
  1600. CylinderMesh22.Name = "Normal"
  1601. CylinderMesh22.Parent = Part19
  1602. CylinderMesh22.Scale = Vector3.new(0.666700006, 1, 0.666700006)
  1603. CylinderMesh22.Scale = Vector3.new(0.666700006, 1, 0.666700006)
  1604. Part23.Name = "Magazine2"
  1605. Part23.Parent = Tool0
  1606. Part23.Material = Enum.Material.SmoothPlastic
  1607. Part23.BrickColor = BrickColor.new("Dark stone grey")
  1608. Part23.Rotation = Vector3.new(-168, 0, -180)
  1609. Part23.Anchored = true
  1610. Part23.CanCollide = false
  1611. Part23.FormFactor = Enum.FormFactor.Custom
  1612. Part23.Size = Vector3.new(0.200000003, 0.395999998, 0.360000014)
  1613. Part23.CFrame = CFrame.new(-178.090088, 5.67608929, 65.6359482, -1, 1.101808e-07, -1.94986043e-07, 7.97159245e-08, 0.978147626, 0.207911879, 1.49011612e-07, 0.207911849, -0.978147507)
  1614. Part23.BottomSurface = Enum.SurfaceType.Smooth
  1615. Part23.TopSurface = Enum.SurfaceType.Smooth
  1616. Part23.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1617. Part23.Position = Vector3.new(-178.090088, 5.67608929, 65.6359482)
  1618. Part23.Orientation = Vector3.new(-12, -180, 0)
  1619. Part23.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1620. BlockMesh24.Parent = Part23
  1621. BlockMesh24.Scale = Vector3.new(0.648000002, 1, 1)
  1622. BlockMesh24.Scale = Vector3.new(0.648000002, 1, 1)
  1623. Part25.Parent = Tool0
  1624. Part25.Material = Enum.Material.SmoothPlastic
  1625. Part25.BrickColor = BrickColor.new("Dark stone grey")
  1626. Part25.Rotation = Vector3.new(72.1899948, 0, 0)
  1627. Part25.Anchored = true
  1628. Part25.CanCollide = false
  1629. Part25.FormFactor = Enum.FormFactor.Custom
  1630. Part25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1631. Part25.CFrame = CFrame.new(-178.090088, 5.72217083, 66.4874191, 0.999999642, 3.63643835e-07, 1.44525742e-08, -8.15153243e-08, 0.305802256, -0.952094555, -3.27825546e-07, 0.952094674, 0.305801958)
  1632. Part25.BottomSurface = Enum.SurfaceType.Smooth
  1633. Part25.TopSurface = Enum.SurfaceType.Smooth
  1634. Part25.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1635. Part25.Position = Vector3.new(-178.090088, 5.72217083, 66.4874191)
  1636. Part25.Orientation = Vector3.new(72.1899948, 0, 0)
  1637. Part25.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1638. BlockMesh26.Parent = Part25
  1639. BlockMesh26.Scale = Vector3.new(0.719999969, 0.252000093, 0.540000558)
  1640. BlockMesh26.Scale = Vector3.new(0.719999969, 0.252000093, 0.540000558)
  1641. Part27.Parent = Tool0
  1642. Part27.Material = Enum.Material.SmoothPlastic
  1643. Part27.BrickColor = BrickColor.new("Dark stone grey")
  1644. Part27.Rotation = Vector3.new(72.1899948, 0, 0)
  1645. Part27.Anchored = true
  1646. Part27.CanCollide = false
  1647. Part27.FormFactor = Enum.FormFactor.Custom
  1648. Part27.Size = Vector3.new(0.200000003, 0.208799973, 0.453600109)
  1649. Part27.CFrame = CFrame.new(-178.090073, 5.84704876, 66.3111649, 0.999999642, 3.63643835e-07, -4.51520705e-08, -1.52937218e-07, 0.305802286, -0.952094555, -2.38418565e-07, 0.952094674, 0.305801988)
  1650. Part27.BottomSurface = Enum.SurfaceType.Smooth
  1651. Part27.TopSurface = Enum.SurfaceType.Smooth
  1652. Part27.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1653. Part27.Position = Vector3.new(-178.090073, 5.84704876, 66.3111649)
  1654. Part27.Orientation = Vector3.new(72.1899948, 0, 0)
  1655. Part27.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1656. BlockMesh28.Parent = Part27
  1657. BlockMesh28.Scale = Vector3.new(0.719999969, 1, 1)
  1658. BlockMesh28.Scale = Vector3.new(0.719999969, 1, 1)
  1659. Part29.Parent = Tool0
  1660. Part29.Material = Enum.Material.SmoothPlastic
  1661. Part29.BrickColor = BrickColor.new("Dark stone grey")
  1662. Part29.Rotation = Vector3.new(72.1899948, 0, 0)
  1663. Part29.Anchored = true
  1664. Part29.CanCollide = false
  1665. Part29.FormFactor = Enum.FormFactor.Custom
  1666. Part29.Size = Vector3.new(0.200000003, 0.200000003, 0.360000014)
  1667. Part29.CFrame = CFrame.new(-178.090073, 5.94493389, 66.4158554, 0.999999464, 2.44434574e-07, -2.38867216e-07, -3.32638734e-07, 0.305801928, -0.952094018, -2.38418565e-07, 0.952094436, 0.305802017)
  1668. Part29.BottomSurface = Enum.SurfaceType.Smooth
  1669. Part29.TopSurface = Enum.SurfaceType.Smooth
  1670. Part29.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1671. Part29.Position = Vector3.new(-178.090073, 5.94493389, 66.4158554)
  1672. Part29.Orientation = Vector3.new(72.1899948, 0, 0)
  1673. Part29.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1674. SpecialMesh30.Parent = Part29
  1675. SpecialMesh30.Scale = Vector3.new(0.719999969, 0.252000004, 1)
  1676. SpecialMesh30.MeshType = Enum.MeshType.Wedge
  1677. SpecialMesh30.Scale = Vector3.new(0.719999969, 0.252000004, 1)
  1678. Part31.Name = "Handle"
  1679. Part31.Parent = Tool0
  1680. Part31.Material = Enum.Material.SmoothPlastic
  1681. Part31.BrickColor = BrickColor.new("Black")
  1682. Part31.Transparency = 1
  1683. Part31.Anchored = true
  1684. Part31.CanCollide = false
  1685. Part31.FormFactor = Enum.FormFactor.Custom
  1686. Part31.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1687. Part31.CFrame = CFrame.new(-178.197205, 6.01099682, 66.3131027, 0.99999994, 2.18556949e-07, 5.96046448e-08, -2.18556949e-07, 1, -9.55342711e-15, -5.96046448e-08, 0, 0.99999994)
  1688. Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1690. Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1691. Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1692. Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1693. Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. Part31.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1695. Part31.Position = Vector3.new(-178.197205, 6.01099682, 66.3131027)
  1696. Part31.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1697. BlockMesh32.Parent = Part31
  1698. BlockMesh32.Scale = Vector3.new(1, 0.846153855, 1)
  1699. BlockMesh32.Scale = Vector3.new(1, 0.846153855, 1)
  1700. Sound33.Name = "FireModeClick"
  1701. Sound33.Parent = Part31
  1702. Sound33.Pitch = 1.5
  1703. Sound33.SoundId = "rbxasset://sounds/switch.wav"
  1704. Sound33.Volume = 1
  1705. Sound34.Name = "NoAmmoClick"
  1706. Sound34.Parent = Part31
  1707. Sound34.Pitch = 2
  1708. Sound34.SoundId = "rbxasset://sounds/switch.wav"
  1709. Sound34.Volume = 1
  1710. Sound35.Name = "MagazineOut"
  1711. Sound35.Parent = Part31
  1712. Sound35.Pitch = 0.85000002384186
  1713. Sound35.SoundId = "http://www.roblox.com/asset/?id=131045401"
  1714. Sound35.Volume = 1
  1715. Sound36.Name = "MagazineIn"
  1716. Sound36.Parent = Part31
  1717. Sound36.Pitch = 0.89999997615814
  1718. Sound36.SoundId = "http://www.roblox.com/asset/?id=131045429"
  1719. Sound36.Volume = 1
  1720. Sound37.Name = "ShootSound"
  1721. Sound37.Parent = Part31
  1722. Sound37.Pitch = 0.75
  1723. Sound37.SoundId = "http://www.roblox.com/asset/?id=130767489"
  1724. Sound37.Volume = 1
  1725. Part38.Parent = Tool0
  1726. Part38.Material = Enum.Material.SmoothPlastic
  1727. Part38.BrickColor = BrickColor.new("Black")
  1728. Part38.Rotation = Vector3.new(126.790001, 89.9700012, -126.790001)
  1729. Part38.Anchored = true
  1730. Part38.CanCollide = false
  1731. Part38.FormFactor = Enum.FormFactor.Custom
  1732. Part38.Size = Vector3.new(0.252000004, 0.200000003, 0.200000003)
  1733. Part38.CFrame = CFrame.new(-178.090088, 6.03403759, 65.9828186, -5.9604659e-08, 7.97159458e-08, 0.999999881, 1.51469592e-07, 1, -7.97159601e-08, -0.999999881, 1.51469578e-07, -5.96046412e-08)
  1734. Part38.BottomSurface = Enum.SurfaceType.Smooth
  1735. Part38.TopSurface = Enum.SurfaceType.Smooth
  1736. Part38.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1737. Part38.Position = Vector3.new(-178.090088, 6.03403759, 65.9828186)
  1738. Part38.Orientation = Vector3.new(0, 90, 0)
  1739. Part38.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1740. BlockMesh39.Parent = Part38
  1741. BlockMesh39.Scale = Vector3.new(1, 0.0719999969, 0.540000021)
  1742. BlockMesh39.Scale = Vector3.new(1, 0.0719999969, 0.540000021)
  1743. Part40.Parent = Tool0
  1744. Part40.Material = Enum.Material.SmoothPlastic
  1745. Part40.BrickColor = BrickColor.new("Black")
  1746. Part40.Rotation = Vector3.new(-90, 0, 90)
  1747. Part40.Anchored = true
  1748. Part40.CanCollide = false
  1749. Part40.FormFactor = Enum.FormFactor.Custom
  1750. Part40.Size = Vector3.new(0.200000003, 0.200000003, 0.360000014)
  1751. Part40.CFrame = CFrame.new(-178.154877, 6.127635, 67.1852264, -5.9604659e-08, -0.999999881, 7.97159601e-08, 1.95180988e-07, 7.97159601e-08, 1, -0.999999881, 5.96046412e-08, 1.95180945e-07)
  1752. Part40.BottomSurface = Enum.SurfaceType.Smooth
  1753. Part40.TopSurface = Enum.SurfaceType.Smooth
  1754. Part40.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1755. Part40.Position = Vector3.new(-178.154877, 6.127635, 67.1852264)
  1756. Part40.Orientation = Vector3.new(-90, 90, 0)
  1757. Part40.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1758. SpecialMesh41.Parent = Part40
  1759. SpecialMesh41.Scale = Vector3.new(0.179999992, 0.179999992, 1)
  1760. SpecialMesh41.MeshType = Enum.MeshType.Wedge
  1761. SpecialMesh41.Scale = Vector3.new(0.179999992, 0.179999992, 1)
  1762. Part42.Parent = Tool0
  1763. Part42.Material = Enum.Material.SmoothPlastic
  1764. Part42.BrickColor = BrickColor.new("Dark stone grey")
  1765. Part42.Rotation = Vector3.new(-90, 0, 90)
  1766. Part42.Anchored = true
  1767. Part42.CanCollide = false
  1768. Part42.FormFactor = Enum.FormFactor.Custom
  1769. Part42.Size = Vector3.new(0.200000003, 0.200000003, 0.360000014)
  1770. Part42.CFrame = CFrame.new(-178.154877, 6.127635, 67.2104111, -5.9604659e-08, -0.999999881, 7.97159601e-08, 1.95180988e-07, 7.97159601e-08, 1, -0.999999881, 5.96046412e-08, 1.95180945e-07)
  1771. Part42.BottomSurface = Enum.SurfaceType.Smooth
  1772. Part42.TopSurface = Enum.SurfaceType.Smooth
  1773. Part42.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1774. Part42.Position = Vector3.new(-178.154877, 6.127635, 67.2104111)
  1775. Part42.Orientation = Vector3.new(-90, 90, 0)
  1776. Part42.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1777. SpecialMesh43.Parent = Part42
  1778. SpecialMesh43.Scale = Vector3.new(0.0720000044, 0.179999992, 1)
  1779. SpecialMesh43.MeshType = Enum.MeshType.Wedge
  1780. SpecialMesh43.Scale = Vector3.new(0.0720000044, 0.179999992, 1)
  1781. Part44.Parent = Tool0
  1782. Part44.Material = Enum.Material.SmoothPlastic
  1783. Part44.BrickColor = BrickColor.new("Dark stone grey")
  1784. Part44.Rotation = Vector3.new(-90, 0, -90)
  1785. Part44.Anchored = true
  1786. Part44.CanCollide = false
  1787. Part44.FormFactor = Enum.FormFactor.Custom
  1788. Part44.Size = Vector3.new(0.200000003, 0.200000003, 0.360000014)
  1789. Part44.CFrame = CFrame.new(-178.032501, 6.127635, 67.2104111, 1.49011626e-07, 1, 7.97159601e-08, -1.95180988e-07, -7.97159245e-08, 1, 1, -1.49011612e-07, 1.95180945e-07)
  1790. Part44.BottomSurface = Enum.SurfaceType.Smooth
  1791. Part44.TopSurface = Enum.SurfaceType.Smooth
  1792. Part44.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1793. Part44.Position = Vector3.new(-178.032501, 6.127635, 67.2104111)
  1794. Part44.Orientation = Vector3.new(-90, -90, 0)
  1795. Part44.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1796. SpecialMesh45.Parent = Part44
  1797. SpecialMesh45.Scale = Vector3.new(0.0719999969, 0.179999992, 1)
  1798. SpecialMesh45.MeshType = Enum.MeshType.Wedge
  1799. SpecialMesh45.Scale = Vector3.new(0.0719999969, 0.179999992, 1)
  1800. Part46.Parent = Tool0
  1801. Part46.Material = Enum.Material.SmoothPlastic
  1802. Part46.BrickColor = BrickColor.new("Black")
  1803. Part46.Rotation = Vector3.new(-90, 0, -90)
  1804. Part46.Anchored = true
  1805. Part46.CanCollide = false
  1806. Part46.FormFactor = Enum.FormFactor.Custom
  1807. Part46.Size = Vector3.new(0.200000003, 0.200000003, 0.360000014)
  1808. Part46.CFrame = CFrame.new(-178.032486, 6.127635, 67.1852188, 1.49011626e-07, 1, 7.97159601e-08, -1.95180988e-07, -7.97159245e-08, 1, 1, -1.49011612e-07, 1.95180945e-07)
  1809. Part46.BottomSurface = Enum.SurfaceType.Smooth
  1810. Part46.TopSurface = Enum.SurfaceType.Smooth
  1811. Part46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1812. Part46.Position = Vector3.new(-178.032486, 6.127635, 67.1852188)
  1813. Part46.Orientation = Vector3.new(-90, -90, 0)
  1814. Part46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1815. SpecialMesh47.Parent = Part46
  1816. SpecialMesh47.Scale = Vector3.new(0.179999992, 0.179999992, 1)
  1817. SpecialMesh47.MeshType = Enum.MeshType.Wedge
  1818. SpecialMesh47.Scale = Vector3.new(0.179999992, 0.179999992, 1)
  1819. Part48.Parent = Tool0
  1820. Part48.Material = Enum.Material.SmoothPlastic
  1821. Part48.BrickColor = BrickColor.new("Black")
  1822. Part48.Rotation = Vector3.new(90, 0, -180)
  1823. Part48.Anchored = true
  1824. Part48.CanCollide = false
  1825. Part48.FormFactor = Enum.FormFactor.Custom
  1826. Part48.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1827. Part48.CFrame = CFrame.new(-178.090073, 6.06283855, 66.1124191, -0.999999464, 2.71201134e-06, -2.88331876e-07, 4.67146435e-07, 4.73367194e-08, -0.999999762, -2.68220901e-06, -0.999999881, 1.91080616e-07)
  1828. Part48.BottomSurface = Enum.SurfaceType.Smooth
  1829. Part48.TopSurface = Enum.SurfaceType.Smooth
  1830. Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1831. Part48.Position = Vector3.new(-178.090073, 6.06283855, 66.1124191)
  1832. Part48.Orientation = Vector3.new(89.9599991, -56.4699974, 84.2099991)
  1833. Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1834. SpecialMesh49.Parent = Part48
  1835. SpecialMesh49.Scale = Vector3.new(0.719999969, 0.251999974, 0.359999985)
  1836. SpecialMesh49.MeshType = Enum.MeshType.Wedge
  1837. SpecialMesh49.Scale = Vector3.new(0.719999969, 0.251999974, 0.359999985)
  1838. Part50.Parent = Tool0
  1839. Part50.Material = Enum.Material.SmoothPlastic
  1840. Part50.BrickColor = BrickColor.new("Dark stone grey")
  1841. Part50.Rotation = Vector3.new(90, 0, 0)
  1842. Part50.Anchored = true
  1843. Part50.CanCollide = false
  1844. Part50.FormFactor = Enum.FormFactor.Custom
  1845. Part50.Size = Vector3.new(0.200000003, 0.208800003, 0.200000003)
  1846. Part50.CFrame = CFrame.new(-178.090088, 6.10963726, 66.2420197, 0.999999642, 1.4901164e-07, -3.49900034e-07, -3.49900063e-07, -2.70678868e-07, -0.999999881, -1.7881392e-07, 0.999999881, -5.09097276e-07)
  1847. Part50.BottomSurface = Enum.SurfaceType.Smooth
  1848. Part50.TopSurface = Enum.SurfaceType.Smooth
  1849. Part50.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1850. Part50.Position = Vector3.new(-178.090088, 6.10963726, 66.2420197)
  1851. Part50.Orientation = Vector3.new(89.9700012, -145.5, -127.729996)
  1852. Part50.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1853. BlockMesh51.Parent = Part50
  1854. BlockMesh51.Scale = Vector3.new(0.719999969, 1, 0.828000069)
  1855. BlockMesh51.Scale = Vector3.new(0.719999969, 1, 0.828000069)
  1856. Part52.Parent = Tool0
  1857. Part52.Material = Enum.Material.SmoothPlastic
  1858. Part52.BrickColor = BrickColor.new("Black")
  1859. Part52.Rotation = Vector3.new(-174, 0, -180)
  1860. Part52.Anchored = true
  1861. Part52.CanCollide = false
  1862. Part52.FormFactor = Enum.FormFactor.Custom
  1863. Part52.Size = Vector3.new(0.200000003, 0.200000003, 0.360000014)
  1864. Part52.CFrame = CFrame.new(-178.090088, 6.06643963, 65.6408005, -1, 8.28301197e-08, -1.86944533e-07, 7.97159245e-08, 0.994521916, 0.104528591, 1.49011612e-07, 0.104528576, -0.994521797)
  1865. Part52.BottomSurface = Enum.SurfaceType.Smooth
  1866. Part52.TopSurface = Enum.SurfaceType.Smooth
  1867. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1868. Part52.Position = Vector3.new(-178.090088, 6.06643963, 65.6408005)
  1869. Part52.Orientation = Vector3.new(-6, -180, 0)
  1870. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1871. BlockMesh53.Parent = Part52
  1872. BlockMesh53.Scale = Vector3.new(0.900000036, 0.179999992, 1)
  1873. BlockMesh53.Scale = Vector3.new(0.900000036, 0.179999992, 1)
  1874. Part54.Name = "Magazine"
  1875. Part54.Parent = Tool0
  1876. Part54.Material = Enum.Material.SmoothPlastic
  1877. Part54.BrickColor = BrickColor.new("Dark stone grey")
  1878. Part54.Rotation = Vector3.new(-180, 0, -180)
  1879. Part54.Anchored = true
  1880. Part54.CanCollide = false
  1881. Part54.FormFactor = Enum.FormFactor.Custom
  1882. Part54.Size = Vector3.new(0.200000003, 0.432000011, 0.360000014)
  1883. Part54.CFrame = CFrame.new(-178.090057, 6.04843426, 65.6732101, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  1884. Part54.BottomSurface = Enum.SurfaceType.Smooth
  1885. Part54.TopSurface = Enum.SurfaceType.Smooth
  1886. Part54.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1887. Part54.Position = Vector3.new(-178.090057, 6.04843426, 65.6732101)
  1888. Part54.Orientation = Vector3.new(0, -180, 0)
  1889. Part54.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1890. BlockMesh55.Parent = Part54
  1891. BlockMesh55.Scale = Vector3.new(0.648000002, 1, 1)
  1892. BlockMesh55.Scale = Vector3.new(0.648000002, 1, 1)
  1893. Part56.Parent = Tool0
  1894. Part56.Material = Enum.Material.SmoothPlastic
  1895. Part56.BrickColor = BrickColor.new("Black")
  1896. Part56.Rotation = Vector3.new(-90, 0, 0)
  1897. Part56.Anchored = true
  1898. Part56.CanCollide = false
  1899. Part56.FormFactor = Enum.FormFactor.Custom
  1900. Part56.Size = Vector3.new(0.200000003, 0.352800012, 0.200000003)
  1901. Part56.CFrame = CFrame.new(-178.090088, 6.04483318, 65.6587982, 0.999999762, -5.96046874e-08, 3.93611458e-07, -3.93611515e-07, 5.09097447e-07, 0.999999881, -8.9406953e-08, -0.999999881, 2.70678754e-07)
  1902. Part56.BottomSurface = Enum.SurfaceType.Smooth
  1903. Part56.TopSurface = Enum.SurfaceType.Smooth
  1904. Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1905. Part56.Position = Vector3.new(-178.090088, 6.04483318, 65.6587982)
  1906. Part56.Orientation = Vector3.new(-89.9700012, 55.4799995, -37.7099991)
  1907. Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1908. SpecialMesh57.Parent = Part56
  1909. SpecialMesh57.Scale = Vector3.new(0.719999969, 1, 0.179999992)
  1910. SpecialMesh57.MeshType = Enum.MeshType.Wedge
  1911. SpecialMesh57.Scale = Vector3.new(0.719999969, 1, 0.179999992)
  1912. Part58.Parent = Tool0
  1913. Part58.Material = Enum.Material.SmoothPlastic
  1914. Part58.BrickColor = BrickColor.new("Dark stone grey")
  1915. Part58.Rotation = Vector3.new(93, 0, -90)
  1916. Part58.Anchored = true
  1917. Part58.CanCollide = false
  1918. Part58.FormFactor = Enum.FormFactor.Custom
  1919. Part58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1920. Part58.CFrame = CFrame.new(-178.108093, 6.12713146, 66.0616837, 4.46696104e-05, 0.999999642, -4.42551391e-05, 0.0523137152, -4.62137214e-05, -0.998630345, -0.998630285, 4.25577164e-05, -0.0523140691)
  1921. Part58.BottomSurface = Enum.SurfaceType.Smooth
  1922. Part58.TopSurface = Enum.SurfaceType.Smooth
  1923. Part58.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1924. Part58.Position = Vector3.new(-178.108093, 6.12713146, 66.0616837)
  1925. Part58.Orientation = Vector3.new(87, -179.949997, 90.0499954)
  1926. Part58.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1927. BlockMesh59.Parent = Part58
  1928. BlockMesh59.Scale = Vector3.new(0.143999994, 0.359999985, 0.287999988)
  1929. BlockMesh59.Scale = Vector3.new(0.143999994, 0.359999985, 0.287999988)
  1930. Part60.Parent = Tool0
  1931. Part60.Material = Enum.Material.SmoothPlastic
  1932. Part60.BrickColor = BrickColor.new("Black")
  1933. Part60.Rotation = Vector3.new(90, 0, 0)
  1934. Part60.Anchored = true
  1935. Part60.CanCollide = false
  1936. Part60.FormFactor = Enum.FormFactor.Custom
  1937. Part60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1938. Part60.CFrame = CFrame.new(-178.090073, 6.06283855, 65.8712082, 0.999999642, 1.4901164e-07, -3.49900034e-07, -3.49900063e-07, -2.70678868e-07, -0.999999881, -1.7881392e-07, 0.999999881, -5.09097276e-07)
  1939. Part60.BottomSurface = Enum.SurfaceType.Smooth
  1940. Part60.TopSurface = Enum.SurfaceType.Smooth
  1941. Part60.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1942. Part60.Position = Vector3.new(-178.090073, 6.06283855, 65.8712082)
  1943. Part60.Orientation = Vector3.new(89.9700012, -145.5, -127.729996)
  1944. Part60.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1945. SpecialMesh61.Parent = Part60
  1946. SpecialMesh61.Scale = Vector3.new(0.719999969, 0.359999985, 0.359999985)
  1947. SpecialMesh61.MeshType = Enum.MeshType.Wedge
  1948. SpecialMesh61.Scale = Vector3.new(0.719999969, 0.359999985, 0.359999985)
  1949. Part62.Parent = Tool0
  1950. Part62.Material = Enum.Material.SmoothPlastic
  1951. Part62.BrickColor = BrickColor.new("Black")
  1952. Part62.Rotation = Vector3.new(90, 0, 180)
  1953. Part62.Anchored = true
  1954. Part62.CanCollide = false
  1955. Part62.FormFactor = Enum.FormFactor.Custom
  1956. Part62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1957. Part62.CFrame = CFrame.new(-178.090088, 6.12043285, 66.1231995, -0.999999881, -5.96048437e-08, -3.49900176e-07, 3.49899921e-07, 2.53565531e-06, -0.999999881, 5.96046306e-08, -0.999999881, -2.53565486e-06)
  1958. Part62.BottomSurface = Enum.SurfaceType.Smooth
  1959. Part62.TopSurface = Enum.SurfaceType.Smooth
  1960. Part62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1961. Part62.Position = Vector3.new(-178.090088, 6.12043285, 66.1231995)
  1962. Part62.Orientation = Vector3.new(89.9700012, -172.139999, 7.85999966)
  1963. Part62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1964. BlockMesh63.Parent = Part62
  1965. BlockMesh63.Scale = Vector3.new(0.719999969, 0.144000158, 0.719999969)
  1966. BlockMesh63.Scale = Vector3.new(0.719999969, 0.144000158, 0.719999969)
  1967. Part64.Parent = Tool0
  1968. Part64.Material = Enum.Material.SmoothPlastic
  1969. Part64.BrickColor = BrickColor.new("Dark stone grey")
  1970. Part64.Rotation = Vector3.new(-62, 0, 180)
  1971. Part64.Anchored = true
  1972. Part64.CanCollide = false
  1973. Part64.FormFactor = Enum.FormFactor.Custom
  1974. Part64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1975. Part64.CFrame = CFrame.new(-178.108093, 6.07641125, 66.0465927, -1, -1.12492671e-07, 4.37961717e-07, 4.01938962e-07, -0.469494849, 0.882935345, 1.49011598e-07, 0.882935166, 0.46949479)
  1976. Part64.BottomSurface = Enum.SurfaceType.Smooth
  1977. Part64.TopSurface = Enum.SurfaceType.Smooth
  1978. Part64.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1979. Part64.Position = Vector3.new(-178.108093, 6.07641125, 66.0465927)
  1980. Part64.Orientation = Vector3.new(-62, 0, 180)
  1981. Part64.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1982. SpecialMesh65.Parent = Part64
  1983. SpecialMesh65.Scale = Vector3.new(0.359999985, 0.143999994, 0.324000001)
  1984. SpecialMesh65.MeshType = Enum.MeshType.Wedge
  1985. SpecialMesh65.Scale = Vector3.new(0.359999985, 0.143999994, 0.324000001)
  1986. Part66.Parent = Tool0
  1987. Part66.Material = Enum.Material.SmoothPlastic
  1988. Part66.BrickColor = BrickColor.new("Dark stone grey")
  1989. Part66.Rotation = Vector3.new(-180, 0, -180)
  1990. Part66.Anchored = true
  1991. Part66.CanCollide = false
  1992. Part66.FormFactor = Enum.FormFactor.Custom
  1993. Part66.Size = Vector3.new(0.200000003, 0.504000008, 0.200000003)
  1994. Part66.CFrame = CFrame.new(-178.093689, 6.1996336, 67.2104111, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  1995. Part66.BottomSurface = Enum.SurfaceType.Smooth
  1996. Part66.TopSurface = Enum.SurfaceType.Smooth
  1997. Part66.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1998. Part66.Position = Vector3.new(-178.093689, 6.1996336, 67.2104111)
  1999. Part66.Orientation = Vector3.new(0, -180, 0)
  2000. Part66.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2001. BlockMesh67.Parent = Part66
  2002. BlockMesh67.Scale = Vector3.new(0.432000011, 1, 0.0719999969)
  2003. BlockMesh67.Scale = Vector3.new(0.432000011, 1, 0.0719999969)
  2004. Part68.Parent = Tool0
  2005. Part68.Material = Enum.Material.SmoothPlastic
  2006. Part68.BrickColor = BrickColor.new("Black")
  2007. Part68.Rotation = Vector3.new(-180, 0, -180)
  2008. Part68.Anchored = true
  2009. Part68.CanCollide = false
  2010. Part68.FormFactor = Enum.FormFactor.Custom
  2011. Part68.Size = Vector3.new(0.200000003, 0.504000008, 0.200000003)
  2012. Part68.CFrame = CFrame.new(-178.093689, 6.1996336, 67.1852036, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2013. Part68.BottomSurface = Enum.SurfaceType.Smooth
  2014. Part68.TopSurface = Enum.SurfaceType.Smooth
  2015. Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2016. Part68.Position = Vector3.new(-178.093689, 6.1996336, 67.1852036)
  2017. Part68.Orientation = Vector3.new(0, -180, 0)
  2018. Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2019. BlockMesh69.Parent = Part68
  2020. BlockMesh69.Scale = Vector3.new(0.432000011, 1, 0.179999992)
  2021. BlockMesh69.Scale = Vector3.new(0.432000011, 1, 0.179999992)
  2022. Part70.Parent = Tool0
  2023. Part70.Material = Enum.Material.SmoothPlastic
  2024. Part70.BrickColor = BrickColor.new("Black")
  2025. Part70.Rotation = Vector3.new(-180, 0, -180)
  2026. Part70.Anchored = true
  2027. Part70.CanCollide = false
  2028. Part70.FormFactor = Enum.FormFactor.Custom
  2029. Part70.Size = Vector3.new(0.200000003, 0.410399944, 0.200000003)
  2030. Part70.CFrame = CFrame.new(-178.093689, 6.17443371, 67.1636047, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2031. Part70.BottomSurface = Enum.SurfaceType.Smooth
  2032. Part70.TopSurface = Enum.SurfaceType.Smooth
  2033. Part70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2034. Part70.Position = Vector3.new(-178.093689, 6.17443371, 67.1636047)
  2035. Part70.Orientation = Vector3.new(0, -180, 0)
  2036. Part70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2037. BlockMesh71.Parent = Part70
  2038. BlockMesh71.Scale = Vector3.new(0.359999985, 1, 0.395999998)
  2039. BlockMesh71.Scale = Vector3.new(0.359999985, 1, 0.395999998)
  2040. Part72.Parent = Tool0
  2041. Part72.Material = Enum.Material.SmoothPlastic
  2042. Part72.BrickColor = BrickColor.new("Dark stone grey")
  2043. Part72.Rotation = Vector3.new(-150, 0, -180)
  2044. Part72.Anchored = true
  2045. Part72.CanCollide = false
  2046. Part72.FormFactor = Enum.FormFactor.Custom
  2047. Part72.Size = Vector3.new(0.200000003, 0.200000003, 0.395999998)
  2048. Part72.CFrame = CFrame.new(-178.093613, 6.17055035, 64.8645401, -1, 1.56154954e-07, -1.87903368e-07, 7.97159245e-08, 0.866025388, 0.500000179, 1.49011612e-07, 0.50000006, -0.866025329)
  2049. Part72.BottomSurface = Enum.SurfaceType.Smooth
  2050. Part72.TopSurface = Enum.SurfaceType.Smooth
  2051. Part72.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2052. Part72.Position = Vector3.new(-178.093613, 6.17055035, 64.8645401)
  2053. Part72.Orientation = Vector3.new(-30, -180, 0)
  2054. Part72.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2055. BlockMesh73.Parent = Part72
  2056. BlockMesh73.Scale = Vector3.new(0.540000021, 0.324000001, 1)
  2057. BlockMesh73.Scale = Vector3.new(0.540000021, 0.324000001, 1)
  2058. Part74.Parent = Tool0
  2059. Part74.Material = Enum.Material.SmoothPlastic
  2060. Part74.BrickColor = BrickColor.new("Dark stone grey")
  2061. Part74.Rotation = Vector3.new(-150, 0, -180)
  2062. Part74.Anchored = true
  2063. Part74.CanCollide = false
  2064. Part74.FormFactor = Enum.FormFactor.Custom
  2065. Part74.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  2066. Part74.CFrame = CFrame.new(-178.093613, 6.15715313, 65.0478973, -1, 1.56154954e-07, -1.87903368e-07, 7.97159245e-08, 0.866025388, 0.500000179, 1.49011612e-07, 0.50000006, -0.866025329)
  2067. Part74.BottomSurface = Enum.SurfaceType.Smooth
  2068. Part74.TopSurface = Enum.SurfaceType.Smooth
  2069. Part74.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2070. Part74.Position = Vector3.new(-178.093613, 6.15715313, 65.0478973)
  2071. Part74.Orientation = Vector3.new(-30, -180, 0)
  2072. Part74.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2073. BlockMesh75.Parent = Part74
  2074. BlockMesh75.Scale = Vector3.new(0.540000021, 1, 0.324000001)
  2075. BlockMesh75.Scale = Vector3.new(0.540000021, 1, 0.324000001)
  2076. Part76.Parent = Tool0
  2077. Part76.Material = Enum.Material.SmoothPlastic
  2078. Part76.BrickColor = BrickColor.new("Dark stone grey")
  2079. Part76.Rotation = Vector3.new(70, 0, -90)
  2080. Part76.Anchored = true
  2081. Part76.CanCollide = false
  2082. Part76.FormFactor = Enum.FormFactor.Custom
  2083. Part76.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2084. Part76.CFrame = CFrame.new(-178.108093, 6.18379498, 66.0519333, -2.41617414e-07, 0.999999881, -3.73942271e-07, -0.342019975, -4.41598047e-07, -0.939692616, -0.939692616, -5.9604627e-08, 0.342019945)
  2085. Part76.BottomSurface = Enum.SurfaceType.Smooth
  2086. Part76.TopSurface = Enum.SurfaceType.Smooth
  2087. Part76.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2088. Part76.Position = Vector3.new(-178.108093, 6.18379498, 66.0519333)
  2089. Part76.Orientation = Vector3.new(70, 0, -90)
  2090. Part76.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2091. BlockMesh77.Parent = Part76
  2092. BlockMesh77.Scale = Vector3.new(0.143999994, 0.359999985, 0.359999985)
  2093. BlockMesh77.Scale = Vector3.new(0.143999994, 0.359999985, 0.359999985)
  2094. Part78.Parent = Tool0
  2095. Part78.Material = Enum.Material.SmoothPlastic
  2096. Part78.BrickColor = BrickColor.new("Black")
  2097. Part78.Rotation = Vector3.new(90, 0, 180)
  2098. Part78.Anchored = true
  2099. Part78.CanCollide = false
  2100. Part78.FormFactor = Enum.FormFactor.Custom
  2101. Part78.Size = Vector3.new(0.200000003, 0.864000082, 0.200000003)
  2102. Part78.CFrame = CFrame.new(-178.090088, 6.22839642, 65.9144058, -0.999999881, -5.96048437e-08, -3.49900176e-07, 3.49899864e-07, 2.53565531e-06, -0.999999881, 5.96046306e-08, -0.999999881, -2.53565486e-06)
  2103. Part78.BottomSurface = Enum.SurfaceType.Smooth
  2104. Part78.TopSurface = Enum.SurfaceType.Smooth
  2105. Part78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2106. Part78.Position = Vector3.new(-178.090088, 6.22839642, 65.9144058)
  2107. Part78.Orientation = Vector3.new(89.9700012, -172.139999, 7.85999966)
  2108. Part78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2109. BlockMesh79.Parent = Part78
  2110. BlockMesh79.Scale = Vector3.new(0.719999969, 1, 0.359999985)
  2111. BlockMesh79.Scale = Vector3.new(0.719999969, 1, 0.359999985)
  2112. Part80.Parent = Tool0
  2113. Part80.Material = Enum.Material.SmoothPlastic
  2114. Part80.BrickColor = BrickColor.new("Black")
  2115. Part80.Rotation = Vector3.new(90, 0, 180)
  2116. Part80.Anchored = true
  2117. Part80.CanCollide = false
  2118. Part80.FormFactor = Enum.FormFactor.Custom
  2119. Part80.Size = Vector3.new(0.200000003, 0.381600022, 0.200000003)
  2120. Part80.CFrame = CFrame.new(-178.090057, 6.14563274, 65.6732101, -0.999999881, -5.96048437e-08, -3.49900176e-07, 3.49899921e-07, 2.53565531e-06, -0.999999881, 5.96046306e-08, -0.999999881, -2.53565486e-06)
  2121. Part80.BottomSurface = Enum.SurfaceType.Smooth
  2122. Part80.TopSurface = Enum.SurfaceType.Smooth
  2123. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2124. Part80.Position = Vector3.new(-178.090057, 6.14563274, 65.6732101)
  2125. Part80.Orientation = Vector3.new(89.9700012, -172.139999, 7.85999966)
  2126. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2127. BlockMesh81.Parent = Part80
  2128. BlockMesh81.Scale = Vector3.new(0.719999969, 1, 0.82799983)
  2129. BlockMesh81.Scale = Vector3.new(0.719999969, 1, 0.82799983)
  2130. Part82.Parent = Tool0
  2131. Part82.Material = Enum.Material.SmoothPlastic
  2132. Part82.BrickColor = BrickColor.new("Black")
  2133. Part82.Rotation = Vector3.new(-148, 0, -180)
  2134. Part82.Anchored = true
  2135. Part82.CanCollide = false
  2136. Part82.FormFactor = Enum.FormFactor.Custom
  2137. Part82.Size = Vector3.new(0.200000003, 0.200000003, 0.647999883)
  2138. Part82.CFrame = CFrame.new(-178.093689, 6.20582867, 66.8706436, -1, 1.42652141e-07, -1.9023058e-07, 7.97159245e-08, 0.848048091, 0.529919446, 1.49011612e-07, 0.529919386, -0.848048091)
  2139. Part82.BottomSurface = Enum.SurfaceType.Smooth
  2140. Part82.TopSurface = Enum.SurfaceType.Smooth
  2141. Part82.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2142. Part82.Position = Vector3.new(-178.093689, 6.20582867, 66.8706436)
  2143. Part82.Orientation = Vector3.new(-32, -180, 0)
  2144. Part82.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2145. BlockMesh83.Parent = Part82
  2146. BlockMesh83.Scale = Vector3.new(0.359999985, 0.359999985, 1)
  2147. BlockMesh83.Scale = Vector3.new(0.359999985, 0.359999985, 1)
  2148. Part84.Parent = Tool0
  2149. Part84.Material = Enum.Material.SmoothPlastic
  2150. Part84.BrickColor = BrickColor.new("Dark stone grey")
  2151. Part84.Rotation = Vector3.new(-180, 0, -180)
  2152. Part84.Anchored = true
  2153. Part84.CanCollide = false
  2154. Part84.FormFactor = Enum.FormFactor.Custom
  2155. Part84.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2156. Part84.CFrame = CFrame.new(-178.093689, 6.19927502, 64.5248108, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2157. Part84.BottomSurface = Enum.SurfaceType.Smooth
  2158. Part84.TopSurface = Enum.SurfaceType.Smooth
  2159. Part84.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2160. Part84.Position = Vector3.new(-178.093689, 6.19927502, 64.5248108)
  2161. Part84.Orientation = Vector3.new(0, -180, 0)
  2162. Part84.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2163. BlockMesh85.Parent = Part84
  2164. BlockMesh85.Scale = Vector3.new(0.900000036, 0.719999969, 0.359999985)
  2165. BlockMesh85.Scale = Vector3.new(0.900000036, 0.719999969, 0.359999985)
  2166. Part86.Parent = Tool0
  2167. Part86.Material = Enum.Material.SmoothPlastic
  2168. Part86.BrickColor = BrickColor.new("Black")
  2169. Part86.Rotation = Vector3.new(-90, 0, 0)
  2170. Part86.Anchored = true
  2171. Part86.CanCollide = false
  2172. Part86.FormFactor = Enum.FormFactor.Custom
  2173. Part86.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2174. Part86.CFrame = CFrame.new(-178.090073, 6.15643597, 66.1124191, 0.999999642, -1.49011655e-07, 4.37322853e-07, -4.37322882e-07, 5.09097447e-07, 0.999999881, -1.7881392e-07, -0.999999881, 2.70678839e-07)
  2175. Part86.BottomSurface = Enum.SurfaceType.Smooth
  2176. Part86.TopSurface = Enum.SurfaceType.Smooth
  2177. Part86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2178. Part86.Position = Vector3.new(-178.090073, 6.15643597, 66.1124191)
  2179. Part86.Orientation = Vector3.new(-89.9700012, 58.2399979, -40.6599998)
  2180. Part86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2181. SpecialMesh87.Parent = Part86
  2182. SpecialMesh87.Scale = Vector3.new(0.719999969, 0.251999974, 0.359999985)
  2183. SpecialMesh87.MeshType = Enum.MeshType.Wedge
  2184. SpecialMesh87.Scale = Vector3.new(0.719999969, 0.251999974, 0.359999985)
  2185. Part88.Parent = Tool0
  2186. Part88.Material = Enum.Material.SmoothPlastic
  2187. Part88.BrickColor = BrickColor.new("Black")
  2188. Part88.Rotation = Vector3.new(-90, 0, -180)
  2189. Part88.Anchored = true
  2190. Part88.CanCollide = false
  2191. Part88.FormFactor = Enum.FormFactor.Custom
  2192. Part88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2193. Part88.CFrame = CFrame.new(-178.090073, 6.17443371, 65.8856125, -0.999999881, 5.96044885e-08, 3.49941217e-07, 3.49941416e-07, 2.05390234e-06, 0.999999881, 5.96046306e-08, 0.999999881, -2.05390211e-06)
  2194. Part88.BottomSurface = Enum.SurfaceType.Smooth
  2195. Part88.TopSurface = Enum.SurfaceType.Smooth
  2196. Part88.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2197. Part88.Position = Vector3.new(-178.090073, 6.17443371, 65.8856125)
  2198. Part88.Orientation = Vector3.new(-89.9700012, 170.330002, 9.67000008)
  2199. Part88.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2200. SpecialMesh89.Parent = Part88
  2201. SpecialMesh89.Scale = Vector3.new(0.719999969, 0.216000006, 0.179999992)
  2202. SpecialMesh89.MeshType = Enum.MeshType.Wedge
  2203. SpecialMesh89.Scale = Vector3.new(0.719999969, 0.216000006, 0.179999992)
  2204. Part90.Parent = Tool0
  2205. Part90.Material = Enum.Material.SmoothPlastic
  2206. Part90.BrickColor = BrickColor.new("Dark stone grey")
  2207. Part90.Rotation = Vector3.new(-180, 0, -180)
  2208. Part90.Anchored = true
  2209. Part90.CanCollide = false
  2210. Part90.FormFactor = Enum.FormFactor.Custom
  2211. Part90.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2212. Part90.CFrame = CFrame.new(-178.093689, 6.24607372, 64.7768097, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2213. Part90.BottomSurface = Enum.SurfaceType.Smooth
  2214. Part90.TopSurface = Enum.SurfaceType.Smooth
  2215. Part90.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2216. Part90.Position = Vector3.new(-178.093689, 6.24607372, 64.7768097)
  2217. Part90.Orientation = Vector3.new(0, -180, 0)
  2218. Part90.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2219. BlockMesh91.Parent = Part90
  2220. BlockMesh91.Scale = Vector3.new(0.900000036, 0.179999992, 0.359999985)
  2221. BlockMesh91.Scale = Vector3.new(0.900000036, 0.179999992, 0.359999985)
  2222. Part92.Parent = Tool0
  2223. Part92.Material = Enum.Material.SmoothPlastic
  2224. Part92.BrickColor = BrickColor.new("Dark stone grey")
  2225. Part92.Rotation = Vector3.new(90, 0, 0)
  2226. Part92.Anchored = true
  2227. Part92.CanCollide = false
  2228. Part92.FormFactor = Enum.FormFactor.Custom
  2229. Part92.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2230. Part92.CFrame = CFrame.new(-178.093689, 6.28207684, 64.7768097, 1, 2.68220901e-07, -7.97159458e-08, -7.97159316e-08, -1.07758233e-07, -1, -2.68220901e-07, 1, -1.07758162e-07)
  2231. Part92.BottomSurface = Enum.SurfaceType.Smooth
  2232. Part92.TopSurface = Enum.SurfaceType.Smooth
  2233. Part92.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2234. Part92.Position = Vector3.new(-178.093689, 6.28207684, 64.7768097)
  2235. Part92.Orientation = Vector3.new(90, 0, 0)
  2236. Part92.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2237. SpecialMesh93.Parent = Part92
  2238. SpecialMesh93.Scale = Vector3.new(0.900000036, 0.359999985, 0.179999992)
  2239. SpecialMesh93.MeshType = Enum.MeshType.Wedge
  2240. SpecialMesh93.Scale = Vector3.new(0.900000036, 0.359999985, 0.179999992)
  2241. Part94.Parent = Tool0
  2242. Part94.Material = Enum.Material.SmoothPlastic
  2243. Part94.BrickColor = BrickColor.new("Black")
  2244. Part94.Rotation = Vector3.new(-90, 0, -180)
  2245. Part94.Anchored = true
  2246. Part94.CanCollide = false
  2247. Part94.FormFactor = Enum.FormFactor.Custom
  2248. Part94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2249. Part94.CFrame = CFrame.new(-178.090073, 6.24640179, 66.3788147, -1, 1.49011456e-07, 2.7444338e-07, 2.74443693e-07, 2.05390234e-06, 0.999999881, 1.49011598e-07, 0.999999881, -2.05390211e-06)
  2250. Part94.BottomSurface = Enum.SurfaceType.Smooth
  2251. Part94.TopSurface = Enum.SurfaceType.Smooth
  2252. Part94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2253. Part94.Position = Vector3.new(-178.090073, 6.24640179, 66.3788147)
  2254. Part94.Orientation = Vector3.new(-89.9700012, 172.389999, 7.60999966)
  2255. Part94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2256. SpecialMesh95.Parent = Part94
  2257. SpecialMesh95.Scale = Vector3.new(0.719999969, 0.432000011, 0.359999985)
  2258. SpecialMesh95.MeshType = Enum.MeshType.Wedge
  2259. SpecialMesh95.Scale = Vector3.new(0.719999969, 0.432000011, 0.359999985)
  2260. Part96.Parent = Tool0
  2261. Part96.Material = Enum.Material.SmoothPlastic
  2262. Part96.BrickColor = BrickColor.new("Black")
  2263. Part96.Rotation = Vector3.new(-180, 0, -180)
  2264. Part96.Anchored = true
  2265. Part96.CanCollide = false
  2266. Part96.FormFactor = Enum.FormFactor.Custom
  2267. Part96.Size = Vector3.new(0.200000003, 0.200000003, 0.93599999)
  2268. Part96.CFrame = CFrame.new(-178.093689, 6.28927898, 64.928009, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2269. Part96.BottomSurface = Enum.SurfaceType.Smooth
  2270. Part96.TopSurface = Enum.SurfaceType.Smooth
  2271. Part96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2272. Part96.Position = Vector3.new(-178.093689, 6.28927898, 64.928009)
  2273. Part96.Orientation = Vector3.new(0, -180, 0)
  2274. Part96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2275. BlockMesh97.Parent = Part96
  2276. BlockMesh97.Scale = Vector3.new(0.719999969, 0.179999992, 1.00999999)
  2277. BlockMesh97.Scale = Vector3.new(0.719999969, 0.179999992, 1.00999999)
  2278. Part98.Parent = Tool0
  2279. Part98.Material = Enum.Material.SmoothPlastic
  2280. Part98.BrickColor = BrickColor.new("Black")
  2281. Part98.Rotation = Vector3.new(90, 0, 180)
  2282. Part98.Anchored = true
  2283. Part98.CanCollide = false
  2284. Part98.FormFactor = Enum.FormFactor.Custom
  2285. Part98.Size = Vector3.new(0.200000003, 0.200000003, 0.287999988)
  2286. Part98.CFrame = CFrame.new(-178.136856, 6.27876568, 65.712822, -0.999999881, -5.96048295e-08, -1.55193504e-07, 1.55193106e-07, 2.35684138e-06, -0.999999881, 5.96046377e-08, -0.999999881, -2.35684138e-06)
  2287. Part98.BottomSurface = Enum.SurfaceType.Smooth
  2288. Part98.TopSurface = Enum.SurfaceType.Smooth
  2289. Part98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2290. Part98.Position = Vector3.new(-178.136856, 6.27876568, 65.712822)
  2291. Part98.Orientation = Vector3.new(89.9700012, -176.229996, 3.76999998)
  2292. Part98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2293. BlockMesh99.Parent = Part98
  2294. BlockMesh99.Scale = Vector3.new(0.359999985, 0.648000002, 1)
  2295. BlockMesh99.Scale = Vector3.new(0.359999985, 0.648000002, 1)
  2296. Part100.Parent = Tool0
  2297. Part100.Material = Enum.Material.SmoothPlastic
  2298. Part100.BrickColor = BrickColor.new("Black")
  2299. Part100.Rotation = Vector3.new(0, 0, 180)
  2300. Part100.Anchored = true
  2301. Part100.CanCollide = false
  2302. Part100.FormFactor = Enum.FormFactor.Custom
  2303. Part100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2304. Part100.CFrame = CFrame.new(-178.090088, 6.27523327, 65.4608078, -0.999999881, -2.30711734e-07, 5.96046661e-08, 2.30711777e-07, -1, -2.38892341e-07, 5.96046341e-08, -2.38892312e-07, 0.999999881)
  2305. Part100.BottomSurface = Enum.SurfaceType.Smooth
  2306. Part100.TopSurface = Enum.SurfaceType.Smooth
  2307. Part100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2308. Part100.Position = Vector3.new(-178.090088, 6.27523327, 65.4608078)
  2309. Part100.Orientation = Vector3.new(0, 0, 180)
  2310. Part100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2311. SpecialMesh101.Parent = Part100
  2312. SpecialMesh101.Scale = Vector3.new(0.719999969, 0.287999988, 0.359999985)
  2313. SpecialMesh101.MeshType = Enum.MeshType.Wedge
  2314. SpecialMesh101.Scale = Vector3.new(0.719999969, 0.287999988, 0.359999985)
  2315. Part102.Parent = Tool0
  2316. Part102.Material = Enum.Material.SmoothPlastic
  2317. Part102.BrickColor = BrickColor.new("Dark stone grey")
  2318. Part102.Rotation = Vector3.new(-180, 0, -180)
  2319. Part102.Anchored = true
  2320. Part102.CanCollide = false
  2321. Part102.FormFactor = Enum.FormFactor.Custom
  2322. Part102.Size = Vector3.new(0.200000003, 0.200000003, 1.00800002)
  2323. Part102.CFrame = CFrame.new(-178.093689, 6.30400372, 64.9712143, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2324. Part102.BottomSurface = Enum.SurfaceType.Smooth
  2325. Part102.TopSurface = Enum.SurfaceType.Smooth
  2326. Part102.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2327. Part102.Position = Vector3.new(-178.093689, 6.30400372, 64.9712143)
  2328. Part102.Orientation = Vector3.new(0, -180, 0)
  2329. Part102.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2330. BlockMesh103.Parent = Part102
  2331. BlockMesh103.Scale = Vector3.new(0.540000021, 0.179999992, 1)
  2332. BlockMesh103.Scale = Vector3.new(0.540000021, 0.179999992, 1)
  2333. Part104.Parent = Tool0
  2334. Part104.Material = Enum.Material.SmoothPlastic
  2335. Part104.BrickColor = BrickColor.new("Dark stone grey")
  2336. Part104.Rotation = Vector3.new(-165, 0, -180)
  2337. Part104.Anchored = true
  2338. Part104.CanCollide = false
  2339. Part104.FormFactor = Enum.FormFactor.Custom
  2340. Part104.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2341. Part104.CFrame = CFrame.new(-178.093689, 6.30591106, 66.9190598, -0.999999881, 7.38785531e-08, -2.01318571e-08, 8.91149341e-08, 0.965925813, 0.258819193, 5.96046377e-08, 0.258819163, -0.965925694)
  2342. Part104.BottomSurface = Enum.SurfaceType.Smooth
  2343. Part104.TopSurface = Enum.SurfaceType.Smooth
  2344. Part104.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2345. Part104.Position = Vector3.new(-178.093689, 6.30591106, 66.9190598)
  2346. Part104.Orientation = Vector3.new(-15, -180, 0)
  2347. Part104.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2348. BlockMesh105.Parent = Part104
  2349. BlockMesh105.Scale = Vector3.new(0.432000011, 0.179999992, 0.828000367)
  2350. BlockMesh105.Scale = Vector3.new(0.432000011, 0.179999992, 0.828000367)
  2351. Part106.Parent = Tool0
  2352. Part106.Material = Enum.Material.SmoothPlastic
  2353. Part106.BrickColor = BrickColor.new("Black")
  2354. Part106.Rotation = Vector3.new(90, 0, 180)
  2355. Part106.Anchored = true
  2356. Part106.CanCollide = false
  2357. Part106.FormFactor = Enum.FormFactor.Custom
  2358. Part106.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2359. Part106.CFrame = CFrame.new(-178.090088, 6.31119823, 65.4896164, -1, -2.38418778e-07, -3.93612083e-07, 3.93611401e-07, 2.53565531e-06, -0.999999881, 2.68220873e-07, -0.999999881, -2.53565486e-06)
  2360. Part106.BottomSurface = Enum.SurfaceType.Smooth
  2361. Part106.TopSurface = Enum.SurfaceType.Smooth
  2362. Part106.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2363. Part106.Position = Vector3.new(-178.090088, 6.31119823, 65.4896164)
  2364. Part106.Orientation = Vector3.new(89.9700012, -171.179993, 8.81999969)
  2365. Part106.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2366. BlockMesh107.Parent = Part106
  2367. BlockMesh107.Scale = Vector3.new(0.719999969, 0.287999988, 0.359999985)
  2368. BlockMesh107.Scale = Vector3.new(0.719999969, 0.287999988, 0.359999985)
  2369. Part108.Parent = Tool0
  2370. Part108.Material = Enum.Material.SmoothPlastic
  2371. Part108.BrickColor = BrickColor.new("Dark stone grey")
  2372. Part108.Rotation = Vector3.new(-180, 0, -180)
  2373. Part108.Anchored = true
  2374. Part108.CanCollide = false
  2375. Part108.FormFactor = Enum.FormFactor.Custom
  2376. Part108.Size = Vector3.new(0.200000003, 0.200000003, 0.648000002)
  2377. Part108.CFrame = CFrame.new(-178.093689, 6.25327587, 64.8308029, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2378. Part108.BottomSurface = Enum.SurfaceType.Smooth
  2379. Part108.TopSurface = Enum.SurfaceType.Smooth
  2380. Part108.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2381. Part108.Position = Vector3.new(-178.093689, 6.25327587, 64.8308029)
  2382. Part108.Orientation = Vector3.new(0, -180, 0)
  2383. Part108.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2384. BlockMesh109.Parent = Part108
  2385. BlockMesh109.Scale = Vector3.new(0.719999969, 0.179999992, 1)
  2386. BlockMesh109.Scale = Vector3.new(0.719999969, 0.179999992, 1)
  2387. Part110.Parent = Tool0
  2388. Part110.Material = Enum.Material.SmoothPlastic
  2389. Part110.BrickColor = BrickColor.new("Dark stone grey")
  2390. Part110.Rotation = Vector3.new(-180, 0, -180)
  2391. Part110.Anchored = true
  2392. Part110.CanCollide = false
  2393. Part110.FormFactor = Enum.FormFactor.Custom
  2394. Part110.Size = Vector3.new(0.200000003, 0.200000003, 0.251999974)
  2395. Part110.CFrame = CFrame.new(-178.093689, 6.26407909, 64.6148148, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2396. Part110.BottomSurface = Enum.SurfaceType.Smooth
  2397. Part110.TopSurface = Enum.SurfaceType.Smooth
  2398. Part110.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2399. Part110.Position = Vector3.new(-178.093689, 6.26407909, 64.6148148)
  2400. Part110.Orientation = Vector3.new(0, -180, 0)
  2401. Part110.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2402. BlockMesh111.Parent = Part110
  2403. BlockMesh111.Scale = Vector3.new(0.900000036, 0.359999985, 1)
  2404. BlockMesh111.Scale = Vector3.new(0.900000036, 0.359999985, 1)
  2405. Part112.Parent = Tool0
  2406. Part112.Material = Enum.Material.SmoothPlastic
  2407. Part112.BrickColor = BrickColor.new("Black")
  2408. Part112.Rotation = Vector3.new(-90, 0, 90)
  2409. Part112.Anchored = true
  2410. Part112.CanCollide = false
  2411. Part112.FormFactor = Enum.FormFactor.Custom
  2412. Part112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2413. Part112.CFrame = CFrame.new(-178.093689, 6.32923412, 67.1348267, -2.6822093e-07, -1, 7.97159743e-08, 1.95181002e-07, 7.97159316e-08, 1, -1, 2.68220901e-07, 1.95180945e-07)
  2414. Part112.BottomSurface = Enum.SurfaceType.Smooth
  2415. Part112.TopSurface = Enum.SurfaceType.Smooth
  2416. Part112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2417. Part112.Position = Vector3.new(-178.093689, 6.32923412, 67.1348267)
  2418. Part112.Orientation = Vector3.new(-90, 90, 0)
  2419. Part112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2420. CylinderMesh113.Parent = Part112
  2421. CylinderMesh113.Scale = Vector3.new(0.540000021, 0.359999985, 0.540000021)
  2422. CylinderMesh113.Scale = Vector3.new(0.540000021, 0.359999985, 0.540000021)
  2423. Part114.Parent = Tool0
  2424. Part114.Material = Enum.Material.SmoothPlastic
  2425. Part114.BrickColor = BrickColor.new("Black")
  2426. Part114.Rotation = Vector3.new(-180, 0, -180)
  2427. Part114.Anchored = true
  2428. Part114.CanCollide = false
  2429. Part114.FormFactor = Enum.FormFactor.Custom
  2430. Part114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2431. Part114.CFrame = CFrame.new(-178.093689, 6.3220396, 66.7639999, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2432. Part114.BottomSurface = Enum.SurfaceType.Smooth
  2433. Part114.TopSurface = Enum.SurfaceType.Smooth
  2434. Part114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2435. Part114.Position = Vector3.new(-178.093689, 6.3220396, 66.7639999)
  2436. Part114.Orientation = Vector3.new(0, -180, 0)
  2437. Part114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2438. BlockMesh115.Parent = Part114
  2439. BlockMesh115.Scale = Vector3.new(0.359999985, 0.467999995, 0.359999985)
  2440. BlockMesh115.Scale = Vector3.new(0.359999985, 0.467999995, 0.359999985)
  2441. Part116.Parent = Tool0
  2442. Part116.Material = Enum.Material.SmoothPlastic
  2443. Part116.BrickColor = BrickColor.new("Black")
  2444. Part116.Rotation = Vector3.new(90, 0, -90)
  2445. Part116.Anchored = true
  2446. Part116.CanCollide = false
  2447. Part116.FormFactor = Enum.FormFactor.Custom
  2448. Part116.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2449. Part116.CFrame = CFrame.new(-178.090073, 6.31483746, 65.4644089, -2.68220901e-07, 1, -7.97159458e-08, 1.07758218e-07, -7.97159316e-08, -1, -1, -2.68220901e-07, -1.07758162e-07)
  2450. Part116.BottomSurface = Enum.SurfaceType.Smooth
  2451. Part116.TopSurface = Enum.SurfaceType.Smooth
  2452. Part116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2453. Part116.Position = Vector3.new(-178.090073, 6.31483746, 65.4644089)
  2454. Part116.Orientation = Vector3.new(90, 90, 0)
  2455. Part116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2456. CylinderMesh117.Parent = Part116
  2457. CylinderMesh117.Scale = Vector3.new(0.432000011, 0.806400001, 0.540000021)
  2458. CylinderMesh117.Scale = Vector3.new(0.432000011, 0.806400001, 0.540000021)
  2459. Part118.Parent = Tool0
  2460. Part118.Material = Enum.Material.SmoothPlastic
  2461. Part118.BrickColor = BrickColor.new("Dark stone grey")
  2462. Part118.Rotation = Vector3.new(0, 0, 180)
  2463. Part118.Anchored = true
  2464. Part118.CanCollide = false
  2465. Part118.FormFactor = Enum.FormFactor.Custom
  2466. Part118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2467. Part118.CFrame = CFrame.new(-178.154877, 6.3399992, 65.925209, -1, -3.49921038e-07, 1.49011626e-07, 3.49921038e-07, -1, -2.40876574e-07, 1.49011598e-07, -2.40876489e-07, 1)
  2468. Part118.BottomSurface = Enum.SurfaceType.Smooth
  2469. Part118.TopSurface = Enum.SurfaceType.Smooth
  2470. Part118.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2471. Part118.Position = Vector3.new(-178.154877, 6.3399992, 65.925209)
  2472. Part118.Orientation = Vector3.new(0, 0, 180)
  2473. Part118.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2474. BlockMesh119.Parent = Part118
  2475. BlockMesh119.Scale = Vector3.new(0.179999992, 0.719999969, 0.540000021)
  2476. BlockMesh119.Scale = Vector3.new(0.179999992, 0.719999969, 0.540000021)
  2477. Part120.Parent = Tool0
  2478. Part120.Material = Enum.Material.SmoothPlastic
  2479. Part120.BrickColor = BrickColor.new("Really black")
  2480. Part120.Rotation = Vector3.new(90, 0, 0)
  2481. Part120.Anchored = true
  2482. Part120.CanCollide = false
  2483. Part120.FormFactor = Enum.FormFactor.Custom
  2484. Part120.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2485. Part120.CFrame = CFrame.new(-178.277267, 6.34687328, 64.5021439, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  2486. Part120.BottomSurface = Enum.SurfaceType.Smooth
  2487. Part120.TopSurface = Enum.SurfaceType.Smooth
  2488. Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2489. Part120.Position = Vector3.new(-178.277267, 6.34687328, 64.5021439)
  2490. Part120.Orientation = Vector3.new(90, 0, 0)
  2491. Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2492. CylinderMesh121.Parent = Part120
  2493. CylinderMesh121.Scale = Vector3.new(0.0899999961, 0.179999992, 0.0899999961)
  2494. CylinderMesh121.Scale = Vector3.new(0.0899999961, 0.179999992, 0.0899999961)
  2495. Part122.Parent = Tool0
  2496. Part122.Material = Enum.Material.SmoothPlastic
  2497. Part122.BrickColor = BrickColor.new("Black")
  2498. Part122.Rotation = Vector3.new(90, 0, 0)
  2499. Part122.Anchored = true
  2500. Part122.CanCollide = false
  2501. Part122.FormFactor = Enum.FormFactor.Custom
  2502. Part122.Size = Vector3.new(0.200000003, 0.252000004, 0.200000003)
  2503. Part122.CFrame = CFrame.new(-178.277283, 6.34687328, 64.6112061, 1, 3.57627869e-07, -7.97159458e-08, -7.97159174e-08, -1.07758225e-07, -1, -3.57627869e-07, 1, -1.07758162e-07)
  2504. Part122.BottomSurface = Enum.SurfaceType.Smooth
  2505. Part122.TopSurface = Enum.SurfaceType.Smooth
  2506. Part122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2507. Part122.Position = Vector3.new(-178.277283, 6.34687328, 64.6112061)
  2508. Part122.Orientation = Vector3.new(90, 0, 0)
  2509. Part122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2510. CylinderMesh123.Parent = Part122
  2511. CylinderMesh123.Scale = Vector3.new(0.359999985, 1, 0.359999985)
  2512. CylinderMesh123.Scale = Vector3.new(0.359999985, 1, 0.359999985)
  2513. Part124.Parent = Tool0
  2514. Part124.Material = Enum.Material.SmoothPlastic
  2515. Part124.BrickColor = BrickColor.new("Black")
  2516. Part124.Rotation = Vector3.new(90, 0, 180)
  2517. Part124.Anchored = true
  2518. Part124.CanCollide = false
  2519. Part124.FormFactor = Enum.FormFactor.Custom
  2520. Part124.Size = Vector3.new(0.200000003, 0.986400008, 0.200000003)
  2521. Part124.CFrame = CFrame.new(-178.090073, 6.3544035, 65.9756088, -0.999999881, -5.96048295e-08, -3.93612311e-07, 3.936116e-07, 2.35684138e-06, -0.999999881, 5.96046306e-08, -0.999999881, -2.35684092e-06)
  2522. Part124.BottomSurface = Enum.SurfaceType.Smooth
  2523. Part124.TopSurface = Enum.SurfaceType.Smooth
  2524. Part124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2525. Part124.Position = Vector3.new(-178.090073, 6.3544035, 65.9756088)
  2526. Part124.Orientation = Vector3.new(89.9700012, -170.519989, 9.47999954)
  2527. Part124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2528. BlockMesh125.Parent = Part124
  2529. BlockMesh125.Scale = Vector3.new(0.719999969, 1, 0.900000036)
  2530. BlockMesh125.Scale = Vector3.new(0.719999969, 1, 0.900000036)
  2531. Part126.Parent = Tool0
  2532. Part126.Material = Enum.Material.SmoothPlastic
  2533. Part126.BrickColor = BrickColor.new("Black")
  2534. Part126.Rotation = Vector3.new(-180, 0, -180)
  2535. Part126.Anchored = true
  2536. Part126.CanCollide = false
  2537. Part126.FormFactor = Enum.FormFactor.Custom
  2538. Part126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2539. Part126.CFrame = CFrame.new(-178.093689, 6.36163616, 67.1852036, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2540. Part126.BottomSurface = Enum.SurfaceType.Smooth
  2541. Part126.TopSurface = Enum.SurfaceType.Smooth
  2542. Part126.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2543. Part126.Position = Vector3.new(-178.093689, 6.36163616, 67.1852036)
  2544. Part126.Orientation = Vector3.new(0, -180, 0)
  2545. Part126.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2546. BlockMesh127.Parent = Part126
  2547. BlockMesh127.Scale = Vector3.new(0.791999996, 0.540000021, 0.179999992)
  2548. BlockMesh127.Scale = Vector3.new(0.791999996, 0.540000021, 0.179999992)
  2549. Part128.Parent = Tool0
  2550. Part128.Material = Enum.Material.SmoothPlastic
  2551. Part128.BrickColor = BrickColor.new("Dark stone grey")
  2552. Part128.Rotation = Vector3.new(-180, 0, -180)
  2553. Part128.Anchored = true
  2554. Part128.CanCollide = false
  2555. Part128.FormFactor = Enum.FormFactor.Custom
  2556. Part128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2557. Part128.CFrame = CFrame.new(-178.093689, 6.36163616, 67.2104111, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2558. Part128.BottomSurface = Enum.SurfaceType.Smooth
  2559. Part128.TopSurface = Enum.SurfaceType.Smooth
  2560. Part128.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2561. Part128.Position = Vector3.new(-178.093689, 6.36163616, 67.2104111)
  2562. Part128.Orientation = Vector3.new(0, -180, 0)
  2563. Part128.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2564. BlockMesh129.Parent = Part128
  2565. BlockMesh129.Scale = Vector3.new(0.791999996, 0.540000021, 0.0720000044)
  2566. BlockMesh129.Scale = Vector3.new(0.791999996, 0.540000021, 0.0720000044)
  2567. Part130.Name = "Port"
  2568. Part130.Parent = Tool0
  2569. Part130.BrickColor = BrickColor.new("Dark stone grey")
  2570. Part130.Transparency = 1
  2571. Part130.Anchored = true
  2572. Part130.CanCollide = false
  2573. Part130.FormFactor = Enum.FormFactor.Custom
  2574. Part130.Size = Vector3.new(0.200000003, 0.200000003, 0.353571415)
  2575. Part130.CFrame = CFrame.new(-177.825394, 6.40936565, 65.6948853, 1, 4.55654533e-26, -7.10549376e-14, 0, 1, 6.41270728e-13, 7.10549376e-14, -6.41270728e-13, 1)
  2576. Part130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2577. Part130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2578. Part130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. Part130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. Part130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. Part130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. Part130.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2583. Part130.Position = Vector3.new(-177.825394, 6.40936565, 65.6948853)
  2584. Part130.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2585. BlockMesh131.Parent = Part130
  2586. BlockMesh131.Scale = Vector3.new(0.0803571492, 0.5625, 1)
  2587. BlockMesh131.Scale = Vector3.new(0.0803571492, 0.5625, 1)
  2588. Part132.Parent = Tool0
  2589. Part132.Material = Enum.Material.SmoothPlastic
  2590. Part132.BrickColor = BrickColor.new("Black")
  2591. Part132.Rotation = Vector3.new(-180, 0, -180)
  2592. Part132.Anchored = true
  2593. Part132.CanCollide = false
  2594. Part132.FormFactor = Enum.FormFactor.Custom
  2595. Part132.Size = Vector3.new(0.200000003, 0.200000003, 0.576000094)
  2596. Part132.CFrame = CFrame.new(-178.093689, 6.38323498, 66.8432159, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2597. Part132.BottomSurface = Enum.SurfaceType.Smooth
  2598. Part132.TopSurface = Enum.SurfaceType.Smooth
  2599. Part132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2600. Part132.Position = Vector3.new(-178.093689, 6.38323498, 66.8432159)
  2601. Part132.Orientation = Vector3.new(0, -180, 0)
  2602. Part132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2603. BlockMesh133.Parent = Part132
  2604. BlockMesh133.Scale = Vector3.new(0.359999985, 0.683999956, 1)
  2605. BlockMesh133.Scale = Vector3.new(0.359999985, 0.683999956, 1)
  2606. Part134.Name = "Muzzle"
  2607. Part134.Parent = Tool0
  2608. Part134.Material = Enum.Material.SmoothPlastic
  2609. Part134.BrickColor = BrickColor.new("Black")
  2610. Part134.Transparency = 1
  2611. Part134.Rotation = Vector3.new(90, 0, 0)
  2612. Part134.Anchored = true
  2613. Part134.CanCollide = false
  2614. Part134.FormFactor = Enum.FormFactor.Custom
  2615. Part134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2616. Part134.CFrame = CFrame.new(-178.097015, 6.42200041, 63.9939957, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  2617. Part134.BottomSurface = Enum.SurfaceType.Smooth
  2618. Part134.TopSurface = Enum.SurfaceType.Smooth
  2619. Part134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2620. Part134.Position = Vector3.new(-178.097015, 6.42200041, 63.9939957)
  2621. Part134.Orientation = Vector3.new(90, 0, 0)
  2622. Part134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2623. PointLight135.Parent = Part134
  2624. PointLight135.Color = Color3.new(1, 0.988235, 0.870588)
  2625. PointLight135.Enabled = false
  2626. PointLight135.Range = 30
  2627. PointLight135.Shadows = true
  2628. PointLight135.Color = Color3.new(1, 0.988235, 0.870588)
  2629. BillboardGui136.Parent = Part134
  2630. BillboardGui136.Size = UDim2.new(2, 0, 2, 0)
  2631. BillboardGui136.Enabled = false
  2632. ImageLabel137.Name = "Flash"
  2633. ImageLabel137.Parent = BillboardGui136
  2634. ImageLabel137.Transparency = 1
  2635. ImageLabel137.Size = UDim2.new(1, 1, 1, 1)
  2636. ImageLabel137.BackgroundTransparency = 1
  2637. ImageLabel137.BorderSizePixel = 0
  2638. ImageLabel137.ClipsDescendants = true
  2639. ImageLabel137.Image = "http://www.roblox.com/asset/?id=131435802"
  2640. Part138.Parent = Tool0
  2641. Part138.Material = Enum.Material.SmoothPlastic
  2642. Part138.BrickColor = BrickColor.new("Dark stone grey")
  2643. Part138.Rotation = Vector3.new(90, 0, 0)
  2644. Part138.Anchored = true
  2645. Part138.CanCollide = false
  2646. Part138.FormFactor = Enum.FormFactor.Custom
  2647. Part138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2648. Part138.CFrame = CFrame.new(-178.093689, 6.41563702, 67.2104111, 1, 2.68220901e-07, -7.97159458e-08, -7.97159316e-08, -1.07758233e-07, -1, -2.68220901e-07, 1, -1.07758162e-07)
  2649. Part138.BottomSurface = Enum.SurfaceType.Smooth
  2650. Part138.TopSurface = Enum.SurfaceType.Smooth
  2651. Part138.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2652. Part138.Position = Vector3.new(-178.093689, 6.41563702, 67.2104111)
  2653. Part138.Orientation = Vector3.new(90, 0, 0)
  2654. Part138.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2655. CylinderMesh139.Parent = Part138
  2656. CylinderMesh139.Scale = Vector3.new(0.99000001, 0.0719999969, 0.791999996)
  2657. CylinderMesh139.Scale = Vector3.new(0.99000001, 0.0719999969, 0.791999996)
  2658. Part140.Parent = Tool0
  2659. Part140.Material = Enum.Material.SmoothPlastic
  2660. Part140.BrickColor = BrickColor.new("Dark stone grey")
  2661. Part140.Rotation = Vector3.new(-180, 0, -180)
  2662. Part140.Anchored = true
  2663. Part140.CanCollide = false
  2664. Part140.FormFactor = Enum.FormFactor.Custom
  2665. Part140.Size = Vector3.new(0.216000006, 0.200000003, 0.200000003)
  2666. Part140.CFrame = CFrame.new(-178.096542, 6.42247295, 64.5212173, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2667. Part140.BottomSurface = Enum.SurfaceType.Smooth
  2668. Part140.TopSurface = Enum.SurfaceType.Smooth
  2669. Part140.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2670. Part140.Position = Vector3.new(-178.096542, 6.42247295, 64.5212173)
  2671. Part140.Orientation = Vector3.new(0, -180, 0)
  2672. Part140.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2673. BlockMesh141.Parent = Part140
  2674. BlockMesh141.Scale = Vector3.new(1, 0.359999985, 0.540000021)
  2675. BlockMesh141.Scale = Vector3.new(1, 0.359999985, 0.540000021)
  2676. Part142.Parent = Tool0
  2677. Part142.Material = Enum.Material.SmoothPlastic
  2678. Part142.BrickColor = BrickColor.new("Dark stone grey")
  2679. Part142.Rotation = Vector3.new(90, 0, 0)
  2680. Part142.Anchored = true
  2681. Part142.CanCollide = false
  2682. Part142.FormFactor = Enum.FormFactor.Custom
  2683. Part142.Size = Vector3.new(0.216000006, 0.200000003, 0.216000006)
  2684. Part142.CFrame = CFrame.new(-178.096542, 6.42247295, 64.5212173, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  2685. Part142.BottomSurface = Enum.SurfaceType.Smooth
  2686. Part142.TopSurface = Enum.SurfaceType.Smooth
  2687. Part142.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2688. Part142.Position = Vector3.new(-178.096542, 6.42247295, 64.5212173)
  2689. Part142.Orientation = Vector3.new(90, 0, 0)
  2690. Part142.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2691. CylinderMesh143.Parent = Part142
  2692. CylinderMesh143.Scale = Vector3.new(0.899999917, 0.575999856, 0.899999917)
  2693. CylinderMesh143.Scale = Vector3.new(0.899999917, 0.575999856, 0.899999917)
  2694. Part144.Parent = Tool0
  2695. Part144.Material = Enum.Material.SmoothPlastic
  2696. Part144.BrickColor = BrickColor.new("Black")
  2697. Part144.Rotation = Vector3.new(90, 0, 0)
  2698. Part144.Anchored = true
  2699. Part144.CanCollide = false
  2700. Part144.FormFactor = Enum.FormFactor.Custom
  2701. Part144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2702. Part144.CFrame = CFrame.new(-178.096558, 6.42247295, 64.1140442, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  2703. Part144.BottomSurface = Enum.SurfaceType.Smooth
  2704. Part144.TopSurface = Enum.SurfaceType.Smooth
  2705. Part144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2706. Part144.Position = Vector3.new(-178.096558, 6.42247295, 64.1140442)
  2707. Part144.Orientation = Vector3.new(90, 0, 0)
  2708. Part144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2709. CylinderMesh145.Parent = Part144
  2710. CylinderMesh145.Scale = Vector3.new(0.719999969, 0.0720000938, 0.719999969)
  2711. CylinderMesh145.Scale = Vector3.new(0.719999969, 0.0720000938, 0.719999969)
  2712. Part146.Parent = Tool0
  2713. Part146.Material = Enum.Material.SmoothPlastic
  2714. Part146.BrickColor = BrickColor.new("Black")
  2715. Part146.Rotation = Vector3.new(90, 0, 0)
  2716. Part146.Anchored = true
  2717. Part146.CanCollide = false
  2718. Part146.FormFactor = Enum.FormFactor.Custom
  2719. Part146.Size = Vector3.new(0.200000003, 0.230400026, 0.200000003)
  2720. Part146.CFrame = CFrame.new(-178.096558, 6.42247295, 64.2436523, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  2721. Part146.BottomSurface = Enum.SurfaceType.Smooth
  2722. Part146.TopSurface = Enum.SurfaceType.Smooth
  2723. Part146.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2724. Part146.Position = Vector3.new(-178.096558, 6.42247295, 64.2436523)
  2725. Part146.Orientation = Vector3.new(90, 0, 0)
  2726. Part146.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2727. CylinderMesh147.Parent = Part146
  2728. CylinderMesh147.Scale = Vector3.new(0.719999969, 1, 0.719999969)
  2729. CylinderMesh147.Scale = Vector3.new(0.719999969, 1, 0.719999969)
  2730. Part148.Parent = Tool0
  2731. Part148.Material = Enum.Material.SmoothPlastic
  2732. Part148.BrickColor = BrickColor.new("Black")
  2733. Part148.Rotation = Vector3.new(-180, 0, 90)
  2734. Part148.Anchored = true
  2735. Part148.CanCollide = false
  2736. Part148.FormFactor = Enum.FormFactor.Custom
  2737. Part148.Size = Vector3.new(0.200000003, 0.200000003, 0.216000006)
  2738. Part148.CFrame = CFrame.new(-178.277283, 6.41887951, 64.6112061, -3.60045789e-08, -1, -1.49011626e-07, -1, 3.60045433e-08, 1.51469592e-07, -1.51469578e-07, 1.49011612e-07, -1)
  2739. Part148.BottomSurface = Enum.SurfaceType.Smooth
  2740. Part148.TopSurface = Enum.SurfaceType.Smooth
  2741. Part148.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2742. Part148.Position = Vector3.new(-178.277283, 6.41887951, 64.6112061)
  2743. Part148.Orientation = Vector3.new(0, -180, -90)
  2744. Part148.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2745. BlockMesh149.Parent = Part148
  2746. BlockMesh149.Scale = Vector3.new(0.719999969, 0.359999985, 1)
  2747. BlockMesh149.Scale = Vector3.new(0.719999969, 0.359999985, 1)
  2748. Part150.Parent = Tool0
  2749. Part150.Material = Enum.Material.SmoothPlastic
  2750. Part150.BrickColor = BrickColor.new("Dark stone grey")
  2751. Part150.Rotation = Vector3.new(90, 0, 0)
  2752. Part150.Anchored = true
  2753. Part150.CanCollide = false
  2754. Part150.FormFactor = Enum.FormFactor.Custom
  2755. Part150.Size = Vector3.new(0.200000003, 0.345599979, 0.200000003)
  2756. Part150.CFrame = CFrame.new(-178.068497, 6.4119978, 65.6912155, 1, 3.57627897e-07, -3.4990137e-07, -3.49901256e-07, -4.65386165e-07, -1, -3.57627869e-07, 1, -4.65386051e-07)
  2757. Part150.BottomSurface = Enum.SurfaceType.Smooth
  2758. Part150.TopSurface = Enum.SurfaceType.Smooth
  2759. Part150.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2760. Part150.Position = Vector3.new(-178.068497, 6.4119978, 65.6912155)
  2761. Part150.Orientation = Vector3.new(90, 0, 0)
  2762. Part150.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2763. CylinderMesh151.Parent = Part150
  2764. CylinderMesh151.Scale = Vector3.new(0.719999969, 1, 0.900000036)
  2765. CylinderMesh151.Scale = Vector3.new(0.719999969, 1, 0.900000036)
  2766. Part152.Parent = Tool0
  2767. Part152.Material = Enum.Material.SmoothPlastic
  2768. Part152.BrickColor = BrickColor.new("Black")
  2769. Part152.Rotation = Vector3.new(90, 90, 0)
  2770. Part152.Anchored = true
  2771. Part152.CanCollide = false
  2772. Part152.FormFactor = Enum.FormFactor.Custom
  2773. Part152.Size = Vector3.new(0.200000003, 1.00080001, 0.200000003)
  2774. Part152.CFrame = CFrame.new(-178.093689, 6.41556072, 65.9684296, 9.1418093e-07, -1.49011598e-07, 1, 1, -1.51469592e-07, -9.14181157e-07, 1.51469521e-07, 1, 1.4901164e-07)
  2775. Part152.BottomSurface = Enum.SurfaceType.Smooth
  2776. Part152.TopSurface = Enum.SurfaceType.Smooth
  2777. Part152.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2778. Part152.Position = Vector3.new(-178.093689, 6.41556072, 65.9684296)
  2779. Part152.Orientation = Vector3.new(0, 90, 90)
  2780. Part152.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2781. CylinderMesh153.Parent = Part152
  2782. CylinderMesh153.Scale = Vector3.new(0.900000036, 1, 0.900000036)
  2783. CylinderMesh153.Scale = Vector3.new(0.900000036, 1, 0.900000036)
  2784. Part154.Parent = Tool0
  2785. Part154.Material = Enum.Material.SmoothPlastic
  2786. Part154.BrickColor = BrickColor.new("Black")
  2787. Part154.Rotation = Vector3.new(-180, 0, -180)
  2788. Part154.Anchored = true
  2789. Part154.CanCollide = false
  2790. Part154.FormFactor = Enum.FormFactor.Custom
  2791. Part154.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2792. Part154.CFrame = CFrame.new(-178.240585, 6.41887951, 64.6112213, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2793. Part154.BottomSurface = Enum.SurfaceType.Smooth
  2794. Part154.TopSurface = Enum.SurfaceType.Smooth
  2795. Part154.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2796. Part154.Position = Vector3.new(-178.240585, 6.41887951, 64.6112213)
  2797. Part154.Orientation = Vector3.new(0, -180, 0)
  2798. Part154.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2799. BlockMesh155.Parent = Part154
  2800. BlockMesh155.Scale = Vector3.new(0.359999985, 0.900000036, 0.719999969)
  2801. BlockMesh155.Scale = Vector3.new(0.359999985, 0.900000036, 0.719999969)
  2802. Part156.Parent = Tool0
  2803. Part156.Material = Enum.Material.SmoothPlastic
  2804. Part156.BrickColor = BrickColor.new("Dark stone grey")
  2805. Part156.Rotation = Vector3.new(90, 0, -15)
  2806. Part156.Anchored = true
  2807. Part156.CanCollide = false
  2808. Part156.FormFactor = Enum.FormFactor.Custom
  2809. Part156.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2810. Part156.CFrame = CFrame.new(-177.964081, 6.4119978, 66.3536224, 0.965925872, 0.258819163, -3.47936862e-07, -2.76215047e-07, -2.86149685e-07, -1, -0.258819163, 0.965925753, -1.51469521e-07)
  2811. Part156.BottomSurface = Enum.SurfaceType.Smooth
  2812. Part156.TopSurface = Enum.SurfaceType.Smooth
  2813. Part156.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2814. Part156.Position = Vector3.new(-177.964081, 6.4119978, 66.3536224)
  2815. Part156.Orientation = Vector3.new(90, 15, 0)
  2816. Part156.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2817. CylinderMesh157.Parent = Part156
  2818. CylinderMesh157.Scale = Vector3.new(0.485999942, 0.359999985, 0.324000001)
  2819. CylinderMesh157.Scale = Vector3.new(0.485999942, 0.359999985, 0.324000001)
  2820. Part158.Parent = Tool0
  2821. Part158.Material = Enum.Material.SmoothPlastic
  2822. Part158.BrickColor = BrickColor.new("Black")
  2823. Part158.Rotation = Vector3.new(90, 0, 0)
  2824. Part158.Anchored = true
  2825. Part158.CanCollide = false
  2826. Part158.FormFactor = Enum.FormFactor.Custom
  2827. Part158.Size = Vector3.new(0.200000003, 0.273599952, 0.200000003)
  2828. Part158.CFrame = CFrame.new(-178.096558, 6.42247295, 64.2436523, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  2829. Part158.BottomSurface = Enum.SurfaceType.Smooth
  2830. Part158.TopSurface = Enum.SurfaceType.Smooth
  2831. Part158.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2832. Part158.Position = Vector3.new(-178.096558, 6.42247295, 64.2436523)
  2833. Part158.Orientation = Vector3.new(90, 0, 0)
  2834. Part158.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2835. CylinderMesh159.Parent = Part158
  2836. CylinderMesh159.Scale = Vector3.new(0.648000002, 1, 0.648000002)
  2837. CylinderMesh159.Scale = Vector3.new(0.648000002, 1, 0.648000002)
  2838. Part160.Parent = Tool0
  2839. Part160.Material = Enum.Material.SmoothPlastic
  2840. Part160.BrickColor = BrickColor.new("Black")
  2841. Part160.Rotation = Vector3.new(90, 0, 0)
  2842. Part160.Anchored = true
  2843. Part160.CanCollide = false
  2844. Part160.FormFactor = Enum.FormFactor.Custom
  2845. Part160.Size = Vector3.new(0.200000003, 0.655200005, 0.200000003)
  2846. Part160.CFrame = CFrame.new(-178.093689, 6.41563702, 66.875618, 1, 1.49011626e-07, -7.97159458e-08, -7.97159245e-08, -1.51469592e-07, -1, -1.49011612e-07, 1, -1.51469578e-07)
  2847. Part160.BottomSurface = Enum.SurfaceType.Smooth
  2848. Part160.TopSurface = Enum.SurfaceType.Smooth
  2849. Part160.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2850. Part160.Position = Vector3.new(-178.093689, 6.41563702, 66.875618)
  2851. Part160.Orientation = Vector3.new(90, 0, 0)
  2852. Part160.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2853. CylinderMesh161.Parent = Part160
  2854. CylinderMesh161.Scale = Vector3.new(0.99000001, 1, 0.791999996)
  2855. CylinderMesh161.Scale = Vector3.new(0.99000001, 1, 0.791999996)
  2856. Part162.Parent = Tool0
  2857. Part162.Material = Enum.Material.SmoothPlastic
  2858. Part162.BrickColor = BrickColor.new("Black")
  2859. Part162.Rotation = Vector3.new(90, 0, 0)
  2860. Part162.Anchored = true
  2861. Part162.CanCollide = false
  2862. Part162.FormFactor = Enum.FormFactor.Custom
  2863. Part162.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
  2864. Part162.CFrame = CFrame.new(-178.096558, 6.42247295, 64.7912216, 1, 2.68220901e-07, -7.97159458e-08, -7.97159316e-08, -1.07758233e-07, -1, -2.68220901e-07, 1, -1.07758162e-07)
  2865. Part162.BottomSurface = Enum.SurfaceType.Smooth
  2866. Part162.TopSurface = Enum.SurfaceType.Smooth
  2867. Part162.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2868. Part162.Position = Vector3.new(-178.096558, 6.42247295, 64.7912216)
  2869. Part162.Orientation = Vector3.new(90, 0, 0)
  2870. Part162.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2871. CylinderMesh163.Parent = Part162
  2872. CylinderMesh163.Scale = Vector3.new(0.540000021, 1, 0.540000021)
  2873. CylinderMesh163.Scale = Vector3.new(0.540000021, 1, 0.540000021)
  2874. Part164.Parent = Tool0
  2875. Part164.Material = Enum.Material.SmoothPlastic
  2876. Part164.BrickColor = BrickColor.new("Dark stone grey")
  2877. Part164.Rotation = Vector3.new(90, 0, -15)
  2878. Part164.Anchored = true
  2879. Part164.CanCollide = false
  2880. Part164.FormFactor = Enum.FormFactor.Custom
  2881. Part164.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2882. Part164.CFrame = CFrame.new(-177.954132, 6.4119978, 66.3860626, 0.965925872, 0.258819163, -3.47936862e-07, -2.76215047e-07, -2.86149685e-07, -1, -0.258819163, 0.965925753, -1.51469521e-07)
  2883. Part164.BottomSurface = Enum.SurfaceType.Smooth
  2884. Part164.TopSurface = Enum.SurfaceType.Smooth
  2885. Part164.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2886. Part164.Position = Vector3.new(-177.954132, 6.4119978, 66.3860626)
  2887. Part164.Orientation = Vector3.new(90, 15, 0)
  2888. Part164.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2889. CylinderMesh165.Parent = Part164
  2890. CylinderMesh165.Scale = Vector3.new(0.540000021, 0.0720000044, 0.432000011)
  2891. CylinderMesh165.Scale = Vector3.new(0.540000021, 0.0720000044, 0.432000011)
  2892. Part166.Parent = Tool0
  2893. Part166.Material = Enum.Material.SmoothPlastic
  2894. Part166.BrickColor = BrickColor.new("Dark stone grey")
  2895. Part166.Rotation = Vector3.new(-180, 0, -180)
  2896. Part166.Anchored = true
  2897. Part166.CanCollide = false
  2898. Part166.FormFactor = Enum.FormFactor.Custom
  2899. Part166.Size = Vector3.new(0.216000006, 0.200000003, 0.200000003)
  2900. Part166.CFrame = CFrame.new(-178.096558, 6.42247295, 65.4212036, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2901. Part166.BottomSurface = Enum.SurfaceType.Smooth
  2902. Part166.TopSurface = Enum.SurfaceType.Smooth
  2903. Part166.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2904. Part166.Position = Vector3.new(-178.096558, 6.42247295, 65.4212036)
  2905. Part166.Orientation = Vector3.new(0, -180, 0)
  2906. Part166.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2907. BlockMesh167.Parent = Part166
  2908. BlockMesh167.Scale = Vector3.new(1, 0.359999985, 0.540000021)
  2909. BlockMesh167.Scale = Vector3.new(1, 0.359999985, 0.540000021)
  2910. Part168.Parent = Tool0
  2911. Part168.Material = Enum.Material.SmoothPlastic
  2912. Part168.BrickColor = BrickColor.new("Dark stone grey")
  2913. Part168.Rotation = Vector3.new(90, 0, 0)
  2914. Part168.Anchored = true
  2915. Part168.CanCollide = false
  2916. Part168.FormFactor = Enum.FormFactor.Custom
  2917. Part168.Size = Vector3.new(0.216000006, 0.200000003, 0.216000006)
  2918. Part168.CFrame = CFrame.new(-178.096558, 6.42247295, 65.4248047, 1, 3.57627869e-07, -1.11522056e-07, -1.11522056e-07, 1.14510694e-08, -1, -3.57627869e-07, 1, 1.14511067e-08)
  2919. Part168.BottomSurface = Enum.SurfaceType.Smooth
  2920. Part168.TopSurface = Enum.SurfaceType.Smooth
  2921. Part168.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2922. Part168.Position = Vector3.new(-178.096558, 6.42247295, 65.4248047)
  2923. Part168.Orientation = Vector3.new(90, 0, 0)
  2924. Part168.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2925. CylinderMesh169.Parent = Part168
  2926. CylinderMesh169.Scale = Vector3.new(0.899999917, 0.575999975, 0.899999917)
  2927. CylinderMesh169.Scale = Vector3.new(0.899999917, 0.575999975, 0.899999917)
  2928. Part170.Parent = Tool0
  2929. Part170.Material = Enum.Material.SmoothPlastic
  2930. Part170.BrickColor = BrickColor.new("Dark stone grey")
  2931. Part170.Rotation = Vector3.new(90, 0, 0)
  2932. Part170.Anchored = true
  2933. Part170.CanCollide = false
  2934. Part170.FormFactor = Enum.FormFactor.Custom
  2935. Part170.Size = Vector3.new(0.200000003, 0.655199885, 0.200000003)
  2936. Part170.CFrame = CFrame.new(-178.093674, 6.41563702, 66.8252182, 0.999999881, 1.0887908e-14, -4.99136092e-08, -4.99136377e-08, -1.07758197e-07, -1, 4.11426688e-15, 0.999999881, -1.07758176e-07)
  2937. Part170.BottomSurface = Enum.SurfaceType.Smooth
  2938. Part170.TopSurface = Enum.SurfaceType.Smooth
  2939. Part170.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2940. Part170.Position = Vector3.new(-178.093674, 6.41563702, 66.8252182)
  2941. Part170.Orientation = Vector3.new(90, 0, 0)
  2942. Part170.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2943. CylinderMesh171.Parent = Part170
  2944. CylinderMesh171.Scale = Vector3.new(0.648000002, 1, 0.648000002)
  2945. CylinderMesh171.Scale = Vector3.new(0.648000002, 1, 0.648000002)
  2946. Part172.Parent = Tool0
  2947. Part172.Material = Enum.Material.SmoothPlastic
  2948. Part172.BrickColor = BrickColor.new("Really black")
  2949. Part172.Rotation = Vector3.new(90, 0, 0)
  2950. Part172.Anchored = true
  2951. Part172.CanCollide = false
  2952. Part172.FormFactor = Enum.FormFactor.Custom
  2953. Part172.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2954. Part172.CFrame = CFrame.new(-178.096558, 6.42247295, 64.109726, 1, 3.57627869e-07, -7.97159458e-08, -7.97159174e-08, -1.07758225e-07, -1, -3.57627869e-07, 1, -1.07758162e-07)
  2955. Part172.BottomSurface = Enum.SurfaceType.Smooth
  2956. Part172.TopSurface = Enum.SurfaceType.Smooth
  2957. Part172.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2958. Part172.Position = Vector3.new(-178.096558, 6.42247295, 64.109726)
  2959. Part172.Orientation = Vector3.new(90, 0, 0)
  2960. Part172.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2961. CylinderMesh173.Parent = Part172
  2962. CylinderMesh173.Scale = Vector3.new(0.648000062, 0.0359999985, 0.648000062)
  2963. CylinderMesh173.Scale = Vector3.new(0.648000062, 0.0359999985, 0.648000062)
  2964. Part174.Parent = Tool0
  2965. Part174.Material = Enum.Material.SmoothPlastic
  2966. Part174.BrickColor = BrickColor.new("Black")
  2967. Part174.Rotation = Vector3.new(-180, 0, -180)
  2968. Part174.Anchored = true
  2969. Part174.CanCollide = false
  2970. Part174.FormFactor = Enum.FormFactor.Custom
  2971. Part174.Size = Vector3.new(0.200000003, 0.200000003, 1.00800002)
  2972. Part174.CFrame = CFrame.new(-178.222565, 6.41887951, 64.9712219, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  2973. Part174.BottomSurface = Enum.SurfaceType.Smooth
  2974. Part174.TopSurface = Enum.SurfaceType.Smooth
  2975. Part174.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2976. Part174.Position = Vector3.new(-178.222565, 6.41887951, 64.9712219)
  2977. Part174.Orientation = Vector3.new(0, -180, 0)
  2978. Part174.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2979. BlockMesh175.Parent = Part174
  2980. BlockMesh175.Scale = Vector3.new(0.179999992, 0.629999995, 1)
  2981. BlockMesh175.Scale = Vector3.new(0.179999992, 0.629999995, 1)
  2982. Part176.Parent = Tool0
  2983. Part176.Material = Enum.Material.SmoothPlastic
  2984. Part176.BrickColor = BrickColor.new("Really black")
  2985. Part176.Rotation = Vector3.new(90, 0, 0)
  2986. Part176.Anchored = true
  2987. Part176.CanCollide = false
  2988. Part176.FormFactor = Enum.FormFactor.Custom
  2989. Part176.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2990. Part176.CFrame = CFrame.new(-178.096558, 6.42247295, 64.4636154, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  2991. Part176.BottomSurface = Enum.SurfaceType.Smooth
  2992. Part176.TopSurface = Enum.SurfaceType.Smooth
  2993. Part176.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2994. Part176.Position = Vector3.new(-178.096558, 6.42247295, 64.4636154)
  2995. Part176.Orientation = Vector3.new(90, 0, 0)
  2996. Part176.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2997. CylinderMesh177.Parent = Part176
  2998. CylinderMesh177.Scale = Vector3.new(0.863999844, 0.0363600031, 0.82799983)
  2999. CylinderMesh177.Scale = Vector3.new(0.863999844, 0.0363600031, 0.82799983)
  3000. Part178.Parent = Tool0
  3001. Part178.Material = Enum.Material.SmoothPlastic
  3002. Part178.BrickColor = BrickColor.new("Black")
  3003. Part178.Rotation = Vector3.new(90, 0, 0)
  3004. Part178.Anchored = true
  3005. Part178.CanCollide = false
  3006. Part178.FormFactor = Enum.FormFactor.Custom
  3007. Part178.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3008. Part178.CFrame = CFrame.new(-178.093689, 6.41563702, 66.4868088, 1, 3.57627897e-07, -3.4990137e-07, -3.49901256e-07, -4.65386165e-07, -1, -3.57627869e-07, 1, -4.65386051e-07)
  3009. Part178.BottomSurface = Enum.SurfaceType.Smooth
  3010. Part178.TopSurface = Enum.SurfaceType.Smooth
  3011. Part178.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3012. Part178.Position = Vector3.new(-178.093689, 6.41563702, 66.4868088)
  3013. Part178.Orientation = Vector3.new(90, 0, 0)
  3014. Part178.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3015. CylinderMesh179.Parent = Part178
  3016. CylinderMesh179.Scale = Vector3.new(0.99000001, 0.359999835, 0.791999996)
  3017. CylinderMesh179.Scale = Vector3.new(0.99000001, 0.359999835, 0.791999996)
  3018. Part180.Parent = Tool0
  3019. Part180.Material = Enum.Material.SmoothPlastic
  3020. Part180.BrickColor = BrickColor.new("Black")
  3021. Part180.Rotation = Vector3.new(90, 0, -16)
  3022. Part180.Anchored = true
  3023. Part180.CanCollide = false
  3024. Part180.FormFactor = Enum.FormFactor.Custom
  3025. Part180.Size = Vector3.new(0.200000003, 0.302400023, 0.200000003)
  3026. Part180.CFrame = CFrame.new(-178.004166, 6.4119978, 66.2148666, 0.961261451, 0.275637388, -3.47936862e-07, -1.83888801e-07, -5.25202495e-07, -0.99999994, -0.275637329, 0.96126163, -5.68701978e-07)
  3027. Part180.BottomSurface = Enum.SurfaceType.Smooth
  3028. Part180.TopSurface = Enum.SurfaceType.Smooth
  3029. Part180.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3030. Part180.Position = Vector3.new(-178.004166, 6.4119978, 66.2148666)
  3031. Part180.Orientation = Vector3.new(89.9799957, -148.539993, -160.699997)
  3032. Part180.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3033. CylinderMesh181.Parent = Part180
  3034. CylinderMesh181.Scale = Vector3.new(0.540000021, 1, 0.359999985)
  3035. CylinderMesh181.Scale = Vector3.new(0.540000021, 1, 0.359999985)
  3036. Part182.Parent = Tool0
  3037. Part182.Material = Enum.Material.SmoothPlastic
  3038. Part182.BrickColor = BrickColor.new("Black")
  3039. Part182.Rotation = Vector3.new(90, 0, 0)
  3040. Part182.Anchored = true
  3041. Part182.CanCollide = false
  3042. Part182.FormFactor = Enum.FormFactor.Custom
  3043. Part182.Size = Vector3.new(0.200000003, 0.907199979, 0.200000003)
  3044. Part182.CFrame = CFrame.new(-178.096542, 6.42247295, 64.9136124, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  3045. Part182.BottomSurface = Enum.SurfaceType.Smooth
  3046. Part182.TopSurface = Enum.SurfaceType.Smooth
  3047. Part182.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3048. Part182.Position = Vector3.new(-178.096542, 6.42247295, 64.9136124)
  3049. Part182.Orientation = Vector3.new(90, 0, 0)
  3050. Part182.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3051. CylinderMesh183.Parent = Part182
  3052. CylinderMesh183.Scale = Vector3.new(0.900000036, 1, 0.900000036)
  3053. CylinderMesh183.Scale = Vector3.new(0.900000036, 1, 0.900000036)
  3054. Part184.Parent = Tool0
  3055. Part184.Material = Enum.Material.SmoothPlastic
  3056. Part184.BrickColor = BrickColor.new("Black")
  3057. Part184.Rotation = Vector3.new(-180, 0, -180)
  3058. Part184.Anchored = true
  3059. Part184.CanCollide = false
  3060. Part184.FormFactor = Enum.FormFactor.Custom
  3061. Part184.Size = Vector3.new(0.200000003, 0.200000003, 1.00800002)
  3062. Part184.CFrame = CFrame.new(-177.970566, 6.42247295, 64.9712219, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  3063. Part184.BottomSurface = Enum.SurfaceType.Smooth
  3064. Part184.TopSurface = Enum.SurfaceType.Smooth
  3065. Part184.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3066. Part184.Position = Vector3.new(-177.970566, 6.42247295, 64.9712219)
  3067. Part184.Orientation = Vector3.new(0, -180, 0)
  3068. Part184.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3069. BlockMesh185.Parent = Part184
  3070. BlockMesh185.Scale = Vector3.new(0.179999992, 0.629999995, 1)
  3071. BlockMesh185.Scale = Vector3.new(0.179999992, 0.629999995, 1)
  3072. Part186.Parent = Tool0
  3073. Part186.Material = Enum.Material.SmoothPlastic
  3074. Part186.BrickColor = BrickColor.new("Black")
  3075. Part186.Rotation = Vector3.new(90, 0, 130)
  3076. Part186.Anchored = true
  3077. Part186.CanCollide = false
  3078. Part186.FormFactor = Enum.FormFactor.Custom
  3079. Part186.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3080. Part186.CFrame = CFrame.new(-178.043274, 6.43359661, 65.9360046, -0.64279002, -0.766042411, -3.00034367e-06, -3.26784038e-06, 6.65874268e-06, -1, 0.766042411, -0.64279002, -6.78347669e-06)
  3081. Part186.BottomSurface = Enum.SurfaceType.Smooth
  3082. Part186.TopSurface = Enum.SurfaceType.Smooth
  3083. Part186.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3084. Part186.Position = Vector3.new(-178.043274, 6.43359661, 65.9360046)
  3085. Part186.Orientation = Vector3.new(90, -130, 0)
  3086. Part186.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3087. BlockMesh187.Parent = Part186
  3088. BlockMesh187.Scale = Vector3.new(0.719999969, 0.719999969, 0.540000021)
  3089. BlockMesh187.Scale = Vector3.new(0.719999969, 0.719999969, 0.540000021)
  3090. Part188.Parent = Tool0
  3091. Part188.Material = Enum.Material.SmoothPlastic
  3092. Part188.BrickColor = BrickColor.new("Dark stone grey")
  3093. Part188.Rotation = Vector3.new(-90, 0, 0)
  3094. Part188.Anchored = true
  3095. Part188.CanCollide = false
  3096. Part188.FormFactor = Enum.FormFactor.Custom
  3097. Part188.Size = Vector3.new(0.200000003, 1.02240002, 0.252000004)
  3098. Part188.CFrame = CFrame.new(-178.093689, 6.44079876, 65.9432144, 1, -1.49011626e-07, 7.97159458e-08, -7.97159245e-08, 1.51469592e-07, 1, -1.49011612e-07, -1, 1.51469578e-07)
  3099. Part188.BottomSurface = Enum.SurfaceType.Smooth
  3100. Part188.TopSurface = Enum.SurfaceType.Smooth
  3101. Part188.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3102. Part188.Position = Vector3.new(-178.093689, 6.44079876, 65.9432144)
  3103. Part188.Orientation = Vector3.new(-90, 0, 0)
  3104. Part188.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3105. BlockMesh189.Parent = Part188
  3106. BlockMesh189.Scale = Vector3.new(0.540000021, 0.98999989, 1)
  3107. BlockMesh189.Scale = Vector3.new(0.540000021, 0.98999989, 1)
  3108. Part190.Parent = Tool0
  3109. Part190.Material = Enum.Material.SmoothPlastic
  3110. Part190.BrickColor = BrickColor.new("Dark stone grey")
  3111. Part190.Rotation = Vector3.new(-180, 0, -180)
  3112. Part190.Anchored = true
  3113. Part190.CanCollide = false
  3114. Part190.FormFactor = Enum.FormFactor.Custom
  3115. Part190.Size = Vector3.new(0.200000003, 0.252000004, 0.200000003)
  3116. Part190.CFrame = CFrame.new(-178.093689, 6.44047832, 64.521225, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  3117. Part190.BottomSurface = Enum.SurfaceType.Smooth
  3118. Part190.TopSurface = Enum.SurfaceType.Smooth
  3119. Part190.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3120. Part190.Position = Vector3.new(-178.093689, 6.44047832, 64.521225)
  3121. Part190.Orientation = Vector3.new(0, -180, 0)
  3122. Part190.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3123. BlockMesh191.Parent = Part190
  3124. BlockMesh191.Scale = Vector3.new(0.540000021, 1, 0.540000021)
  3125. BlockMesh191.Scale = Vector3.new(0.540000021, 1, 0.540000021)
  3126. Part192.Parent = Tool0
  3127. Part192.Material = Enum.Material.SmoothPlastic
  3128. Part192.BrickColor = BrickColor.new("Black")
  3129. Part192.Rotation = Vector3.new(0, 0, -180)
  3130. Part192.Anchored = true
  3131. Part192.CanCollide = false
  3132. Part192.FormFactor = Enum.FormFactor.Custom
  3133. Part192.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3134. Part192.CFrame = CFrame.new(-178.144073, 6.44800091, 65.5976181, -0.999999881, 2.75684329e-08, 5.9604659e-08, -2.75684506e-08, -1, -1.95180931e-07, 5.96046448e-08, -1.95180917e-07, 0.999999881)
  3135. Part192.BottomSurface = Enum.SurfaceType.Smooth
  3136. Part192.TopSurface = Enum.SurfaceType.Smooth
  3137. Part192.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3138. Part192.Position = Vector3.new(-178.144073, 6.44800091, 65.5976181)
  3139. Part192.Orientation = Vector3.new(0, 0, -180)
  3140. Part192.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3141. BlockMesh193.Parent = Part192
  3142. BlockMesh193.Scale = Vector3.new(0.179999992, 0.719999969, 0.540000021)
  3143. BlockMesh193.Scale = Vector3.new(0.179999992, 0.719999969, 0.540000021)
  3144. Part194.Parent = Tool0
  3145. Part194.Material = Enum.Material.SmoothPlastic
  3146. Part194.BrickColor = BrickColor.new("Black")
  3147. Part194.Rotation = Vector3.new(90, 24, 0)
  3148. Part194.Anchored = true
  3149. Part194.CanCollide = false
  3150. Part194.FormFactor = Enum.FormFactor.Custom
  3151. Part194.Size = Vector3.new(0.200000003, 0.266400009, 0.200000003)
  3152. Part194.CFrame = CFrame.new(-178.058624, 6.47118664, 65.6912079, 0.91354531, 1.4901164e-07, 0.406736314, 0.406736344, -2.70678896e-07, -0.913545549, 1.06104672e-07, 1, -3.8779902e-07)
  3153. Part194.BottomSurface = Enum.SurfaceType.Smooth
  3154. Part194.TopSurface = Enum.SurfaceType.Smooth
  3155. Part194.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3156. Part194.Position = Vector3.new(-178.058624, 6.47118664, 65.6912079)
  3157. Part194.Orientation = Vector3.new(66, 90, 90)
  3158. Part194.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3159. BlockMesh195.Parent = Part194
  3160. BlockMesh195.Scale = Vector3.new(0.359999985, 1.30000007, 0.395999998)
  3161. BlockMesh195.Scale = Vector3.new(0.359999985, 1.30000007, 0.395999998)
  3162. Part196.Parent = Tool0
  3163. Part196.Material = Enum.Material.SmoothPlastic
  3164. Part196.BrickColor = BrickColor.new("Really black")
  3165. Part196.Rotation = Vector3.new(90, 0, 0)
  3166. Part196.Anchored = true
  3167. Part196.CanCollide = false
  3168. Part196.FormFactor = Enum.FormFactor.Custom
  3169. Part196.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3170. Part196.CFrame = CFrame.new(-178.277283, 6.49087811, 64.519043, 0.999999881, 1.0887908e-14, -7.97159458e-08, -7.97159601e-08, -1.07758197e-07, -1, 5.07446681e-15, 0.999999881, -1.07758162e-07)
  3171. Part196.BottomSurface = Enum.SurfaceType.Smooth
  3172. Part196.TopSurface = Enum.SurfaceType.Smooth
  3173. Part196.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3174. Part196.Position = Vector3.new(-178.277283, 6.49087811, 64.519043)
  3175. Part196.Orientation = Vector3.new(90, 0, 0)
  3176. Part196.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3177. CylinderMesh197.Parent = Part196
  3178. CylinderMesh197.Scale = Vector3.new(0.0899999961, 0.179999992, 0.0899999961)
  3179. CylinderMesh197.Scale = Vector3.new(0.0899999961, 0.179999992, 0.0899999961)
  3180. Part198.Parent = Tool0
  3181. Part198.Material = Enum.Material.SmoothPlastic
  3182. Part198.BrickColor = BrickColor.new("Black")
  3183. Part198.Rotation = Vector3.new(90, 0, 0)
  3184. Part198.Anchored = true
  3185. Part198.CanCollide = false
  3186. Part198.FormFactor = Enum.FormFactor.Custom
  3187. Part198.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  3188. Part198.CFrame = CFrame.new(-178.277283, 6.49087811, 64.6112061, 1, 3.57627869e-07, -7.89328567e-08, -7.89328283e-08, -1.07758225e-07, -1, -3.57627869e-07, 1, -1.07758176e-07)
  3189. Part198.BottomSurface = Enum.SurfaceType.Smooth
  3190. Part198.TopSurface = Enum.SurfaceType.Smooth
  3191. Part198.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3192. Part198.Position = Vector3.new(-178.277283, 6.49087811, 64.6112061)
  3193. Part198.Orientation = Vector3.new(90, 0, 0)
  3194. Part198.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3195. CylinderMesh199.Parent = Part198
  3196. CylinderMesh199.Scale = Vector3.new(0.359999985, 1, 0.359999985)
  3197. CylinderMesh199.Scale = Vector3.new(0.359999985, 1, 0.359999985)
  3198. Part200.Parent = Tool0
  3199. Part200.Material = Enum.Material.SmoothPlastic
  3200. Part200.BrickColor = BrickColor.new("Black")
  3201. Part200.Rotation = Vector3.new(90, 0, 180)
  3202. Part200.Anchored = true
  3203. Part200.CanCollide = false
  3204. Part200.FormFactor = Enum.FormFactor.Custom
  3205. Part200.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3206. Part200.CFrame = CFrame.new(-178.093689, 6.52716351, 66.3968124, -0.999999881, -5.96048295e-08, -1.55193604e-07, 1.55193391e-07, 2.3727348e-06, -1, 5.96046377e-08, -0.999999881, -2.37273503e-06)
  3207. Part200.BottomSurface = Enum.SurfaceType.Smooth
  3208. Part200.TopSurface = Enum.SurfaceType.Smooth
  3209. Part200.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3210. Part200.Position = Vector3.new(-178.093689, 6.52716351, 66.3968124)
  3211. Part200.Orientation = Vector3.new(90, -180, 0)
  3212. Part200.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3213. BlockMesh201.Parent = Part200
  3214. BlockMesh201.Scale = Vector3.new(0.359999985, 0.648000002, 0.179999992)
  3215. BlockMesh201.Scale = Vector3.new(0.359999985, 0.648000002, 0.179999992)
  3216. Part202.Parent = Tool0
  3217. Part202.Material = Enum.Material.SmoothPlastic
  3218. Part202.BrickColor = BrickColor.new("Black")
  3219. Part202.Rotation = Vector3.new(-180, 0, -180)
  3220. Part202.Anchored = true
  3221. Part202.CanCollide = false
  3222. Part202.FormFactor = Enum.FormFactor.Custom
  3223. Part202.Size = Vector3.new(0.244799972, 0.200000003, 0.200000003)
  3224. Part202.CFrame = CFrame.new(-178.093689, 6.52716351, 66.4976044, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  3225. Part202.BottomSurface = Enum.SurfaceType.Smooth
  3226. Part202.TopSurface = Enum.SurfaceType.Smooth
  3227. Part202.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3228. Part202.Position = Vector3.new(-178.093689, 6.52716351, 66.4976044)
  3229. Part202.Orientation = Vector3.new(0, -180, 0)
  3230. Part202.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3231. BlockMesh203.Parent = Part202
  3232. BlockMesh203.Scale = Vector3.new(1, 0.179999992, 0.359999985)
  3233. BlockMesh203.Scale = Vector3.new(1, 0.179999992, 0.359999985)
  3234. Part204.Parent = Tool0
  3235. Part204.Material = Enum.Material.SmoothPlastic
  3236. Part204.BrickColor = BrickColor.new("Black")
  3237. Part204.Anchored = true
  3238. Part204.CanCollide = false
  3239. Part204.FormFactor = Enum.FormFactor.Custom
  3240. Part204.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3241. Part204.CFrame = CFrame.new(-177.971268, 6.52716351, 66.497612, 1, 2.30711763e-07, 1.4901164e-07, -2.30711777e-07, 1, -3.02465395e-07, -1.49011598e-07, 3.02465338e-07, 1)
  3242. Part204.BottomSurface = Enum.SurfaceType.Smooth
  3243. Part204.TopSurface = Enum.SurfaceType.Smooth
  3244. Part204.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3245. Part204.Position = Vector3.new(-177.971268, 6.52716351, 66.497612)
  3246. Part204.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3247. CylinderMesh205.Parent = Part204
  3248. CylinderMesh205.Scale = Vector3.new(0.359999985, 0.179999992, 0.359999985)
  3249. CylinderMesh205.Scale = Vector3.new(0.359999985, 0.179999992, 0.359999985)
  3250. Part206.Parent = Tool0
  3251. Part206.Material = Enum.Material.SmoothPlastic
  3252. Part206.BrickColor = BrickColor.new("Dark stone grey")
  3253. Part206.Anchored = true
  3254. Part206.CanCollide = false
  3255. Part206.FormFactor = Enum.FormFactor.Custom
  3256. Part206.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3257. Part206.CFrame = CFrame.new(-178.093689, 6.55600262, 66.4508133, 1, 2.30711763e-07, 1.4901164e-07, -2.30711777e-07, 1, -3.02465395e-07, -1.49011598e-07, 3.02465338e-07, 1)
  3258. Part206.BottomSurface = Enum.SurfaceType.Smooth
  3259. Part206.TopSurface = Enum.SurfaceType.Smooth
  3260. Part206.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3261. Part206.Position = Vector3.new(-178.093689, 6.55600262, 66.4508133)
  3262. Part206.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3263. CylinderMesh207.Parent = Part206
  3264. CylinderMesh207.Scale = Vector3.new(0.540000021, 0.108000003, 0.540000021)
  3265. CylinderMesh207.Scale = Vector3.new(0.540000021, 0.108000003, 0.540000021)
  3266. Part208.Parent = Tool0
  3267. Part208.Material = Enum.Material.SmoothPlastic
  3268. Part208.BrickColor = BrickColor.new("Black")
  3269. Part208.Rotation = Vector3.new(-180, 0, -180)
  3270. Part208.Anchored = true
  3271. Part208.CanCollide = false
  3272. Part208.FormFactor = Enum.FormFactor.Custom
  3273. Part208.Size = Vector3.new(0.200000003, 0.200000003, 1.94400001)
  3274. Part208.CFrame = CFrame.new(-178.093689, 6.55567455, 65.4417343, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  3275. Part208.BottomSurface = Enum.SurfaceType.Smooth
  3276. Part208.TopSurface = Enum.SurfaceType.Smooth
  3277. Part208.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3278. Part208.Position = Vector3.new(-178.093689, 6.55567455, 65.4417343)
  3279. Part208.Orientation = Vector3.new(0, -180, 0)
  3280. Part208.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3281. BlockMesh209.Parent = Part208
  3282. BlockMesh209.Scale = Vector3.new(0.719999969, 0.179999992, 1.00999999)
  3283. BlockMesh209.Scale = Vector3.new(0.719999969, 0.179999992, 1.00999999)
  3284. Part210.Parent = Tool0
  3285. Part210.Material = Enum.Material.SmoothPlastic
  3286. Part210.BrickColor = BrickColor.new("Black")
  3287. Part210.Anchored = true
  3288. Part210.CanCollide = false
  3289. Part210.FormFactor = Enum.FormFactor.Custom
  3290. Part210.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3291. Part210.CFrame = CFrame.new(-178.216064, 6.52716351, 66.4976196, 1, 2.30711763e-07, 1.4901164e-07, -2.30711777e-07, 1, -3.02465395e-07, -1.49011598e-07, 3.02465338e-07, 1)
  3292. Part210.BottomSurface = Enum.SurfaceType.Smooth
  3293. Part210.TopSurface = Enum.SurfaceType.Smooth
  3294. Part210.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3295. Part210.Position = Vector3.new(-178.216064, 6.52716351, 66.4976196)
  3296. Part210.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3297. CylinderMesh211.Parent = Part210
  3298. CylinderMesh211.Scale = Vector3.new(0.359999985, 0.179999992, 0.359999985)
  3299. CylinderMesh211.Scale = Vector3.new(0.359999985, 0.179999992, 0.359999985)
  3300. Part212.Parent = Tool0
  3301. Part212.Material = Enum.Material.SmoothPlastic
  3302. Part212.BrickColor = BrickColor.new("Dark stone grey")
  3303. Part212.Rotation = Vector3.new(-180, 0, -180)
  3304. Part212.Anchored = true
  3305. Part212.CanCollide = false
  3306. Part212.FormFactor = Enum.FormFactor.Custom
  3307. Part212.Size = Vector3.new(0.200000003, 0.200000003, 0.972000003)
  3308. Part212.CFrame = CFrame.new(-178.093674, 6.53767681, 64.9557343, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  3309. Part212.BottomSurface = Enum.SurfaceType.Smooth
  3310. Part212.TopSurface = Enum.SurfaceType.Smooth
  3311. Part212.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3312. Part212.Position = Vector3.new(-178.093674, 6.53767681, 64.9557343)
  3313. Part212.Orientation = Vector3.new(0, -180, 0)
  3314. Part212.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3315. BlockMesh213.Parent = Part212
  3316. BlockMesh213.Scale = Vector3.new(0.540000021, 0.143999994, 1)
  3317. BlockMesh213.Scale = Vector3.new(0.540000021, 0.143999994, 1)
  3318. Part214.Parent = Tool0
  3319. Part214.Material = Enum.Material.SmoothPlastic
  3320. Part214.BrickColor = BrickColor.new("Black")
  3321. Part214.Rotation = Vector3.new(-180, 0, -180)
  3322. Part214.Anchored = true
  3323. Part214.CanCollide = false
  3324. Part214.FormFactor = Enum.FormFactor.Custom
  3325. Part214.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3326. Part214.CFrame = CFrame.new(-178.093613, 6.57400036, 66.3157349, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  3327. Part214.BottomSurface = Enum.SurfaceType.Smooth
  3328. Part214.TopSurface = Enum.SurfaceType.Smooth
  3329. Part214.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3330. Part214.Position = Vector3.new(-178.093613, 6.57400036, 66.3157349)
  3331. Part214.Orientation = Vector3.new(0, -180, 0)
  3332. Part214.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3333. BlockMesh215.Parent = Part214
  3334. BlockMesh215.Scale = Vector3.new(0.900000036, 0.359999985, 0.540000021)
  3335. BlockMesh215.Scale = Vector3.new(0.900000036, 0.359999985, 0.540000021)
  3336. Part216.Parent = Tool0
  3337. Part216.Material = Enum.Material.SmoothPlastic
  3338. Part216.BrickColor = BrickColor.new("Black")
  3339. Part216.Anchored = true
  3340. Part216.CanCollide = false
  3341. Part216.FormFactor = Enum.FormFactor.Custom
  3342. Part216.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3343. Part216.CFrame = CFrame.new(-178.093689, 6.57367229, 64.55793, 1, 1.67138765e-07, 1.49011626e-07, -1.67138694e-07, 1, -2.38892369e-07, -1.49011598e-07, 2.38892341e-07, 1)
  3344. Part216.BottomSurface = Enum.SurfaceType.Smooth
  3345. Part216.TopSurface = Enum.SurfaceType.Smooth
  3346. Part216.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3347. Part216.Position = Vector3.new(-178.093689, 6.57367229, 64.55793)
  3348. Part216.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3349. BlockMesh217.Parent = Part216
  3350. BlockMesh217.Scale = Vector3.new(0.900000036, 0.359999985, 0.540000021)
  3351. BlockMesh217.Scale = Vector3.new(0.900000036, 0.359999985, 0.540000021)
  3352. Part218.Parent = Tool0
  3353. Part218.Material = Enum.Material.SmoothPlastic
  3354. Part218.BrickColor = BrickColor.new("Black")
  3355. Part218.Rotation = Vector3.new(0, 0, 180)
  3356. Part218.Anchored = true
  3357. Part218.CanCollide = false
  3358. Part218.FormFactor = Enum.FormFactor.Custom
  3359. Part218.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3360. Part218.CFrame = CFrame.new(-178.093689, 6.6874342, 64.6137314, -0.999999881, -7.97159387e-08, 1.55241641e-14, 7.97159601e-08, -0.99999994, -1.67362842e-07, -5.07446681e-15, -1.67362799e-07, 0.999999881)
  3361. Part218.BottomSurface = Enum.SurfaceType.Smooth
  3362. Part218.TopSurface = Enum.SurfaceType.Smooth
  3363. Part218.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3364. Part218.Position = Vector3.new(-178.093689, 6.6874342, 64.6137314)
  3365. Part218.Orientation = Vector3.new(0, 0, 180)
  3366. Part218.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3367. BlockMesh219.Parent = Part218
  3368. BlockMesh219.Scale = Vector3.new(0.179999992, 0.540000021, 0.179999992)
  3369. BlockMesh219.Scale = Vector3.new(0.179999992, 0.540000021, 0.179999992)
  3370. Part220.Parent = Tool0
  3371. Part220.Material = Enum.Material.SmoothPlastic
  3372. Part220.BrickColor = BrickColor.new("Black")
  3373. Part220.Rotation = Vector3.new(-180, 0, 0)
  3374. Part220.Anchored = true
  3375. Part220.CanCollide = false
  3376. Part220.FormFactor = Enum.FormFactor.Custom
  3377. Part220.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3378. Part220.CFrame = CFrame.new(-178.093689, 6.75943279, 64.6137314, 0.999999881, 7.12798283e-08, -1.55241641e-14, 7.12798354e-08, -0.99999994, 1.67362842e-07, 2.09539818e-16, -1.67362813e-07, -0.999999881)
  3379. Part220.BottomSurface = Enum.SurfaceType.Smooth
  3380. Part220.TopSurface = Enum.SurfaceType.Smooth
  3381. Part220.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3382. Part220.Position = Vector3.new(-178.093689, 6.75943279, 64.6137314)
  3383. Part220.Orientation = Vector3.new(0, -180, 180)
  3384. Part220.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3385. CylinderMesh221.Parent = Part220
  3386. CylinderMesh221.Scale = Vector3.new(0.179999992, 0.179999992, 0.0540000014)
  3387. CylinderMesh221.Scale = Vector3.new(0.179999992, 0.179999992, 0.0540000014)
  3388. Part222.Parent = Tool0
  3389. Part222.Material = Enum.Material.SmoothPlastic
  3390. Part222.BrickColor = BrickColor.new("Black")
  3391. Part222.Rotation = Vector3.new(-180, 0, 0)
  3392. Part222.Anchored = true
  3393. Part222.CanCollide = false
  3394. Part222.FormFactor = Enum.FormFactor.Custom
  3395. Part222.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3396. Part222.CFrame = CFrame.new(-178.093689, 6.73063946, 64.6137314, 0.999999881, 7.12798283e-08, -1.55241641e-14, 7.12798354e-08, -0.99999994, 1.67362842e-07, 2.09539818e-16, -1.67362813e-07, -0.999999881)
  3397. Part222.BottomSurface = Enum.SurfaceType.Smooth
  3398. Part222.TopSurface = Enum.SurfaceType.Smooth
  3399. Part222.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3400. Part222.Position = Vector3.new(-178.093689, 6.73063946, 64.6137314)
  3401. Part222.Orientation = Vector3.new(0, -180, 180)
  3402. Part222.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3403. CylinderMesh223.Parent = Part222
  3404. CylinderMesh223.Scale = Vector3.new(0.179999992, 0.179999992, 0.0899999961)
  3405. CylinderMesh223.Scale = Vector3.new(0.179999992, 0.179999992, 0.0899999961)
  3406. Part224.Parent = Tool0
  3407. Part224.Material = Enum.Material.SmoothPlastic
  3408. Part224.BrickColor = BrickColor.new("Black")
  3409. Part224.Rotation = Vector3.new(0, 0, 180)
  3410. Part224.Anchored = true
  3411. Part224.CanCollide = false
  3412. Part224.FormFactor = Enum.FormFactor.Custom
  3413. Part224.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3414. Part224.CFrame = CFrame.new(-178.093613, 6.69189739, 66.3702698, -1, -2.86345255e-07, 1.66893005e-06, 2.86345255e-07, -0.99999994, -4.81536802e-08, 1.69873238e-06, -4.81535203e-08, 0.999999881)
  3415. Part224.BottomSurface = Enum.SurfaceType.Smooth
  3416. Part224.TopSurface = Enum.SurfaceType.Smooth
  3417. Part224.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3418. Part224.Position = Vector3.new(-178.093613, 6.69189739, 66.3702698)
  3419. Part224.Orientation = Vector3.new(0, 0, 180)
  3420. Part224.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3421. BlockMesh225.Parent = Part224
  3422. BlockMesh225.Scale = Vector3.new(0.179999992, 0.543599963, 0.179999992)
  3423. BlockMesh225.Scale = Vector3.new(0.179999992, 0.543599963, 0.179999992)
  3424. Part226.Parent = Tool0
  3425. Part226.Material = Enum.Material.SmoothPlastic
  3426. Part226.BrickColor = BrickColor.new("Black")
  3427. Part226.Rotation = Vector3.new(90, 0, -90)
  3428. Part226.Anchored = true
  3429. Part226.CanCollide = false
  3430. Part226.FormFactor = Enum.FormFactor.Custom
  3431. Part226.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3432. Part226.CFrame = CFrame.new(-178.093689, 6.63343334, 64.6137314, -5.96046519e-08, 0.999999881, -7.97159601e-08, 7.59716983e-08, -7.97159601e-08, -1, -0.999999881, -5.96046412e-08, -7.59716769e-08)
  3433. Part226.BottomSurface = Enum.SurfaceType.Smooth
  3434. Part226.TopSurface = Enum.SurfaceType.Smooth
  3435. Part226.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3436. Part226.Position = Vector3.new(-178.093689, 6.63343334, 64.6137314)
  3437. Part226.Orientation = Vector3.new(90, 90, 0)
  3438. Part226.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3439. CylinderMesh227.Parent = Part226
  3440. CylinderMesh227.Scale = Vector3.new(0.179999992, 0.540000021, 0.179999992)
  3441. CylinderMesh227.Scale = Vector3.new(0.179999992, 0.540000021, 0.179999992)
  3442. Part228.Parent = Tool0
  3443. Part228.Material = Enum.Material.SmoothPlastic
  3444. Part228.BrickColor = BrickColor.new("Dark stone grey")
  3445. Part228.Rotation = Vector3.new(0, 0, -90)
  3446. Part228.Anchored = true
  3447. Part228.CanCollide = false
  3448. Part228.FormFactor = Enum.FormFactor.Custom
  3449. Part228.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3450. Part228.CFrame = CFrame.new(-178.025208, 6.63376141, 66.3683014, -1.74864579e-06, 1, -1.49011598e-07, -1, -1.74864613e-06, -1.51468967e-07, -1.5146918e-07, 1.49011669e-07, 1)
  3451. Part228.BottomSurface = Enum.SurfaceType.Smooth
  3452. Part228.TopSurface = Enum.SurfaceType.Smooth
  3453. Part228.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3454. Part228.Position = Vector3.new(-178.025208, 6.63376141, 66.3683014)
  3455. Part228.Orientation = Vector3.new(0, 0, -90)
  3456. Part228.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3457. CylinderMesh229.Parent = Part228
  3458. CylinderMesh229.Scale = Vector3.new(0.270000011, 0.143999994, 0.270000011)
  3459. CylinderMesh229.Scale = Vector3.new(0.270000011, 0.143999994, 0.270000011)
  3460. Part230.Parent = Tool0
  3461. Part230.Material = Enum.Material.SmoothPlastic
  3462. Part230.BrickColor = BrickColor.new("Black")
  3463. Part230.Rotation = Vector3.new(0, 0, -90)
  3464. Part230.Anchored = true
  3465. Part230.CanCollide = false
  3466. Part230.FormFactor = Enum.FormFactor.Custom
  3467. Part230.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3468. Part230.CFrame = CFrame.new(-178.063019, 6.62800121, 66.3697433, -1.74864579e-06, 1, -1.49011598e-07, -1, -1.74864613e-06, -1.51468967e-07, -1.5146918e-07, 1.49011669e-07, 1)
  3469. Part230.BottomSurface = Enum.SurfaceType.Smooth
  3470. Part230.TopSurface = Enum.SurfaceType.Smooth
  3471. Part230.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3472. Part230.Position = Vector3.new(-178.063019, 6.62800121, 66.3697433)
  3473. Part230.Orientation = Vector3.new(0, 0, -90)
  3474. Part230.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3475. CylinderMesh231.Parent = Part230
  3476. CylinderMesh231.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3477. CylinderMesh231.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3478. Part232.Parent = Tool0
  3479. Part232.Material = Enum.Material.SmoothPlastic
  3480. Part232.BrickColor = BrickColor.new("Black")
  3481. Part232.Rotation = Vector3.new(90, 0, -90)
  3482. Part232.Anchored = true
  3483. Part232.CanCollide = false
  3484. Part232.FormFactor = Enum.FormFactor.Custom
  3485. Part232.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3486. Part232.CFrame = CFrame.new(-178.093613, 6.63376141, 66.369751, 2.68220901e-07, 1, -1.79235701e-06, -4.32382876e-08, -1.79235747e-06, -1, -1, 2.68220958e-07, 4.32377689e-08)
  3487. Part232.BottomSurface = Enum.SurfaceType.Smooth
  3488. Part232.TopSurface = Enum.SurfaceType.Smooth
  3489. Part232.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3490. Part232.Position = Vector3.new(-178.093613, 6.63376141, 66.369751)
  3491. Part232.Orientation = Vector3.new(90, 90, 0)
  3492. Part232.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3493. CylinderMesh233.Parent = Part232
  3494. CylinderMesh233.Scale = Vector3.new(0.179999992, 0.540000021, 0.179999992)
  3495. CylinderMesh233.Scale = Vector3.new(0.179999992, 0.540000021, 0.179999992)
  3496. Part234.Parent = Tool0
  3497. Part234.Material = Enum.Material.SmoothPlastic
  3498. Part234.BrickColor = BrickColor.new("Black")
  3499. Part234.Rotation = Vector3.new(0, 0, -90)
  3500. Part234.Anchored = true
  3501. Part234.CanCollide = false
  3502. Part234.FormFactor = Enum.FormFactor.Custom
  3503. Part234.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3504. Part234.CFrame = CFrame.new(-178.126007, 6.62800121, 66.3697433, -7.97159458e-08, 1, 1.49011626e-07, -1, -7.97159245e-08, -1.51469592e-07, -1.51469578e-07, -1.49011612e-07, 1)
  3505. Part234.BottomSurface = Enum.SurfaceType.Smooth
  3506. Part234.TopSurface = Enum.SurfaceType.Smooth
  3507. Part234.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3508. Part234.Position = Vector3.new(-178.126007, 6.62800121, 66.3697433)
  3509. Part234.Orientation = Vector3.new(0, 0, -90)
  3510. Part234.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3511. CylinderMesh235.Parent = Part234
  3512. CylinderMesh235.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3513. CylinderMesh235.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3514. Part236.Parent = Tool0
  3515. Part236.Material = Enum.Material.SmoothPlastic
  3516. Part236.BrickColor = BrickColor.new("Black")
  3517. Part236.Rotation = Vector3.new(0, 0, -90)
  3518. Part236.Anchored = true
  3519. Part236.CanCollide = false
  3520. Part236.FormFactor = Enum.FormFactor.Custom
  3521. Part236.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3522. Part236.CFrame = CFrame.new(-178.06308, 6.62767315, 64.6137238, -4.21808011e-09, 1, 1.4901164e-07, -1, -4.21803037e-09, -3.02465395e-07, -3.0246531e-07, -1.49011612e-07, 1)
  3523. Part236.BottomSurface = Enum.SurfaceType.Smooth
  3524. Part236.TopSurface = Enum.SurfaceType.Smooth
  3525. Part236.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3526. Part236.Position = Vector3.new(-178.06308, 6.62767315, 64.6137238)
  3527. Part236.Orientation = Vector3.new(0, 0, -90)
  3528. Part236.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3529. CylinderMesh237.Parent = Part236
  3530. CylinderMesh237.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3531. CylinderMesh237.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3532. Part238.Parent = Tool0
  3533. Part238.Material = Enum.Material.SmoothPlastic
  3534. Part238.BrickColor = BrickColor.new("Black")
  3535. Part238.Rotation = Vector3.new(0, 0, -90)
  3536. Part238.Anchored = true
  3537. Part238.CanCollide = false
  3538. Part238.FormFactor = Enum.FormFactor.Custom
  3539. Part238.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3540. Part238.CFrame = CFrame.new(-178.124283, 6.62767315, 64.6137314, 1.66471193e-06, 1, 5.06639481e-07, -1, 1.66471216e-06, -3.02465452e-07, -3.02466162e-07, -5.06639537e-07, 1)
  3541. Part238.BottomSurface = Enum.SurfaceType.Smooth
  3542. Part238.TopSurface = Enum.SurfaceType.Smooth
  3543. Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3544. Part238.Position = Vector3.new(-178.124283, 6.62767315, 64.6137314)
  3545. Part238.Orientation = Vector3.new(0, 0, -90)
  3546. Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3547. CylinderMesh239.Parent = Part238
  3548. CylinderMesh239.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3549. CylinderMesh239.Scale = Vector3.new(0.359999985, 0.0899999961, 0.359999985)
  3550. Part240.Parent = Tool0
  3551. Part240.Material = Enum.Material.SmoothPlastic
  3552. Part240.BrickColor = BrickColor.new("Dark stone grey")
  3553. Part240.Rotation = Vector3.new(-180, 0, 90)
  3554. Part240.Anchored = true
  3555. Part240.CanCollide = false
  3556. Part240.FormFactor = Enum.FormFactor.Custom
  3557. Part240.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3558. Part240.CFrame = CFrame.new(-178.025284, 6.6316328, 64.6155319, -1.5521384e-07, -1, -1.49011612e-07, -1, 1.55213826e-07, 4.73797002e-10, -4.73775685e-10, 1.49011598e-07, -1)
  3559. Part240.BottomSurface = Enum.SurfaceType.Smooth
  3560. Part240.TopSurface = Enum.SurfaceType.Smooth
  3561. Part240.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3562. Part240.Position = Vector3.new(-178.025284, 6.6316328, 64.6155319)
  3563. Part240.Orientation = Vector3.new(0, -180, -90)
  3564. Part240.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3565. CylinderMesh241.Parent = Part240
  3566. CylinderMesh241.Scale = Vector3.new(0.270000011, 0.143999994, 0.270000011)
  3567. CylinderMesh241.Scale = Vector3.new(0.270000011, 0.143999994, 0.270000011)
  3568. Part242.Parent = Tool0
  3569. Part242.Material = Enum.Material.SmoothPlastic
  3570. Part242.BrickColor = BrickColor.new("Black")
  3571. Part242.Rotation = Vector3.new(0, 90, 0)
  3572. Part242.Anchored = true
  3573. Part242.CanCollide = false
  3574. Part242.FormFactor = Enum.FormFactor.Custom
  3575. Part242.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3576. Part242.CFrame = CFrame.new(-178.064819, 6.61000347, 66.3697357, -1.49011626e-07, 7.97159458e-08, 1, 1.51469592e-07, 1, -7.97159245e-08, -1, 1.51469578e-07, -1.49011612e-07)
  3577. Part242.BottomSurface = Enum.SurfaceType.Smooth
  3578. Part242.TopSurface = Enum.SurfaceType.Smooth
  3579. Part242.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3580. Part242.Position = Vector3.new(-178.064819, 6.61000347, 66.3697357)
  3581. Part242.Orientation = Vector3.new(0, 90, 0)
  3582. Part242.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3583. BlockMesh243.Parent = Part242
  3584. BlockMesh243.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3585. BlockMesh243.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3586. Part244.Parent = Tool0
  3587. Part244.Material = Enum.Material.SmoothPlastic
  3588. Part244.BrickColor = BrickColor.new("Black")
  3589. Part244.Rotation = Vector3.new(0, 90, 0)
  3590. Part244.Anchored = true
  3591. Part244.CanCollide = false
  3592. Part244.FormFactor = Enum.FormFactor.Custom
  3593. Part244.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3594. Part244.CFrame = CFrame.new(-178.124207, 6.61000347, 66.3697433, 2.68220901e-07, 1.79235724e-06, 1, 4.41844783e-08, 1, -1.79235747e-06, -1, 4.41847945e-08, 2.68220958e-07)
  3595. Part244.BottomSurface = Enum.SurfaceType.Smooth
  3596. Part244.TopSurface = Enum.SurfaceType.Smooth
  3597. Part244.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3598. Part244.Position = Vector3.new(-178.124207, 6.61000347, 66.3697433)
  3599. Part244.Orientation = Vector3.new(0, 90, 0)
  3600. Part244.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3601. BlockMesh245.Parent = Part244
  3602. BlockMesh245.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3603. BlockMesh245.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3604. Part246.Parent = Tool0
  3605. Part246.Material = Enum.Material.SmoothPlastic
  3606. Part246.BrickColor = BrickColor.new("Black")
  3607. Part246.Rotation = Vector3.new(0, 90, 0)
  3608. Part246.Anchored = true
  3609. Part246.CanCollide = false
  3610. Part246.FormFactor = Enum.FormFactor.Custom
  3611. Part246.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3612. Part246.CFrame = CFrame.new(-178.06308, 6.60967541, 64.6137238, -1.49011626e-07, 7.97159458e-08, 1, 1.51469607e-07, 1, -7.97159245e-08, -1, 1.51469578e-07, -1.49011612e-07)
  3613. Part246.BottomSurface = Enum.SurfaceType.Smooth
  3614. Part246.TopSurface = Enum.SurfaceType.Smooth
  3615. Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3616. Part246.Position = Vector3.new(-178.06308, 6.60967541, 64.6137238)
  3617. Part246.Orientation = Vector3.new(0, 90, 0)
  3618. Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3619. BlockMesh247.Parent = Part246
  3620. BlockMesh247.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3621. BlockMesh247.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3622. Part248.Parent = Tool0
  3623. Part248.Material = Enum.Material.SmoothPlastic
  3624. Part248.BrickColor = BrickColor.new("Black")
  3625. Part248.Rotation = Vector3.new(0, 90, 0)
  3626. Part248.Anchored = true
  3627. Part248.CanCollide = false
  3628. Part248.FormFactor = Enum.FormFactor.Custom
  3629. Part248.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3630. Part248.CFrame = CFrame.new(-178.124283, 6.60967541, 64.6137314, -1.49011626e-07, 7.97159601e-08, 1, 1.95180988e-07, 1, -7.97159245e-08, -1, 1.95180945e-07, -1.49011612e-07)
  3631. Part248.BottomSurface = Enum.SurfaceType.Smooth
  3632. Part248.TopSurface = Enum.SurfaceType.Smooth
  3633. Part248.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3634. Part248.Position = Vector3.new(-178.124283, 6.60967541, 64.6137314)
  3635. Part248.Orientation = Vector3.new(0, 90, 0)
  3636. Part248.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3637. BlockMesh249.Parent = Part248
  3638. BlockMesh249.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3639. BlockMesh249.Scale = Vector3.new(0.359999985, 0.179999992, 0.0899999961)
  3640. Part250.Parent = Tool0
  3641. Part250.Material = Enum.Material.SmoothPlastic
  3642. Part250.BrickColor = BrickColor.new("Black")
  3643. Part250.Rotation = Vector3.new(-180, 0, -180)
  3644. Part250.Anchored = true
  3645. Part250.CanCollide = false
  3646. Part250.FormFactor = Enum.FormFactor.Custom
  3647. Part250.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3648. Part250.CFrame = CFrame.new(-178.093613, 6.5919981, 66.3157349, -1, 7.97159458e-08, -1.49011626e-07, 7.97159245e-08, 1, 1.51469592e-07, 1.49011612e-07, 1.51469578e-07, -1)
  3649. Part250.BottomSurface = Enum.SurfaceType.Smooth
  3650. Part250.TopSurface = Enum.SurfaceType.Smooth
  3651. Part250.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3652. Part250.Position = Vector3.new(-178.093613, 6.5919981, 66.3157349)
  3653. Part250.Orientation = Vector3.new(0, -180, 0)
  3654. Part250.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3655. BlockMesh251.Parent = Part250
  3656. BlockMesh251.Scale = Vector3.new(0.540000021, 0.179999992, 0.900000036)
  3657. BlockMesh251.Scale = Vector3.new(0.540000021, 0.179999992, 0.900000036)
  3658. Part252.Parent = Tool0
  3659. Part252.Material = Enum.Material.SmoothPlastic
  3660. Part252.BrickColor = BrickColor.new("Black")
  3661. Part252.Rotation = Vector3.new(-180, 0, 180)
  3662. Part252.Anchored = true
  3663. Part252.CanCollide = false
  3664. Part252.FormFactor = Enum.FormFactor.Custom
  3665. Part252.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3666. Part252.CFrame = CFrame.new(-178.093689, 6.59167767, 64.5597229, -1, -7.12798709e-08, -1.49011612e-07, -7.12798709e-08, 1, 4.73797002e-10, 1.49011612e-07, 4.73811212e-10, -1)
  3667. Part252.BottomSurface = Enum.SurfaceType.Smooth
  3668. Part252.TopSurface = Enum.SurfaceType.Smooth
  3669. Part252.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3670. Part252.Position = Vector3.new(-178.093689, 6.59167767, 64.5597229)
  3671. Part252.Orientation = Vector3.new(0, -180, 0)
  3672. Part252.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3673. BlockMesh253.Parent = Part252
  3674. BlockMesh253.Scale = Vector3.new(0.540000021, 0.179999992, 0.900000036)
  3675. BlockMesh253.Scale = Vector3.new(0.540000021, 0.179999992, 0.900000036)
  3676. LocalScript254.Name = "Animate"
  3677. LocalScript254.Parent = Tool0
  3678. table.insert(cors,sandbox(LocalScript254,function()
  3679. --08C!
  3680.  
  3681. wait()
  3682. Tool=script.Parent
  3683. CP,Torso,g=nil,nil,nil
  3684. necko=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3685. getPos=function(Pos,TorsoPos)
  3686. return Vector3.new(Pos.x,TorsoPos.y,Pos.z)
  3687. end
  3688. Turn=function(mouse,Torso,Gyro)
  3689. g.cframe=CFrame.new(Torso.Position,getPos(mouse.Hit.p,Torso.Position))
  3690. offset=(Torso.Position.y-mouse.Hit.p.y)/100
  3691. mag=(Torso.Position-mouse.Hit.p).magnitude/80
  3692. offset=offset/mag
  3693. neck=Torso.Neck
  3694. neck.C0=necko*CFrame.fromEulerAnglesXYZ(offset,0,0)
  3695. arm=Torso:FindFirstChild("Right Shoulder")
  3696. if arm~=nil then
  3697. arm.C0=CFrame.new(1, 0.5, 0, 0, 0, 1, -6.48200512e-007, 1.00000274, 0, -1.00000274, -6.48200512e-007, 0)*CFrame.fromEulerAnglesXYZ(0,0,-offset)
  3698. end
  3699. end
  3700.  
  3701. Equi=function(mouse)
  3702. wait(.2)
  3703. CP=Tool.Parent
  3704. Torso=CP.Torso
  3705. g=Instance.new("BodyGyro")
  3706. g.P=18000
  3707. g.D=600
  3708. g.maxTorque=Vector3.new(1/0,1/0,1/0)
  3709. g.cframe=Torso.CFrame
  3710. g.Parent=Torso
  3711. while true do
  3712. if Tool.Parent.className~="Model" then
  3713. break
  3714. end
  3715. Turn(mouse,Torso,g)
  3716. wait()
  3717. end
  3718. Torso.Neck.C0=necko
  3719. g:Remove()
  3720. end
  3721. Tool.Equipped:connect(Equi)
  3722.  
  3723. end))
  3724. for i,v in pairs(mas:GetChildren()) do
  3725. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  3726. pcall(function() v:MakeJoints() end)
  3727. end
  3728. mas:Destroy()
  3729. for i,v in pairs(cors) do
  3730. spawn(function()
  3731. pcall(v)
  3732. end)
  3733. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement