DarkScriptZEditors

Other Fe

Nov 30th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.15 KB | None | 0 0
  1. print("Shotgun M3 MADE BY vlad20020")
  2. if game:GetService("RunService"):IsClient() then error("yo weeb run it as served-sided script ok?") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. local plr = game:GetService("Players").LocalPlayer
  145. local plrg = plr.PlayerGui
  146. local mouse = plr:GetMouse()
  147. local char = plr.Character
  148. local h = char.Head
  149. local t = char.Torso
  150. local ra = char["Right Arm"]
  151. local la = char["Left Arm"]
  152. local rl = char["Right Leg"]
  153. local ll = char["Left Leg"]
  154. local rs = t["Right Shoulder"]
  155. local ls = t["Left Shoulder"]
  156. local rh = t["Right Hip"]
  157. local lh = t["Left Hip"]
  158. local nec = t.Neck
  159. local rad = math.rad
  160. local huge = math.huge
  161. local using = false
  162. local rut = char.HumanoidRootPart
  163. local rutj = rut.RootJoint
  164. local hum = char:FindFirstChildOfClass("Humanoid")
  165. local tweens = game.TweenService
  166. --- ---
  167. --Converted with ttyyuu12345's model to script plugin v4
  168. function sandbox(var,func)
  169. local env = getfenv(func)
  170. local newenv = setmetatable({},{
  171. __index = function(self,k)
  172. if k=="script" then
  173. return var
  174. else
  175. return env[k]
  176. end
  177. end,
  178. })
  179. setfenv(func,newenv)
  180. return func
  181. end
  182. cors = {}
  183. mas = Instance.new("Model",game:GetService("Lighting"))
  184. Model0 = Instance.new("Model")
  185. Part1 = Instance.new("Part")
  186. CFrameValue2 = Instance.new("CFrameValue")
  187. Weld3 = Instance.new("Weld")
  188. Part4 = Instance.new("Part")
  189. Part5 = Instance.new("Part")
  190. CFrameValue6 = Instance.new("CFrameValue")
  191. Weld7 = Instance.new("Weld")
  192. Part8 = Instance.new("Part")
  193. CFrameValue9 = Instance.new("CFrameValue")
  194. Weld10 = Instance.new("Weld")
  195. Part11 = Instance.new("Part")
  196. CFrameValue12 = Instance.new("CFrameValue")
  197. Weld13 = Instance.new("Weld")
  198. Part14 = Instance.new("Part")
  199. CFrameValue15 = Instance.new("CFrameValue")
  200. Weld16 = Instance.new("Weld")
  201. Part17 = Instance.new("Part")
  202. CFrameValue18 = Instance.new("CFrameValue")
  203. Weld19 = Instance.new("Weld")
  204. Part20 = Instance.new("Part")
  205. CFrameValue21 = Instance.new("CFrameValue")
  206. Weld22 = Instance.new("Weld")
  207. Part23 = Instance.new("Part")
  208. CFrameValue24 = Instance.new("CFrameValue")
  209. Weld25 = Instance.new("Weld")
  210. Part26 = Instance.new("Part")
  211. CFrameValue27 = Instance.new("CFrameValue")
  212. Weld28 = Instance.new("Weld")
  213. Part29 = Instance.new("Part")
  214. CFrameValue30 = Instance.new("CFrameValue")
  215. Weld31 = Instance.new("Weld")
  216. Part32 = Instance.new("Part")
  217. CFrameValue33 = Instance.new("CFrameValue")
  218. Weld34 = Instance.new("Weld")
  219. Part35 = Instance.new("Part")
  220. CFrameValue36 = Instance.new("CFrameValue")
  221. Weld37 = Instance.new("Weld")
  222. Part38 = Instance.new("Part")
  223. CFrameValue39 = Instance.new("CFrameValue")
  224. Weld40 = Instance.new("Weld")
  225. Part41 = Instance.new("Part")
  226. CFrameValue42 = Instance.new("CFrameValue")
  227. Weld43 = Instance.new("Weld")
  228. Part44 = Instance.new("Part")
  229. CFrameValue45 = Instance.new("CFrameValue")
  230. Weld46 = Instance.new("Weld")
  231. Part47 = Instance.new("Part")
  232. CFrameValue48 = Instance.new("CFrameValue")
  233. Weld49 = Instance.new("Weld")
  234. Part50 = Instance.new("Part")
  235. CFrameValue51 = Instance.new("CFrameValue")
  236. Weld52 = Instance.new("Weld")
  237. Part53 = Instance.new("Part")
  238. CFrameValue54 = Instance.new("CFrameValue")
  239. Weld55 = Instance.new("Weld")
  240. Part56 = Instance.new("Part")
  241. CFrameValue57 = Instance.new("CFrameValue")
  242. Weld58 = Instance.new("Weld")
  243. Part59 = Instance.new("Part")
  244. CFrameValue60 = Instance.new("CFrameValue")
  245. Weld61 = Instance.new("Weld")
  246. Part62 = Instance.new("Part")
  247. CFrameValue63 = Instance.new("CFrameValue")
  248. Weld64 = Instance.new("Weld")
  249. Part65 = Instance.new("Part")
  250. CFrameValue66 = Instance.new("CFrameValue")
  251. Weld67 = Instance.new("Weld")
  252. Part68 = Instance.new("Part")
  253. CFrameValue69 = Instance.new("CFrameValue")
  254. Weld70 = Instance.new("Weld")
  255. Part71 = Instance.new("Part")
  256. CFrameValue72 = Instance.new("CFrameValue")
  257. Weld73 = Instance.new("Weld")
  258. Part74 = Instance.new("Part")
  259. CFrameValue75 = Instance.new("CFrameValue")
  260. Weld76 = Instance.new("Weld")
  261. Part77 = Instance.new("Part")
  262. CFrameValue78 = Instance.new("CFrameValue")
  263. Weld79 = Instance.new("Weld")
  264. Part80 = Instance.new("Part")
  265. CFrameValue81 = Instance.new("CFrameValue")
  266. Weld82 = Instance.new("Weld")
  267. Part83 = Instance.new("Part")
  268. CFrameValue84 = Instance.new("CFrameValue")
  269. Weld85 = Instance.new("Weld")
  270. Part86 = Instance.new("Part")
  271. CFrameValue87 = Instance.new("CFrameValue")
  272. Weld88 = Instance.new("Weld")
  273. Part89 = Instance.new("Part")
  274. CFrameValue90 = Instance.new("CFrameValue")
  275. Weld91 = Instance.new("Weld")
  276. Part92 = Instance.new("Part")
  277. CFrameValue93 = Instance.new("CFrameValue")
  278. Weld94 = Instance.new("Weld")
  279. Part95 = Instance.new("Part")
  280. CFrameValue96 = Instance.new("CFrameValue")
  281. Weld97 = Instance.new("Weld")
  282. Part98 = Instance.new("Part")
  283. CFrameValue99 = Instance.new("CFrameValue")
  284. Weld100 = Instance.new("Weld")
  285. Part101 = Instance.new("Part")
  286. CFrameValue102 = Instance.new("CFrameValue")
  287. Weld103 = Instance.new("Weld")
  288. Part104 = Instance.new("Part")
  289. CFrameValue105 = Instance.new("CFrameValue")
  290. Weld106 = Instance.new("Weld")
  291. Part107 = Instance.new("Part")
  292. CFrameValue108 = Instance.new("CFrameValue")
  293. Weld109 = Instance.new("Weld")
  294. Part110 = Instance.new("Part")
  295. CFrameValue111 = Instance.new("CFrameValue")
  296. Weld112 = Instance.new("Weld")
  297. Part113 = Instance.new("Part")
  298. CFrameValue114 = Instance.new("CFrameValue")
  299. Weld115 = Instance.new("Weld")
  300. Part116 = Instance.new("Part")
  301. CFrameValue117 = Instance.new("CFrameValue")
  302. Weld118 = Instance.new("Weld")
  303. Part119 = Instance.new("Part")
  304. CFrameValue120 = Instance.new("CFrameValue")
  305. Weld121 = Instance.new("Weld")
  306. Part122 = Instance.new("Part")
  307. CFrameValue123 = Instance.new("CFrameValue")
  308. Weld124 = Instance.new("Weld")
  309. Part125 = Instance.new("Part")
  310. CFrameValue126 = Instance.new("CFrameValue")
  311. Weld127 = Instance.new("Weld")
  312. Part128 = Instance.new("Part")
  313. CFrameValue129 = Instance.new("CFrameValue")
  314. Weld130 = Instance.new("Weld")
  315. Part131 = Instance.new("Part")
  316. CFrameValue132 = Instance.new("CFrameValue")
  317. Weld133 = Instance.new("Weld")
  318. Part134 = Instance.new("Part")
  319. CFrameValue135 = Instance.new("CFrameValue")
  320. Weld136 = Instance.new("Weld")
  321. Part137 = Instance.new("Part")
  322. CFrameValue138 = Instance.new("CFrameValue")
  323. Weld139 = Instance.new("Weld")
  324. Part140 = Instance.new("Part")
  325. CFrameValue141 = Instance.new("CFrameValue")
  326. Weld142 = Instance.new("Weld")
  327. Part143 = Instance.new("Part")
  328. CFrameValue144 = Instance.new("CFrameValue")
  329. Weld145 = Instance.new("Weld")
  330. Part146 = Instance.new("Part")
  331. CFrameValue147 = Instance.new("CFrameValue")
  332. Weld148 = Instance.new("Weld")
  333. Part149 = Instance.new("Part")
  334. CFrameValue150 = Instance.new("CFrameValue")
  335. Weld151 = Instance.new("Weld")
  336. Part152 = Instance.new("Part")
  337. CFrameValue153 = Instance.new("CFrameValue")
  338. Weld154 = Instance.new("Weld")
  339. Part155 = Instance.new("Part")
  340. CFrameValue156 = Instance.new("CFrameValue")
  341. Weld157 = Instance.new("Weld")
  342. Part158 = Instance.new("Part")
  343. CFrameValue159 = Instance.new("CFrameValue")
  344. Weld160 = Instance.new("Weld")
  345. Part161 = Instance.new("Part")
  346. CFrameValue162 = Instance.new("CFrameValue")
  347. Weld163 = Instance.new("Weld")
  348. Part164 = Instance.new("Part")
  349. CFrameValue165 = Instance.new("CFrameValue")
  350. Weld166 = Instance.new("Weld")
  351. Part167 = Instance.new("Part")
  352. CFrameValue168 = Instance.new("CFrameValue")
  353. Weld169 = Instance.new("Weld")
  354. Part170 = Instance.new("Part")
  355. CFrameValue171 = Instance.new("CFrameValue")
  356. Weld172 = Instance.new("Weld")
  357. Part173 = Instance.new("Part")
  358. CFrameValue174 = Instance.new("CFrameValue")
  359. Weld175 = Instance.new("Weld")
  360. Part176 = Instance.new("Part")
  361. CFrameValue177 = Instance.new("CFrameValue")
  362. Weld178 = Instance.new("Weld")
  363. Part179 = Instance.new("Part")
  364. CFrameValue180 = Instance.new("CFrameValue")
  365. Weld181 = Instance.new("Weld")
  366. Part182 = Instance.new("Part")
  367. CFrameValue183 = Instance.new("CFrameValue")
  368. Weld184 = Instance.new("Weld")
  369. Part185 = Instance.new("Part")
  370. CFrameValue186 = Instance.new("CFrameValue")
  371. Weld187 = Instance.new("Weld")
  372. Part188 = Instance.new("Part")
  373. CFrameValue189 = Instance.new("CFrameValue")
  374. Weld190 = Instance.new("Weld")
  375. Part191 = Instance.new("Part")
  376. CFrameValue192 = Instance.new("CFrameValue")
  377. Weld193 = Instance.new("Weld")
  378. Part194 = Instance.new("Part")
  379. CFrameValue195 = Instance.new("CFrameValue")
  380. Weld196 = Instance.new("Weld")
  381. Model0.Name = "Shotgun M3"
  382. Model0.Parent = mas
  383. Part1.Name = "part"
  384. Part1.Parent = Model0
  385. Part1.CFrame = CFrame.new(-183.41333, 819.86084, -94.8275146, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  386. Part1.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  387. Part1.Position = Vector3.new(-183.41333, 819.86084, -94.8275146)
  388. Part1.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  389. Part1.Color = Color3.new(0.266667, 0.266667, 0.266667)
  390. Part1.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
  391. Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  392. Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  393. Part1.CanCollide = false
  394. Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  395. Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  396. Part1.Locked = true
  397. Part1.Material = Enum.Material.SmoothPlastic
  398. Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  399. Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  400. CFrameValue2.Name = "qRelativeCFrameWeldValue"
  401. CFrameValue2.Parent = Part1
  402. CFrameValue2.Value = CFrame.new(-1.20199585, -0.197404861, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  403. Weld3.Name = "qCFrameWeldThingy"
  404. Weld3.Parent = Part1
  405. Weld3.C1 = CFrame.new(-0.88005811, -0.144532725, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  406. Weld3.Part0 = Part4
  407. Weld3.Part1 = Part1
  408. Weld3.part1 = Part1
  409. Part4.Name = "part"
  410. Part4.Parent = Model0
  411. Part4.CFrame = CFrame.new(-183.414413, 819.716003, -95.7075195, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  412. Part4.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  413. Part4.Position = Vector3.new(-183.414413, 819.716003, -95.7075195)
  414. Part4.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  415. Part4.Color = Color3.new(0.305882, 0.305882, 0.305882)
  416. Part4.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
  417. Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  418. Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  419. Part4.CanCollide = false
  420. Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  421. Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  422. Part4.Locked = true
  423. Part4.Material = Enum.Material.SmoothPlastic
  424. Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  425. Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  426. Part5.Name = "part"
  427. Part5.Parent = Model0
  428. Part5.CFrame = CFrame.new(-183.414352, 819.568726, -94.9032059, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  429. Part5.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  430. Part5.Position = Vector3.new(-183.414352, 819.568726, -94.9032059)
  431. Part5.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  432. Part5.Color = Color3.new(0.203922, 0.203922, 0.203922)
  433. Part5.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
  434. Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  435. Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  436. Part5.CanCollide = false
  437. Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  438. Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  439. Part5.Locked = true
  440. Part5.Material = Enum.Material.SmoothPlastic
  441. Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  442. Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  443. CFrameValue6.Name = "qRelativeCFrameWeldValue"
  444. CFrameValue6.Parent = Part5
  445. CFrameValue6.Value = CFrame.new(-1.09846497, 0.201572418, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  446. Weld7.Name = "qCFrameWeldThingy"
  447. Weld7.Parent = Part5
  448. Weld7.C1 = CFrame.new(-0.804256439, 0.147584066, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  449. Weld7.Part0 = Part4
  450. Weld7.Part1 = Part5
  451. Weld7.part1 = Part5
  452. Part8.Name = "part"
  453. Part8.Parent = Model0
  454. Part8.CFrame = CFrame.new(-183.414078, 819.567932, -95.0470276, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  455. Part8.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  456. Part8.Position = Vector3.new(-183.414078, 819.567932, -95.0470276)
  457. Part8.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  458. Part8.Color = Color3.new(0.466667, 0.466667, 0.466667)
  459. Part8.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  460. Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  461. Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  462. Part8.CanCollide = false
  463. Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  464. Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  465. Part8.Locked = true
  466. Part8.Material = Enum.Material.SmoothPlastic
  467. Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  468. Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  469. CFrameValue9.Name = "qRelativeCFrameWeldValue"
  470. CFrameValue9.Parent = Part8
  471. CFrameValue9.Value = CFrame.new(-0.902038574, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  472. Weld10.Name = "qCFrameWeldThingy"
  473. Weld10.Parent = Part8
  474. Weld10.C1 = CFrame.new(-0.660440147, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  475. Weld10.Part0 = Part4
  476. Weld10.Part1 = Part8
  477. Weld10.part1 = Part8
  478. Part11.Name = "part"
  479. Part11.Parent = Model0
  480. Part11.CFrame = CFrame.new(-183.414307, 819.714905, -95.4889832, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  481. Part11.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  482. Part11.Position = Vector3.new(-183.414307, 819.714905, -95.4889832)
  483. Part11.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  484. Part11.Color = Color3.new(0.203922, 0.203922, 0.203922)
  485. Part11.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
  486. Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  487. Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  488. Part11.CanCollide = false
  489. Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  490. Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  491. Part11.Locked = true
  492. Part11.Material = Enum.Material.SmoothPlastic
  493. Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  494. Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  495. CFrameValue12.Name = "qRelativeCFrameWeldValue"
  496. CFrameValue12.Parent = Part11
  497. CFrameValue12.Value = CFrame.new(-0.298477173, 0.00157165527, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  498. Weld13.Name = "qCFrameWeldThingy"
  499. Weld13.Parent = Part11
  500. Weld13.C1 = CFrame.new(-0.218534216, 0.00115070934, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  501. Weld13.Part0 = Part4
  502. Weld13.Part1 = Part11
  503. Weld13.part1 = Part11
  504. Part14.Name = "part"
  505. Part14.Parent = Model0
  506. Part14.CFrame = CFrame.new(-183.413528, 820.006775, -95.1917038, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  507. Part14.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  508. Part14.Position = Vector3.new(-183.413528, 820.006775, -95.1917038)
  509. Part14.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  510. Part14.Color = Color3.new(0.133333, 0.133333, 0.133333)
  511. Part14.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  512. Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  513. Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  514. Part14.CanCollide = false
  515. Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  516. Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  517. Part14.Locked = true
  518. Part14.Material = Enum.Material.SmoothPlastic
  519. Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  520. Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  521. CFrameValue15.Name = "qRelativeCFrameWeldValue"
  522. CFrameValue15.Parent = Part14
  523. CFrameValue15.Value = CFrame.new(-0.704650879, -0.396873474, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  524. Weld16.Name = "qCFrameWeldThingy"
  525. Weld16.Parent = Part14
  526. Weld16.C1 = CFrame.new(-0.515919983, -0.290576458, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  527. Weld16.Part0 = Part4
  528. Weld16.Part1 = Part14
  529. Weld16.part1 = Part14
  530. Part17.Name = "Shot"
  531. Part17.Parent = Model0
  532. Part17.CFrame = CFrame.new(-183.413956, 820.00647, -96.0702896, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  533. Part17.Orientation = Vector3.new(0, 0, 0)
  534. Part17.Position = Vector3.new(-183.413956, 820.00647, -96.0702896)
  535. Part17.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  536. Part17.Color = Color3.new(0.133333, 0.133333, 0.133333)
  537. Part17.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  538. Part17.Anchored = true
  539. Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  540. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  541. Part17.CanCollide = false
  542. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  543. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  544. Part17.Locked = true
  545. Part17.Material = Enum.Material.SmoothPlastic
  546. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  547. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  548. Weld19.Name = "qCFrameWeldThingy"
  549. Weld19.Parent = Part17
  550. Weld19.C1 = CFrame.new(0.362663358, -0.290576458, 0)
  551. Weld19.Part0 = Part4
  552. Weld19.Part1 = Part17
  553. Weld19.part1 = Part17
  554. Part20.Name = "part"
  555. Part20.Parent = Model0
  556. Part20.CFrame = CFrame.new(-183.413544, 819.27594, -92.6307983, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  557. Part20.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  558. Part20.Position = Vector3.new(-183.413544, 819.27594, -92.6307983)
  559. Part20.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  560. Part20.Color = Color3.new(0.133333, 0.133333, 0.133333)
  561. Part20.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
  562. Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  563. Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  564. Part20.CanCollide = false
  565. Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  566. Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  567. Part20.Locked = true
  568. Part20.Material = Enum.Material.SmoothPlastic
  569. Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  570. Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  571. CFrameValue21.Name = "qRelativeCFrameWeldValue"
  572. CFrameValue21.Parent = Part20
  573. CFrameValue21.Value = CFrame.new(-4.20201111, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  574. Weld22.Name = "qCFrameWeldThingy"
  575. Weld22.Parent = Part20
  576. Weld22.C1 = CFrame.new(-3.07656121, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  577. Weld22.Part0 = Part4
  578. Weld22.Part1 = Part20
  579. Weld22.part1 = Part20
  580. Part23.Name = "part"
  581. Part23.Parent = Model0
  582. Part23.CFrame = CFrame.new(-183.413773, 820.008301, -95.707016, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  583. Part23.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  584. Part23.Position = Vector3.new(-183.413773, 820.008301, -95.707016)
  585. Part23.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  586. Part23.Color = Color3.new(0.305882, 0.305882, 0.305882)
  587. Part23.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
  588. Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  589. Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  590. Part23.CanCollide = false
  591. Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  592. Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  593. Part23.Locked = true
  594. Part23.Material = Enum.Material.SmoothPlastic
  595. Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  596. Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  597. CFrameValue24.Name = "qRelativeCFrameWeldValue"
  598. CFrameValue24.Parent = Part23
  599. CFrameValue24.Value = CFrame.new(-0.000839233398, -0.399208069, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  600. Weld25.Name = "qCFrameWeldThingy"
  601. Weld25.Parent = Part23
  602. Weld25.C1 = CFrame.new(-0.000614456483, -0.29228577, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  603. Weld25.Part0 = Part4
  604. Weld25.Part1 = Part23
  605. Weld25.part1 = Part23
  606. Part26.Name = "part"
  607. Part26.Parent = Model0
  608. Part26.CFrame = CFrame.new(-183.414032, 819.421631, -93.5812378, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  609. Part26.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  610. Part26.Position = Vector3.new(-183.414032, 819.421631, -93.5812378)
  611. Part26.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  612. Part26.Color = Color3.new(0.133333, 0.133333, 0.133333)
  613. Part26.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  614. Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  615. Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  616. Part26.CanCollide = false
  617. Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  618. Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  619. Part26.Locked = true
  620. Part26.Material = Enum.Material.SmoothPlastic
  621. Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  622. Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  623. CFrameValue27.Name = "qRelativeCFrameWeldValue"
  624. CFrameValue27.Parent = Part26
  625. CFrameValue27.Value = CFrame.new(-2.90396118, 0.403146744, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  626. Weld28.Name = "qCFrameWeldThingy"
  627. Weld28.Parent = Part26
  628. Weld28.C1 = CFrame.new(-2.12617564, 0.295169532, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  629. Weld28.Part0 = Part4
  630. Weld28.Part1 = Part26
  631. Weld28.part1 = Part26
  632. Part29.Name = "part"
  633. Part29.Parent = Model0
  634. Part29.CFrame = CFrame.new(-183.414001, 819.275574, -93.5826263, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  635. Part29.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  636. Part29.Position = Vector3.new(-183.414001, 819.275574, -93.5826263)
  637. Part29.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  638. Part29.Color = Color3.new(0.203922, 0.203922, 0.203922)
  639. Part29.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
  640. Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  641. Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  642. Part29.CanCollide = false
  643. Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  644. Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  645. Part29.Locked = true
  646. Part29.Material = Enum.Material.SmoothPlastic
  647. Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  648. Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  649. CFrameValue30.Name = "qRelativeCFrameWeldValue"
  650. CFrameValue30.Parent = Part29
  651. CFrameValue30.Value = CFrame.new(-2.9019928, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  652. Weld31.Name = "qCFrameWeldThingy"
  653. Weld31.Parent = Part29
  654. Weld31.C1 = CFrame.new(-2.1247344, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  655. Weld31.Part0 = Part4
  656. Weld31.Part1 = Part29
  657. Weld31.part1 = Part29
  658. Part32.Name = "part"
  659. Part32.Parent = Model0
  660. Part32.CFrame = CFrame.new(-183.414169, 819.715027, -95.1961212, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  661. Part32.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  662. Part32.Position = Vector3.new(-183.414169, 819.715027, -95.1961212)
  663. Part32.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  664. Part32.Color = Color3.new(0.203922, 0.203922, 0.203922)
  665. Part32.Size = Vector3.new(0.146432787, 0.439298391, 0.146432787)
  666. Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  667. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  668. Part32.CanCollide = false
  669. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  670. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  671. Part32.Locked = true
  672. Part32.Material = Enum.Material.SmoothPlastic
  673. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  674. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  675. CFrameValue33.Name = "qRelativeCFrameWeldValue"
  676. CFrameValue33.Parent = Part32
  677. CFrameValue33.Value = CFrame.new(-0.698471069, 0.00157165527, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  678. Weld34.Name = "qCFrameWeldThingy"
  679. Weld34.Parent = Part32
  680. Weld34.C1 = CFrame.new(-0.511395335, 0.00115070934, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  681. Weld34.Part0 = Part4
  682. Weld34.Part1 = Part32
  683. Weld34.part1 = Part32
  684. Part35.Name = "part"
  685. Part35.Parent = Model0
  686. Part35.CFrame = CFrame.new(-183.412537, 820.007629, -93.8757401, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  687. Part35.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  688. Part35.Position = Vector3.new(-183.412537, 820.007629, -93.8757401)
  689. Part35.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  690. Part35.Color = Color3.new(0.466667, 0.466667, 0.466667)
  691. Part35.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  692. Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  693. Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  694. Part35.CanCollide = false
  695. Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  696. Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  697. Part35.Locked = true
  698. Part35.Material = Enum.Material.SmoothPlastic
  699. Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  700. Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  701. CFrameValue36.Name = "qRelativeCFrameWeldValue"
  702. CFrameValue36.Parent = Part35
  703. CFrameValue36.Value = CFrame.new(-2.50201416, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  704. Weld37.Name = "qCFrameWeldThingy"
  705. Weld37.Parent = Part35
  706. Weld37.C1 = CFrame.new(-1.83188462, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  707. Weld37.Part0 = Part4
  708. Weld37.Part1 = Part35
  709. Weld37.part1 = Part35
  710. Part38.Name = "part"
  711. Part38.Parent = Model0
  712. Part38.CFrame = CFrame.new(-183.41275, 819.715088, -92.9970474, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  713. Part38.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  714. Part38.Position = Vector3.new(-183.41275, 819.715088, -92.9970474)
  715. Part38.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  716. Part38.Color = Color3.new(0.266667, 0.266667, 0.266667)
  717. Part38.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  718. Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  719. Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  720. Part38.CanCollide = false
  721. Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  722. Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  723. Part38.Locked = true
  724. Part38.Material = Enum.Material.SmoothPlastic
  725. Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  726. Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  727. CFrameValue39.Name = "qRelativeCFrameWeldValue"
  728. CFrameValue39.Parent = Part38
  729. CFrameValue39.Value = CFrame.new(-3.70199585, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  730. Weld40.Name = "qCFrameWeldThingy"
  731. Weld40.Parent = Part38
  732. Weld40.C1 = CFrame.new(-2.71046805, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  733. Weld40.Part0 = Part4
  734. Weld40.Part1 = Part38
  735. Weld40.part1 = Part38
  736. Part41.Name = "part"
  737. Part41.Parent = Model0
  738. Part41.CFrame = CFrame.new(-183.413284, 819.714722, -94.0952835, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  739. Part41.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  740. Part41.Position = Vector3.new(-183.413284, 819.714722, -94.0952835)
  741. Part41.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  742. Part41.Color = Color3.new(0.466667, 0.466667, 0.466667)
  743. Part41.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
  744. Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  745. Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  746. Part41.CanCollide = false
  747. Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  748. Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  749. Part41.Locked = true
  750. Part41.Material = Enum.Material.SmoothPlastic
  751. Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  752. Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  753. CFrameValue42.Name = "qRelativeCFrameWeldValue"
  754. CFrameValue42.Parent = Part41
  755. CFrameValue42.Value = CFrame.new(-2.20201111, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  756. Weld43.Name = "qCFrameWeldThingy"
  757. Weld43.Parent = Part41
  758. Weld43.C1 = CFrame.new(-1.61223328, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  759. Weld43.Part0 = Part4
  760. Weld43.Part1 = Part41
  761. Weld43.part1 = Part41
  762. Part44.Name = "part"
  763. Part44.Parent = Model0
  764. Part44.CFrame = CFrame.new(-183.413208, 819.716309, -93.2175446, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  765. Part44.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  766. Part44.Position = Vector3.new(-183.413208, 819.716309, -93.2175446)
  767. Part44.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  768. Part44.Color = Color3.new(0.305882, 0.305882, 0.305882)
  769. Part44.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
  770. Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  771. Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  772. Part44.CanCollide = false
  773. Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  774. Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  775. Part44.Locked = true
  776. Part44.Material = Enum.Material.SmoothPlastic
  777. Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  778. Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  779. CFrameValue45.Name = "qRelativeCFrameWeldValue"
  780. CFrameValue45.Parent = Part44
  781. CFrameValue45.Value = CFrame.new(-3.40084839, 0.000793457031, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  782. Weld46.Name = "qCFrameWeldThingy"
  783. Weld46.Parent = Part44
  784. Weld46.C1 = CFrame.new(-2.48997855, 0.000580940628, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  785. Weld46.Part0 = Part4
  786. Weld46.Part1 = Part44
  787. Weld46.part1 = Part44
  788. Part47.Name = "part"
  789. Part47.Parent = Model0
  790. Part47.CFrame = CFrame.new(-183.412186, 820.007935, -93.1435928, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  791. Part47.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  792. Part47.Position = Vector3.new(-183.412186, 820.007935, -93.1435928)
  793. Part47.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  794. Part47.Color = Color3.new(0.266667, 0.266667, 0.266667)
  795. Part47.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  796. Part47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  797. Part47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  798. Part47.CanCollide = false
  799. Part47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  800. Part47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  801. Part47.Locked = true
  802. Part47.Material = Enum.Material.SmoothPlastic
  803. Part47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  804. Part47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  805. CFrameValue48.Name = "qRelativeCFrameWeldValue"
  806. CFrameValue48.Parent = Part47
  807. CFrameValue48.Value = CFrame.new(-3.5019989, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  808. Weld49.Name = "qCFrameWeldThingy"
  809. Weld49.Parent = Part47
  810. Weld49.C1 = CFrame.new(-2.56403732, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  811. Weld49.Part0 = Part4
  812. Weld49.Part1 = Part47
  813. Weld49.part1 = Part47
  814. Part50.Name = "part"
  815. Part50.Parent = Model0
  816. Part50.CFrame = CFrame.new(-183.412323, 820.007813, -93.4364471, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  817. Part50.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  818. Part50.Position = Vector3.new(-183.412323, 820.007813, -93.4364471)
  819. Part50.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  820. Part50.Color = Color3.new(0.266667, 0.266667, 0.266667)
  821. Part50.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  822. Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  823. Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  824. Part50.CanCollide = false
  825. Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  826. Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  827. Part50.Locked = true
  828. Part50.Material = Enum.Material.SmoothPlastic
  829. Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  830. Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  831. CFrameValue51.Name = "qRelativeCFrameWeldValue"
  832. CFrameValue51.Parent = Part50
  833. CFrameValue51.Value = CFrame.new(-3.102005, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  834. Weld52.Name = "qCFrameWeldThingy"
  835. Weld52.Parent = Part50
  836. Weld52.C1 = CFrame.new(-2.27117634, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  837. Weld52.Part0 = Part4
  838. Weld52.Part1 = Part50
  839. Weld52.part1 = Part50
  840. Part53.Name = "part"
  841. Part53.Parent = Model0
  842. Part53.CFrame = CFrame.new(-183.413452, 819.862366, -94.3890533, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  843. Part53.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  844. Part53.Position = Vector3.new(-183.413452, 819.862366, -94.3890533)
  845. Part53.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  846. Part53.Color = Color3.new(0.305882, 0.305882, 0.305882)
  847. Part53.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
  848. Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  849. Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  850. Part53.CanCollide = false
  851. Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  852. Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  853. Part53.Locked = true
  854. Part53.Material = Enum.Material.SmoothPlastic
  855. Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  856. Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  857. CFrameValue54.Name = "qRelativeCFrameWeldValue"
  858. CFrameValue54.Parent = Part53
  859. CFrameValue54.Value = CFrame.new(-1.80085754, -0.199207306, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  860. Weld55.Name = "qCFrameWeldThingy"
  861. Weld55.Parent = Part53
  862. Weld55.C1 = CFrame.new(-1.31852293, -0.145852417, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  863. Weld55.Part0 = Part4
  864. Weld55.Part1 = Part53
  865. Weld55.part1 = Part53
  866. Part56.Name = "part"
  867. Part56.Parent = Model0
  868. Part56.CFrame = CFrame.new(-183.413925, 819.714661, -94.6824722, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  869. Part56.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  870. Part56.Position = Vector3.new(-183.413925, 819.714661, -94.6824722)
  871. Part56.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  872. Part56.Color = Color3.new(0.203922, 0.203922, 0.203922)
  873. Part56.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
  874. Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  875. Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  876. Part56.CanCollide = false
  877. Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  878. Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  879. Part56.Locked = true
  880. Part56.Material = Enum.Material.SmoothPlastic
  881. Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  882. Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  883. CFrameValue57.Name = "qRelativeCFrameWeldValue"
  884. CFrameValue57.Parent = Part56
  885. CFrameValue57.Value = CFrame.new(-1.40002441, 0.00234985352, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  886. Weld58.Name = "qCFrameWeldThingy"
  887. Weld58.Parent = Part56
  888. Weld58.C1 = CFrame.new(-1.02504742, 0.00172047806, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  889. Weld58.Part0 = Part4
  890. Weld58.Part1 = Part56
  891. Weld58.part1 = Part56
  892. Part59.Name = "part"
  893. Part59.Parent = Model0
  894. Part59.CFrame = CFrame.new(-183.412857, 819.568848, -92.5577087, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  895. Part59.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  896. Part59.Position = Vector3.new(-183.412857, 819.568848, -92.5577087)
  897. Part59.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  898. Part59.Color = Color3.new(0.305882, 0.305882, 0.305882)
  899. Part59.Size = Vector3.new(0.732163966, 0.146432787, 0.146432787)
  900. Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  901. Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  902. Part59.CanCollide = false
  903. Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  904. Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  905. Part59.Locked = true
  906. Part59.Material = Enum.Material.SmoothPlastic
  907. Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  908. Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  909. CFrameValue60.Name = "qRelativeCFrameWeldValue"
  910. CFrameValue60.Parent = Part59
  911. CFrameValue60.Value = CFrame.new(-4.30198669, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  912. Weld61.Name = "qCFrameWeldThingy"
  913. Weld61.Parent = Part59
  914. Weld61.C1 = CFrame.new(-3.14975977, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  915. Weld61.Part0 = Part4
  916. Weld61.Part1 = Part59
  917. Weld61.part1 = Part59
  918. Part62.Name = "part"
  919. Part62.Parent = Model0
  920. Part62.CFrame = CFrame.new(-183.412476, 820.00769, -93.7293091, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  921. Part62.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  922. Part62.Position = Vector3.new(-183.412476, 820.00769, -93.7293091)
  923. Part62.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  924. Part62.Color = Color3.new(0.266667, 0.266667, 0.266667)
  925. Part62.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  926. Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  927. Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  928. Part62.CanCollide = false
  929. Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  930. Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  931. Part62.Locked = true
  932. Part62.Material = Enum.Material.SmoothPlastic
  933. Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  934. Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  935. CFrameValue63.Name = "qRelativeCFrameWeldValue"
  936. CFrameValue63.Parent = Part62
  937. CFrameValue63.Value = CFrame.new(-2.70201111, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  938. Weld64.Name = "qCFrameWeldThingy"
  939. Weld64.Parent = Part62
  940. Weld64.C1 = CFrame.new(-1.97831523, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  941. Weld64.Part0 = Part4
  942. Weld64.Part1 = Part62
  943. Weld64.part1 = Part62
  944. Part65.Name = "part"
  945. Part65.Parent = Model0
  946. Part65.CFrame = CFrame.new(-183.414093, 819.860168, -95.7041321, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  947. Part65.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  948. Part65.Position = Vector3.new(-183.414093, 819.860168, -95.7041321)
  949. Part65.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  950. Part65.Color = Color3.new(0.133333, 0.133333, 0.133333)
  951. Part65.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
  952. Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  953. Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  954. Part65.CanCollide = false
  955. Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  956. Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  957. Part65.Locked = true
  958. Part65.Material = Enum.Material.SmoothPlastic
  959. Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  960. Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  961. CFrameValue66.Name = "qRelativeCFrameWeldValue"
  962. CFrameValue66.Parent = Part65
  963. CFrameValue66.Value = CFrame.new(-0.00469970703, -0.196872711, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  964. Weld67.Name = "qCFrameWeldThingy"
  965. Weld67.Parent = Part65
  966. Weld67.C1 = CFrame.new(-0.00344095612, -0.144143105, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  967. Weld67.Part0 = Part4
  968. Weld67.Part1 = Part65
  969. Weld67.part1 = Part65
  970. Part68.Name = "part"
  971. Part68.Parent = Model0
  972. Part68.CFrame = CFrame.new(-183.413193, 819.422363, -92.5576553, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  973. Part68.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  974. Part68.Position = Vector3.new(-183.413193, 819.422363, -92.5576553)
  975. Part68.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  976. Part68.Color = Color3.new(0.266667, 0.266667, 0.266667)
  977. Part68.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  978. Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  979. Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  980. Part68.CanCollide = false
  981. Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  982. Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  983. Part68.Locked = true
  984. Part68.Material = Enum.Material.SmoothPlastic
  985. Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  986. Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  987. CFrameValue69.Name = "qRelativeCFrameWeldValue"
  988. CFrameValue69.Parent = Part68
  989. CFrameValue69.Value = CFrame.new(-4.30198669, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  990. Weld70.Name = "qCFrameWeldThingy"
  991. Weld70.Parent = Part68
  992. Weld70.C1 = CFrame.new(-3.14975977, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  993. Weld70.Part0 = Part4
  994. Weld70.Part1 = Part68
  995. Weld70.part1 = Part68
  996. Part71.Name = "part"
  997. Part71.Parent = Model0
  998. Part71.CFrame = CFrame.new(-183.413895, 819.714233, -95.3399429, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  999. Part71.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1000. Part71.Position = Vector3.new(-183.413895, 819.714233, -95.3399429)
  1001. Part71.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1002. Part71.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1003. Part71.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1004. Part71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. Part71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. Part71.CanCollide = false
  1007. Part71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. Part71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. Part71.Locked = true
  1010. Part71.Material = Enum.Material.SmoothPlastic
  1011. Part71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. Part71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. CFrameValue72.Name = "qRelativeCFrameWeldValue"
  1014. CFrameValue72.Parent = Part71
  1015. CFrameValue72.Value = CFrame.new(-0.502044678, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1016. Weld73.Name = "qCFrameWeldThingy"
  1017. Weld73.Parent = Part71
  1018. Weld73.C1 = CFrame.new(-0.367579013, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1019. Weld73.Part0 = Part4
  1020. Weld73.Part1 = Part71
  1021. Weld73.part1 = Part71
  1022. Part74.Name = "Handle"
  1023. Part74.Parent = Model0
  1024. Part74.CFrame = CFrame.new(-183.413467, 819.640747, -93.4337311, 0.999997437, 0.00219730916, 0.00048738718, -0.00219748775, 0.999997735, 0.00036569807, -0.000486552832, -0.000366768101, 1)
  1025. Part74.Orientation = Vector3.new(-0.0199999996, 0.0299999993, -0.129999995)
  1026. Part74.Position = Vector3.new(-183.413467, 819.640747, -93.4337311)
  1027. Part74.Rotation = Vector3.new(-0.0199999996, 0.0299999993, -0.129999995)
  1028. Part74.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1029. Part74.Size = Vector3.new(0.146432817, 0.292865574, 0.146432787)
  1030. Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1032. Part74.CanCollide = false
  1033. Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1035. Part74.Locked = true
  1036. Part74.Material = Enum.Material.SmoothPlastic
  1037. Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1038. Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1039. CFrameValue75.Name = "qRelativeCFrameWeldValue"
  1040. CFrameValue75.Parent = Part74
  1041. CFrameValue75.Value = CFrame.new(0, 0.103916168, -3.10552979, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1042. Weld76.Name = "qCFrameWeldThingy"
  1043. Weld76.Parent = Part74
  1044. Weld76.C1 = CFrame.new(0, 0.076083675, -2.27375698, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1045. Weld76.Part0 = Part4
  1046. Weld76.Part1 = Part74
  1047. Weld76.part1 = Part74
  1048. Part77.Name = "part"
  1049. Part77.Parent = Model0
  1050. Part77.CFrame = CFrame.new(-183.413727, 819.568176, -94.3148804, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1051. Part77.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1052. Part77.Position = Vector3.new(-183.413727, 819.568176, -94.3148804)
  1053. Part77.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1054. Part77.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1055. Part77.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
  1056. Part77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. Part77.CanCollide = false
  1059. Part77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. Part77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. Part77.Locked = true
  1062. Part77.Material = Enum.Material.SmoothPlastic
  1063. Part77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. CFrameValue78.Name = "qRelativeCFrameWeldValue"
  1066. CFrameValue78.Parent = Part77
  1067. CFrameValue78.Value = CFrame.new(-1.90200806, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1068. Weld79.Name = "qCFrameWeldThingy"
  1069. Weld79.Parent = Part77
  1070. Weld79.C1 = CFrame.new(-1.3925817, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1071. Weld79.Part0 = Part4
  1072. Weld79.Part1 = Part77
  1073. Weld79.part1 = Part77
  1074. Part80.Name = "part"
  1075. Part80.Parent = Model0
  1076. Part80.CFrame = CFrame.new(-183.414368, 819.567688, -95.6327667, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1077. Part80.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1078. Part80.Position = Vector3.new(-183.414368, 819.567688, -95.6327667)
  1079. Part80.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1080. Part80.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1081. Part80.Size = Vector3.new(0.732163966, 0.146432787, 0.146432787)
  1082. Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. Part80.CanCollide = false
  1085. Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. Part80.Locked = true
  1088. Part80.Material = Enum.Material.SmoothPlastic
  1089. Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1091. CFrameValue81.Name = "qRelativeCFrameWeldValue"
  1092. CFrameValue81.Parent = Part80
  1093. CFrameValue81.Value = CFrame.new(-0.102020264, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1094. Weld82.Name = "qCFrameWeldThingy"
  1095. Weld82.Parent = Part80
  1096. Weld82.C1 = CFrame.new(-0.0746955648, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1097. Weld82.Part0 = Part4
  1098. Weld82.Part1 = Part80
  1099. Weld82.part1 = Part80
  1100. Part83.Name = "part"
  1101. Part83.Parent = Model0
  1102. Part83.CFrame = CFrame.new(-183.414001, 819.129395, -92.9236069, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1103. Part83.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1104. Part83.Position = Vector3.new(-183.414001, 819.129395, -92.9236069)
  1105. Part83.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1106. Part83.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1107. Part83.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
  1108. Part83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. Part83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. Part83.CanCollide = false
  1111. Part83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. Part83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. Part83.Locked = true
  1114. Part83.Material = Enum.Material.SmoothPlastic
  1115. Part83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. Part83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. CFrameValue84.Name = "qRelativeCFrameWeldValue"
  1118. CFrameValue84.Parent = Part83
  1119. CFrameValue84.Value = CFrame.new(-3.80201721, 0.802597046, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1120. Weld85.Name = "qCFrameWeldThingy"
  1121. Weld85.Parent = Part83
  1122. Weld85.C1 = CFrame.new(-2.78369999, 0.587632596, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1123. Weld85.Part0 = Part4
  1124. Weld85.Part1 = Part83
  1125. Weld85.part1 = Part83
  1126. Part86.Name = "part"
  1127. Part86.Parent = Model0
  1128. Part86.CFrame = CFrame.new(-183.414154, 819.275452, -93.875473, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1129. Part86.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1130. Part86.Position = Vector3.new(-183.414154, 819.275452, -93.875473)
  1131. Part86.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1132. Part86.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1133. Part86.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1134. Part86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. Part86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. Part86.CanCollide = false
  1137. Part86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. Part86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. Part86.Locked = true
  1140. Part86.Material = Enum.Material.SmoothPlastic
  1141. Part86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. Part86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. CFrameValue87.Name = "qRelativeCFrameWeldValue"
  1144. CFrameValue87.Parent = Part86
  1145. CFrameValue87.Value = CFrame.new(-2.50201416, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1146. Weld88.Name = "qCFrameWeldThingy"
  1147. Weld88.Parent = Part86
  1148. Weld88.C1 = CFrame.new(-1.83188462, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1149. Weld88.Part0 = Part4
  1150. Weld88.Part1 = Part86
  1151. Weld88.part1 = Part86
  1152. Part89.Name = "part"
  1153. Part89.Parent = Model0
  1154. Part89.CFrame = CFrame.new(-183.413147, 819.568604, -93.143425, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1155. Part89.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1156. Part89.Position = Vector3.new(-183.413147, 819.568604, -93.143425)
  1157. Part89.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1158. Part89.Color = Color3.new(0.266667, 0.266667, 0.266667)
  1159. Part89.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  1160. Part89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. Part89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. Part89.CanCollide = false
  1163. Part89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. Part89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. Part89.Locked = true
  1166. Part89.Material = Enum.Material.SmoothPlastic
  1167. Part89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. Part89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. CFrameValue90.Name = "qRelativeCFrameWeldValue"
  1170. CFrameValue90.Parent = Part89
  1171. CFrameValue90.Value = CFrame.new(-3.5019989, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1172. Weld91.Name = "qCFrameWeldThingy"
  1173. Weld91.Parent = Part89
  1174. Weld91.C1 = CFrame.new(-2.56403732, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1175. Weld91.Part0 = Part4
  1176. Weld91.Part1 = Part89
  1177. Weld91.part1 = Part89
  1178. Part92.Name = "part"
  1179. Part92.Parent = Model0
  1180. Part92.CFrame = CFrame.new(-183.413773, 819.567993, -93.7277222, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1181. Part92.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1182. Part92.Position = Vector3.new(-183.413773, 819.567993, -93.7277222)
  1183. Part92.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1184. Part92.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1185. Part92.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1186. Part92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. Part92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. Part92.CanCollide = false
  1189. Part92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. Part92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. Part92.Locked = true
  1192. Part92.Material = Enum.Material.SmoothPlastic
  1193. Part92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. Part92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. CFrameValue93.Name = "qRelativeCFrameWeldValue"
  1196. CFrameValue93.Parent = Part92
  1197. CFrameValue93.Value = CFrame.new(-2.70396423, 0.203145981, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1198. Weld94.Name = "qCFrameWeldThingy"
  1199. Weld94.Parent = Part92
  1200. Weld94.C1 = CFrame.new(-1.97974503, 0.148736164, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1201. Weld94.Part0 = Part4
  1202. Weld94.Part1 = Part92
  1203. Weld94.part1 = Part92
  1204. Part95.Name = "part"
  1205. Part95.Parent = Model0
  1206. Part95.CFrame = CFrame.new(-183.413528, 819.714355, -93.8742065, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1207. Part95.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1208. Part95.Position = Vector3.new(-183.413528, 819.714355, -93.8742065)
  1209. Part95.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1210. Part95.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1211. Part95.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1212. Part95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. Part95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. Part95.CanCollide = false
  1215. Part95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. Part95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. Part95.Locked = true
  1218. Part95.Material = Enum.Material.SmoothPlastic
  1219. Part95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. Part95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. CFrameValue96.Name = "qRelativeCFrameWeldValue"
  1222. CFrameValue96.Parent = Part95
  1223. CFrameValue96.Value = CFrame.new(-2.50396729, 0.0031452179, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1224. Weld97.Name = "qCFrameWeldThingy"
  1225. Weld97.Parent = Part95
  1226. Weld97.C1 = CFrame.new(-1.83331466, 0.00230281521, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1227. Weld97.Part0 = Part4
  1228. Weld97.Part1 = Part95
  1229. Weld97.part1 = Part95
  1230. Part98.Name = "part"
  1231. Part98.Parent = Model0
  1232. Part98.CFrame = CFrame.new(-183.413956, 819.423401, -93.437088, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1233. Part98.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1234. Part98.Position = Vector3.new(-183.413956, 819.423401, -93.437088)
  1235. Part98.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1236. Part98.Color = Color3.new(0.305882, 0.305882, 0.305882)
  1237. Part98.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1238. Part98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. Part98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. Part98.CanCollide = false
  1241. Part98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. Part98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. Part98.Locked = true
  1244. Part98.Material = Enum.Material.SmoothPlastic
  1245. Part98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. Part98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. CFrameValue99.Name = "qRelativeCFrameWeldValue"
  1248. CFrameValue99.Parent = Part98
  1249. CFrameValue99.Value = CFrame.new(-3.10084534, 0.400794983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1250. Weld100.Name = "qCFrameWeldThingy"
  1251. Weld100.Parent = Part98
  1252. Weld100.C1 = CFrame.new(-2.27032733, 0.293447644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1253. Weld100.Part0 = Part4
  1254. Weld100.Part1 = Part98
  1255. Weld100.part1 = Part98
  1256. Part101.Name = "part"
  1257. Part101.Parent = Model0
  1258. Part101.CFrame = CFrame.new(-183.412613, 819.936646, -92.9968338, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1259. Part101.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1260. Part101.Position = Vector3.new(-183.412613, 819.936646, -92.9968338)
  1261. Part101.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1262. Part101.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1263. Part101.Size = Vector3.new(0.146432787, 0.292865574, 0.146432787)
  1264. Part101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. Part101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. Part101.CanCollide = false
  1267. Part101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. Part101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. Part101.Locked = true
  1270. Part101.Material = Enum.Material.SmoothPlastic
  1271. Part101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. Part101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. CFrameValue102.Name = "qRelativeCFrameWeldValue"
  1274. CFrameValue102.Parent = Part101
  1275. CFrameValue102.Value = CFrame.new(-3.70240784, -0.299993515, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1276. Weld103.Name = "qCFrameWeldThingy"
  1277. Weld103.Parent = Part101
  1278. Weld103.C1 = CFrame.new(-2.71076965, -0.219644442, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1279. Weld103.Part0 = Part4
  1280. Weld103.Part1 = Part101
  1281. Weld103.part1 = Part101
  1282. Part104.Name = "part"
  1283. Part104.Parent = Model0
  1284. Part104.CFrame = CFrame.new(-183.414291, 819.42157, -94.8273544, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1285. Part104.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1286. Part104.Position = Vector3.new(-183.414291, 819.42157, -94.8273544)
  1287. Part104.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1288. Part104.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1289. Part104.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
  1290. Part104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. Part104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. Part104.CanCollide = false
  1293. Part104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. Part104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. Part104.Locked = true
  1296. Part104.Material = Enum.Material.SmoothPlastic
  1297. Part104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. Part104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. CFrameValue105.Name = "qRelativeCFrameWeldValue"
  1300. CFrameValue105.Parent = Part104
  1301. CFrameValue105.Value = CFrame.new(-1.20199585, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1302. Weld106.Name = "qCFrameWeldThingy"
  1303. Weld106.Parent = Part104
  1304. Weld106.C1 = CFrame.new(-0.88005811, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1305. Weld106.Part0 = Part4
  1306. Weld106.Part1 = Part104
  1307. Weld106.part1 = Part104
  1308. Part107.Name = "part"
  1309. Part107.Parent = Model0
  1310. Part107.CFrame = CFrame.new(-183.41452, 819.714233, -95.9248581, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1311. Part107.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1312. Part107.Position = Vector3.new(-183.41452, 819.714233, -95.9248581)
  1313. Part107.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1314. Part107.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1315. Part107.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1316. Part107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. Part107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. Part107.CanCollide = false
  1319. Part107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. Part107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. Part107.Locked = true
  1322. Part107.Material = Enum.Material.SmoothPlastic
  1323. Part107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. Part107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. CFrameValue108.Name = "qRelativeCFrameWeldValue"
  1326. CFrameValue108.Parent = Part107
  1327. CFrameValue108.Value = CFrame.new(0.296844482, 0.00234985352, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1328. Weld109.Name = "qCFrameWeldThingy"
  1329. Weld109.Parent = Part107
  1330. Weld109.C1 = CFrame.new(0.21733883, 0.00172047806, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1331. Weld109.Part0 = Part4
  1332. Weld109.Part1 = Part107
  1333. Weld109.part1 = Part107
  1334. Part110.Name = "part"
  1335. Part110.Parent = Model0
  1336. Part110.CFrame = CFrame.new(-183.412582, 820.153809, -94.6079712, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1337. Part110.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1338. Part110.Position = Vector3.new(-183.412582, 820.153809, -94.6079712)
  1339. Part110.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1340. Part110.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1341. Part110.Size = Vector3.new(3.07508945, 0.146432787, 0.146432787)
  1342. Part110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. Part110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. Part110.CanCollide = false
  1345. Part110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. Part110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. Part110.Locked = true
  1348. Part110.Material = Enum.Material.SmoothPlastic
  1349. Part110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. Part110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. CFrameValue111.Name = "qRelativeCFrameWeldValue"
  1352. CFrameValue111.Parent = Part110
  1353. CFrameValue111.Value = CFrame.new(-1.5019989, -0.597406387, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1354. Weld112.Name = "qCFrameWeldThingy"
  1355. Weld112.Parent = Part110
  1356. Weld112.C1 = CFrame.new(-1.09970939, -0.437399417, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1357. Weld112.Part0 = Part4
  1358. Weld112.Part1 = Part110
  1359. Weld112.part1 = Part110
  1360. Part113.Name = "part"
  1361. Part113.Parent = Model0
  1362. Part113.CFrame = CFrame.new(-183.413834, 819.275696, -93.2165222, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1363. Part113.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1364. Part113.Position = Vector3.new(-183.413834, 819.275696, -93.2165222)
  1365. Part113.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1366. Part113.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1367. Part113.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
  1368. Part113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1369. Part113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. Part113.CanCollide = false
  1371. Part113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. Part113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. Part113.Locked = true
  1374. Part113.Material = Enum.Material.SmoothPlastic
  1375. Part113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. Part113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. CFrameValue114.Name = "qRelativeCFrameWeldValue"
  1378. CFrameValue114.Parent = Part113
  1379. CFrameValue114.Value = CFrame.new(-3.40202332, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1380. Weld115.Name = "qCFrameWeldThingy"
  1381. Weld115.Parent = Part113
  1382. Weld115.C1 = CFrame.new(-2.49083877, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1383. Weld115.Part0 = Part4
  1384. Weld115.Part1 = Part113
  1385. Weld115.part1 = Part113
  1386. Part116.Name = "part"
  1387. Part116.Parent = Model0
  1388. Part116.CFrame = CFrame.new(-183.413895, 819.421875, -94.0219574, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1389. Part116.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1390. Part116.Position = Vector3.new(-183.413895, 819.421875, -94.0219574)
  1391. Part116.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1392. Part116.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1393. Part116.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1394. Part116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. Part116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. Part116.CanCollide = false
  1397. Part116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. Part116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. Part116.Locked = true
  1400. Part116.Material = Enum.Material.SmoothPlastic
  1401. Part116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. Part116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. CFrameValue117.Name = "qRelativeCFrameWeldValue"
  1404. CFrameValue117.Parent = Part116
  1405. CFrameValue117.Value = CFrame.new(-2.30201721, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1406. Weld118.Name = "qCFrameWeldThingy"
  1407. Weld118.Parent = Part116
  1408. Weld118.C1 = CFrame.new(-1.68545401, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1409. Weld118.Part0 = Part4
  1410. Weld118.Part1 = Part116
  1411. Weld118.part1 = Part116
  1412. Part119.Name = "part"
  1413. Part119.Parent = Model0
  1414. Part119.CFrame = CFrame.new(-183.413101, 819.860901, -93.6545944, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1415. Part119.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1416. Part119.Position = Vector3.new(-183.413101, 819.860901, -93.6545944)
  1417. Part119.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1418. Part119.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1419. Part119.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
  1420. Part119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. Part119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. Part119.CanCollide = false
  1423. Part119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. Part119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. Part119.Locked = true
  1426. Part119.Material = Enum.Material.SmoothPlastic
  1427. Part119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. Part119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. CFrameValue120.Name = "qRelativeCFrameWeldValue"
  1430. CFrameValue120.Parent = Part119
  1431. CFrameValue120.Value = CFrame.new(-2.8039856, -0.196855545, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1432. Weld121.Name = "qCFrameWeldThingy"
  1433. Weld121.Parent = Part119
  1434. Weld121.C1 = CFrame.new(-2.05297709, -0.144130543, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1435. Weld121.Part0 = Part4
  1436. Weld121.Part1 = Part119
  1437. Weld121.part1 = Part119
  1438. Part122.Name = "part"
  1439. Part122.Parent = Model0
  1440. Part122.CFrame = CFrame.new(-183.413589, 820.007874, -95.342659, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1441. Part122.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1442. Part122.Position = Vector3.new(-183.413589, 820.007874, -95.342659)
  1443. Part122.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1444. Part122.Color = Color3.new(0.203922, 0.203922, 0.203922)
  1445. Part122.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
  1446. Part122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. Part122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. Part122.CanCollide = false
  1449. Part122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. Part122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. Part122.Locked = true
  1452. Part122.Material = Enum.Material.SmoothPlastic
  1453. Part122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. Part122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. CFrameValue123.Name = "qRelativeCFrameWeldValue"
  1456. CFrameValue123.Parent = Part122
  1457. CFrameValue123.Value = CFrame.new(-0.498474121, -0.398429871, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1458. Weld124.Name = "qCFrameWeldThingy"
  1459. Weld124.Parent = Part122
  1460. Weld124.C1 = CFrame.new(-0.364964783, -0.291716009, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1461. Weld124.Part0 = Part4
  1462. Weld124.Part1 = Part122
  1463. Weld124.part1 = Part122
  1464. Part125.Name = "part"
  1465. Part125.Parent = Model0
  1466. Part125.CFrame = CFrame.new(-183.4142, 819.568848, -94.6103516, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1467. Part125.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1468. Part125.Position = Vector3.new(-183.4142, 819.568848, -94.6103516)
  1469. Part125.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1470. Part125.Color = Color3.new(0.203922, 0.203922, 0.203922)
  1471. Part125.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
  1472. Part125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. Part125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. Part125.CanCollide = false
  1475. Part125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. Part125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. Part125.Locked = true
  1478. Part125.Material = Enum.Material.SmoothPlastic
  1479. Part125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. Part125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. CFrameValue126.Name = "qRelativeCFrameWeldValue"
  1482. CFrameValue126.Parent = Part125
  1483. CFrameValue126.Value = CFrame.new(-1.49845886, 0.201572418, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1484. Weld127.Name = "qCFrameWeldThingy"
  1485. Weld127.Parent = Part125
  1486. Weld127.C1 = CFrame.new(-1.09711766, 0.147584066, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1487. Weld127.Part0 = Part4
  1488. Weld127.Part1 = Part125
  1489. Weld127.part1 = Part125
  1490. Part128.Name = "part"
  1491. Part128.Parent = Model0
  1492. Part128.CFrame = CFrame.new(-183.414322, 819.12915, -93.58255, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1493. Part128.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1494. Part128.Position = Vector3.new(-183.414322, 819.12915, -93.58255)
  1495. Part128.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1496. Part128.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1497. Part128.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
  1498. Part128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. Part128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. Part128.CanCollide = false
  1501. Part128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. Part128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. Part128.Locked = true
  1504. Part128.Material = Enum.Material.SmoothPlastic
  1505. Part128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. Part128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. CFrameValue129.Name = "qRelativeCFrameWeldValue"
  1508. CFrameValue129.Parent = Part128
  1509. CFrameValue129.Value = CFrame.new(-2.90202332, 0.802597046, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1510. Weld130.Name = "qCFrameWeldThingy"
  1511. Weld130.Parent = Part128
  1512. Weld130.C1 = CFrame.new(-2.12475681, 0.587632596, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1513. Weld130.Part0 = Part4
  1514. Weld130.Part1 = Part128
  1515. Weld130.part1 = Part128
  1516. Part131.Name = "part"
  1517. Part131.Parent = Model0
  1518. Part131.CFrame = CFrame.new(-183.413559, 819.569885, -93.2907104, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1519. Part131.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1520. Part131.Position = Vector3.new(-183.413559, 819.569885, -93.2907104)
  1521. Part131.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1522. Part131.Color = Color3.new(0.305882, 0.305882, 0.305882)
  1523. Part131.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1524. Part131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. Part131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. Part131.CanCollide = false
  1527. Part131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. Part131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. Part131.Locked = true
  1530. Part131.Material = Enum.Material.SmoothPlastic
  1531. Part131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1532. Part131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1533. CFrameValue132.Name = "qRelativeCFrameWeldValue"
  1534. CFrameValue132.Parent = Part131
  1535. CFrameValue132.Value = CFrame.new(-3.30084229, 0.20079422, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1536. Weld133.Name = "qCFrameWeldThingy"
  1537. Weld133.Parent = Part131
  1538. Weld133.C1 = CFrame.new(-2.41675782, 0.14701429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1539. Weld133.Part0 = Part4
  1540. Weld133.Part1 = Part131
  1541. Weld133.part1 = Part131
  1542. Part134.Name = "part"
  1543. Part134.Parent = Model0
  1544. Part134.CFrame = CFrame.new(-183.412262, 820.007874, -93.2900162, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1545. Part134.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1546. Part134.Position = Vector3.new(-183.412262, 820.007874, -93.2900162)
  1547. Part134.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1548. Part134.Color = Color3.new(0.466667, 0.466667, 0.466667)
  1549. Part134.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  1550. Part134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. Part134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1552. Part134.CanCollide = false
  1553. Part134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. Part134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. Part134.Locked = true
  1556. Part134.Material = Enum.Material.SmoothPlastic
  1557. Part134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. Part134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. CFrameValue135.Name = "qRelativeCFrameWeldValue"
  1560. CFrameValue135.Parent = Part134
  1561. CFrameValue135.Value = CFrame.new(-3.30200195, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1562. Weld136.Name = "qCFrameWeldThingy"
  1563. Weld136.Parent = Part134
  1564. Weld136.C1 = CFrame.new(-2.41760683, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1565. Weld136.Part0 = Part4
  1566. Weld136.Part1 = Part134
  1567. Weld136.part1 = Part134
  1568. Part137.Name = "part"
  1569. Part137.Parent = Model0
  1570. Part137.CFrame = CFrame.new(-183.413071, 819.422485, -92.3379898, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1571. Part137.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1572. Part137.Position = Vector3.new(-183.413071, 819.422485, -92.3379898)
  1573. Part137.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1574. Part137.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1575. Part137.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
  1576. Part137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. Part137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. Part137.CanCollide = false
  1579. Part137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. Part137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. Part137.Locked = true
  1582. Part137.Material = Enum.Material.SmoothPlastic
  1583. Part137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. Part137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. CFrameValue138.Name = "qRelativeCFrameWeldValue"
  1586. CFrameValue138.Parent = Part137
  1587. CFrameValue138.Value = CFrame.new(-4.602005, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1588. Weld139.Name = "qCFrameWeldThingy"
  1589. Weld139.Parent = Part137
  1590. Weld139.C1 = CFrame.new(-3.3694222, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1591. Weld139.Part0 = Part4
  1592. Weld139.Part1 = Part137
  1593. Weld139.part1 = Part137
  1594. Part140.Name = "part"
  1595. Part140.Parent = Model0
  1596. Part140.CFrame = CFrame.new(-183.412827, 819.642944, -92.118103, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1597. Part140.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1598. Part140.Position = Vector3.new(-183.412827, 819.642944, -92.118103)
  1599. Part140.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1600. Part140.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1601. Part140.Size = Vector3.new(0.146432787, 0.292865574, 0.146432787)
  1602. Part140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. Part140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. Part140.CanCollide = false
  1605. Part140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. Part140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. Part140.Locked = true
  1608. Part140.Material = Enum.Material.SmoothPlastic
  1609. Part140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. Part140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. CFrameValue141.Name = "qRelativeCFrameWeldValue"
  1612. CFrameValue141.Parent = Part140
  1613. CFrameValue141.Value = CFrame.new(-4.9024353, 0.101572037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1614. Weld142.Name = "qCFrameWeldThingy"
  1615. Weld142.Parent = Part140
  1616. Weld142.C1 = CFrame.new(-3.58938622, 0.0743673891, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1617. Weld142.Part0 = Part4
  1618. Weld142.Part1 = Part140
  1619. Weld142.part1 = Part140
  1620. Part143.Name = "part"
  1621. Part143.Parent = Model0
  1622. Part143.CFrame = CFrame.new(-183.412521, 819.863586, -92.4842834, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1623. Part143.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1624. Part143.Position = Vector3.new(-183.412521, 819.863586, -92.4842834)
  1625. Part143.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1626. Part143.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1627. Part143.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
  1628. Part143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. Part143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. Part143.CanCollide = false
  1631. Part143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. Part143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. Part143.Locked = true
  1634. Part143.Material = Enum.Material.SmoothPlastic
  1635. Part143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. Part143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. CFrameValue144.Name = "qRelativeCFrameWeldValue"
  1638. CFrameValue144.Parent = Part143
  1639. CFrameValue144.Value = CFrame.new(-4.40242004, -0.199993134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1640. Weld145.Name = "qCFrameWeldThingy"
  1641. Weld145.Parent = Part143
  1642. Weld145.C1 = CFrame.new(-3.22329354, -0.146427765, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1643. Weld145.Part0 = Part4
  1644. Weld145.Part1 = Part143
  1645. Weld145.part1 = Part143
  1646. Part146.Name = "part"
  1647. Part146.Parent = Model0
  1648. Part146.CFrame = CFrame.new(-183.413025, 819.717041, -92.8503189, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1649. Part146.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1650. Part146.Position = Vector3.new(-183.413025, 819.717041, -92.8503189)
  1651. Part146.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1652. Part146.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1653. Part146.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1654. Part146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1655. Part146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1656. Part146.CanCollide = false
  1657. Part146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. Part146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. Part146.Locked = true
  1660. Part146.Material = Enum.Material.SmoothPlastic
  1661. Part146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. Part146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. CFrameValue147.Name = "qRelativeCFrameWeldValue"
  1664. CFrameValue147.Parent = Part146
  1665. CFrameValue147.Value = CFrame.new(-3.90240479, 7.62939453e-06, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1666. Weld148.Name = "qCFrameWeldThingy"
  1667. Weld148.Parent = Part146
  1668. Weld148.C1 = CFrame.new(-2.85720015, 5.58596776e-06, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1669. Weld148.Part0 = Part4
  1670. Weld148.Part1 = Part146
  1671. Weld148.part1 = Part146
  1672. Part149.Name = "part"
  1673. Part149.Parent = Model0
  1674. Part149.CFrame = CFrame.new(-183.413513, 819.422119, -93.2165985, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1675. Part149.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1676. Part149.Position = Vector3.new(-183.413513, 819.422119, -93.2165985)
  1677. Part149.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1678. Part149.Color = Color3.new(0.266667, 0.266667, 0.266667)
  1679. Part149.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
  1680. Part149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. Part149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. Part149.CanCollide = false
  1683. Part149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. Part149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. Part149.Locked = true
  1686. Part149.Material = Enum.Material.SmoothPlastic
  1687. Part149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. Part149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. CFrameValue150.Name = "qRelativeCFrameWeldValue"
  1690. CFrameValue150.Parent = Part149
  1691. CFrameValue150.Value = CFrame.new(-3.4019928, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1692. Weld151.Name = "qCFrameWeldThingy"
  1693. Weld151.Parent = Part149
  1694. Weld151.C1 = CFrame.new(-2.49081659, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1695. Weld151.Part0 = Part4
  1696. Weld151.Part1 = Part149
  1697. Weld151.part1 = Part149
  1698. Part152.Name = "part"
  1699. Part152.Parent = Model0
  1700. Part152.CFrame = CFrame.new(-183.413422, 819.570557, -92.9966965, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1701. Part152.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1702. Part152.Position = Vector3.new(-183.413422, 819.570557, -92.9966965)
  1703. Part152.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1704. Part152.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1705. Part152.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1706. Part152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. Part152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. Part152.CanCollide = false
  1709. Part152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. Part152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. Part152.Locked = true
  1712. Part152.Material = Enum.Material.SmoothPlastic
  1713. Part152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. Part152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. CFrameValue153.Name = "qRelativeCFrameWeldValue"
  1716. CFrameValue153.Parent = Part152
  1717. CFrameValue153.Value = CFrame.new(-3.70240784, 0.200008392, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1718. Weld154.Name = "qCFrameWeldThingy"
  1719. Weld154.Parent = Part152
  1720. Weld154.C1 = CFrame.new(-2.71076965, 0.146438941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1721. Weld154.Part0 = Part4
  1722. Weld154.Part1 = Part152
  1723. Weld154.part1 = Part152
  1724. Part155.Name = "part"
  1725. Part155.Parent = Model0
  1726. Part155.CFrame = CFrame.new(-183.413162, 820.299438, -95.7775345, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1727. Part155.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1728. Part155.Position = Vector3.new(-183.413162, 820.299438, -95.7775345)
  1729. Part155.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1730. Part155.Color = Color3.new(0.133333, 0.133333, 0.133333)
  1731. Part155.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1732. Part155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. Part155.CanCollide = false
  1735. Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. Part155.Locked = true
  1738. Part155.Material = Enum.Material.SmoothPlastic
  1739. Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. CFrameValue156.Name = "qRelativeCFrameWeldValue"
  1742. CFrameValue156.Parent = Part155
  1743. CFrameValue156.Value = CFrame.new(0.0953369141, -0.796875, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1744. Weld157.Name = "qCFrameWeldThingy"
  1745. Weld157.Parent = Part155
  1746. Weld157.C1 = CFrame.new(0.0698022544, -0.583443165, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1747. Weld157.Part0 = Part4
  1748. Weld157.Part1 = Part155
  1749. Weld157.part1 = Part155
  1750. Part158.Name = "part"
  1751. Part158.Parent = Model0
  1752. Part158.CFrame = CFrame.new(-183.412582, 819.861389, -93.2899628, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1753. Part158.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1754. Part158.Position = Vector3.new(-183.412582, 819.861389, -93.2899628)
  1755. Part158.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1756. Part158.Color = Color3.new(0.266667, 0.266667, 0.266667)
  1757. Part158.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  1758. Part158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. Part158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. Part158.CanCollide = false
  1761. Part158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. Part158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1763. Part158.Locked = true
  1764. Part158.Material = Enum.Material.SmoothPlastic
  1765. Part158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. Part158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. CFrameValue159.Name = "qRelativeCFrameWeldValue"
  1768. CFrameValue159.Parent = Part158
  1769. CFrameValue159.Value = CFrame.new(-3.30200195, -0.197404861, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1770. Weld160.Name = "qCFrameWeldThingy"
  1771. Weld160.Parent = Part158
  1772. Weld160.C1 = CFrame.new(-2.41760683, -0.144532725, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1773. Weld160.Part0 = Part4
  1774. Weld160.Part1 = Part158
  1775. Weld160.part1 = Part158
  1776. Part161.Name = "part"
  1777. Part161.Parent = Model0
  1778. Part161.CFrame = CFrame.new(-183.412842, 819.862793, -93.144371, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1779. Part161.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1780. Part161.Position = Vector3.new(-183.412842, 819.862793, -93.144371)
  1781. Part161.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1782. Part161.Color = Color3.new(0.305882, 0.305882, 0.305882)
  1783. Part161.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1784. Part161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. Part161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. Part161.CanCollide = false
  1787. Part161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. Part161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. Part161.Locked = true
  1790. Part161.Material = Enum.Material.SmoothPlastic
  1791. Part161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. Part161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. CFrameValue162.Name = "qRelativeCFrameWeldValue"
  1794. CFrameValue162.Parent = Part161
  1795. CFrameValue162.Value = CFrame.new(-3.50085449, -0.199207306, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1796. Weld163.Name = "qCFrameWeldThingy"
  1797. Weld163.Parent = Part161
  1798. Weld163.C1 = CFrame.new(-2.56319952, -0.145852417, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1799. Weld163.Part0 = Part4
  1800. Weld163.Part1 = Part161
  1801. Weld163.part1 = Part161
  1802. Part164.Name = "part"
  1803. Part164.Parent = Model0
  1804. Part164.CFrame = CFrame.new(-183.41394, 819.567993, -94.7541656, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1805. Part164.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1806. Part164.Position = Vector3.new(-183.41394, 819.567993, -94.7541656)
  1807. Part164.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1808. Part164.Color = Color3.new(0.466667, 0.466667, 0.466667)
  1809. Part164.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  1810. Part164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. Part164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. Part164.CanCollide = false
  1813. Part164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. Part164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. Part164.Locked = true
  1816. Part164.Material = Enum.Material.SmoothPlastic
  1817. Part164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1818. Part164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1819. CFrameValue165.Name = "qRelativeCFrameWeldValue"
  1820. CFrameValue165.Parent = Part164
  1821. CFrameValue165.Value = CFrame.new(-1.30203247, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1822. Weld166.Name = "qCFrameWeldThingy"
  1823. Weld166.Parent = Part164
  1824. Weld166.C1 = CFrame.new(-0.953301251, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1825. Weld166.Part0 = Part4
  1826. Weld166.Part1 = Part164
  1827. Weld166.part1 = Part164
  1828. Part167.Name = "part"
  1829. Part167.Parent = Model0
  1830. Part167.CFrame = CFrame.new(-183.412506, 819.715271, -92.4845352, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1831. Part167.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1832. Part167.Position = Vector3.new(-183.412506, 819.715271, -92.4845352)
  1833. Part167.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1834. Part167.Color = Color3.new(0.266667, 0.266667, 0.266667)
  1835. Part167.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
  1836. Part167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1837. Part167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1838. Part167.CanCollide = false
  1839. Part167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1840. Part167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1841. Part167.Locked = true
  1842. Part167.Material = Enum.Material.SmoothPlastic
  1843. Part167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. Part167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. CFrameValue168.Name = "qRelativeCFrameWeldValue"
  1846. CFrameValue168.Parent = Part167
  1847. CFrameValue168.Value = CFrame.new(-4.4019928, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1848. Weld169.Name = "qCFrameWeldThingy"
  1849. Weld169.Parent = Part167
  1850. Weld169.C1 = CFrame.new(-3.22298074, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1851. Weld169.Part0 = Part4
  1852. Weld169.Part1 = Part167
  1853. Weld169.part1 = Part167
  1854. Part170.Name = "part"
  1855. Part170.Parent = Model0
  1856. Part170.CFrame = CFrame.new(-183.41333, 819.422302, -92.8505249, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1857. Part170.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1858. Part170.Position = Vector3.new(-183.41333, 819.422302, -92.8505249)
  1859. Part170.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1860. Part170.Color = Color3.new(0.305882, 0.305882, 0.305882)
  1861. Part170.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
  1862. Part170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. Part170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. Part170.CanCollide = false
  1865. Part170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. Part170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. Part170.Locked = true
  1868. Part170.Material = Enum.Material.SmoothPlastic
  1869. Part170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. Part170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. CFrameValue171.Name = "qRelativeCFrameWeldValue"
  1872. CFrameValue171.Parent = Part170
  1873. CFrameValue171.Value = CFrame.new(-3.90197754, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1874. Weld172.Name = "qCFrameWeldThingy"
  1875. Weld172.Parent = Part170
  1876. Weld172.C1 = CFrame.new(-2.85688734, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1877. Weld172.Part0 = Part4
  1878. Weld172.Part1 = Part170
  1879. Weld172.part1 = Part170
  1880. Part173.Name = "part"
  1881. Part173.Parent = Model0
  1882. Part173.CFrame = CFrame.new(-183.412399, 820.007751, -93.5828781, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1883. Part173.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1884. Part173.Position = Vector3.new(-183.412399, 820.007751, -93.5828781)
  1885. Part173.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1886. Part173.Color = Color3.new(0.466667, 0.466667, 0.466667)
  1887. Part173.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  1888. Part173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. Part173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. Part173.CanCollide = false
  1891. Part173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. Part173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. Part173.Locked = true
  1894. Part173.Material = Enum.Material.SmoothPlastic
  1895. Part173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1896. Part173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1897. CFrameValue174.Name = "qRelativeCFrameWeldValue"
  1898. CFrameValue174.Parent = Part173
  1899. CFrameValue174.Value = CFrame.new(-2.90200806, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1900. Weld175.Name = "qCFrameWeldThingy"
  1901. Weld175.Parent = Part173
  1902. Weld175.C1 = CFrame.new(-2.12474585, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1903. Weld175.Part0 = Part4
  1904. Weld175.Part1 = Part173
  1905. Weld175.part1 = Part173
  1906. Part176.Name = "part"
  1907. Part176.Parent = Model0
  1908. Part176.CFrame = CFrame.new(-183.413269, 820.008667, -94.6819839, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1909. Part176.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1910. Part176.Position = Vector3.new(-183.413269, 820.008667, -94.6819839)
  1911. Part176.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1912. Part176.Color = Color3.new(0.305882, 0.305882, 0.305882)
  1913. Part176.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
  1914. Part176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1915. Part176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. Part176.CanCollide = false
  1917. Part176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. Part176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. Part176.Locked = true
  1920. Part176.Material = Enum.Material.SmoothPlastic
  1921. Part176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. Part176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. CFrameValue177.Name = "qRelativeCFrameWeldValue"
  1924. CFrameValue177.Parent = Part176
  1925. CFrameValue177.Value = CFrame.new(-1.40083313, -0.399208069, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1926. Weld178.Name = "qCFrameWeldThingy"
  1927. Weld178.Parent = Part176
  1928. Weld178.C1 = CFrame.new(-1.02563953, -0.29228577, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1929. Weld178.Part0 = Part4
  1930. Weld178.Part1 = Part176
  1931. Weld178.part1 = Part176
  1932. Part179.Name = "part"
  1933. Part179.Parent = Model0
  1934. Part179.CFrame = CFrame.new(-183.414093, 819.423279, -93.7299423, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1935. Part179.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1936. Part179.Position = Vector3.new(-183.414093, 819.423279, -93.7299423)
  1937. Part179.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1938. Part179.Color = Color3.new(0.305882, 0.305882, 0.305882)
  1939. Part179.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  1940. Part179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. Part179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. Part179.CanCollide = false
  1943. Part179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. Part179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. Part179.Locked = true
  1946. Part179.Material = Enum.Material.SmoothPlastic
  1947. Part179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1948. Part179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. CFrameValue180.Name = "qRelativeCFrameWeldValue"
  1950. CFrameValue180.Parent = Part179
  1951. CFrameValue180.Value = CFrame.new(-2.70085144, 0.400794983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1952. Weld181.Name = "qCFrameWeldThingy"
  1953. Weld181.Parent = Part179
  1954. Weld181.C1 = CFrame.new(-1.97746611, 0.293447644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1955. Weld181.Part0 = Part4
  1956. Weld181.Part1 = Part179
  1957. Weld181.part1 = Part179
  1958. Part182.Name = "part"
  1959. Part182.Parent = Model0
  1960. Part182.CFrame = CFrame.new(-183.413681, 819.275818, -92.9236832, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1961. Part182.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1962. Part182.Position = Vector3.new(-183.413681, 819.275818, -92.9236832)
  1963. Part182.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1964. Part182.Color = Color3.new(0.203922, 0.203922, 0.203922)
  1965. Part182.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
  1966. Part182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. Part182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1968. Part182.CanCollide = false
  1969. Part182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. Part182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. Part182.Locked = true
  1972. Part182.Material = Enum.Material.SmoothPlastic
  1973. Part182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. Part182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. CFrameValue183.Name = "qRelativeCFrameWeldValue"
  1976. CFrameValue183.Parent = Part182
  1977. CFrameValue183.Value = CFrame.new(-3.80198669, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1978. Weld184.Name = "qCFrameWeldThingy"
  1979. Weld184.Parent = Part182
  1980. Weld184.C1 = CFrame.new(-2.78367758, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1981. Weld184.Part0 = Part4
  1982. Weld184.Part1 = Part182
  1983. Weld184.part1 = Part182
  1984. Part185.Name = "part"
  1985. Part185.Parent = Model0
  1986. Part185.CFrame = CFrame.new(-183.413574, 819.568298, -94.0220261, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  1987. Part185.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  1988. Part185.Position = Vector3.new(-183.413574, 819.568298, -94.0220261)
  1989. Part185.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  1990. Part185.Color = Color3.new(0.776471, 0.00392157, 0.0313726)
  1991. Part185.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  1992. Part185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. Part185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. Part185.CanCollide = false
  1995. Part185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. Part185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. Part185.Locked = true
  1998. Part185.Material = Enum.Material.SmoothPlastic
  1999. Part185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2000. Part185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2001. CFrameValue186.Name = "qRelativeCFrameWeldValue"
  2002. CFrameValue186.Parent = Part185
  2003. CFrameValue186.Value = CFrame.new(-2.30200195, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2004. Weld187.Name = "qCFrameWeldThingy"
  2005. Weld187.Parent = Part185
  2006. Weld187.C1 = CFrame.new(-1.68544292, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2007. Weld187.Part0 = Part4
  2008. Weld187.Part1 = Part185
  2009. Weld187.part1 = Part185
  2010. Part188.Name = "part"
  2011. Part188.Parent = Model0
  2012. Part188.CFrame = CFrame.new(-183.412811, 819.934326, -94.0953751, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  2013. Part188.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  2014. Part188.Position = Vector3.new(-183.412811, 819.934326, -94.0953751)
  2015. Part188.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  2016. Part188.Color = Color3.new(0.776471, 0.00392157, 0.0313726)
  2017. Part188.Size = Vector3.new(0.292865604, 0.292865574, 0.146432787)
  2018. Part188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2019. Part188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2020. Part188.CanCollide = false
  2021. Part188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2022. Part188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2023. Part188.Locked = true
  2024. Part188.Material = Enum.Material.SmoothPlastic
  2025. Part188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. Part188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. CFrameValue189.Name = "qRelativeCFrameWeldValue"
  2028. CFrameValue189.Parent = Part188
  2029. CFrameValue189.Value = CFrame.new(-2.20199585, -0.297405243, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2030. Weld190.Name = "qCFrameWeldThingy"
  2031. Weld190.Parent = Part188
  2032. Weld190.C1 = CFrame.new(-1.61222196, -0.217749387, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2033. Weld190.Part0 = Part4
  2034. Weld190.Part1 = Part188
  2035. Weld190.part1 = Part188
  2036. Part191.Name = "part"
  2037. Part191.Parent = Model0
  2038. Part191.CFrame = CFrame.new(-183.413834, 819.421936, -93.8755417, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  2039. Part191.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  2040. Part191.Position = Vector3.new(-183.413834, 819.421936, -93.8755417)
  2041. Part191.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  2042. Part191.Color = Color3.new(0.266667, 0.266667, 0.266667)
  2043. Part191.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
  2044. Part191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. Part191.CanCollide = false
  2047. Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. Part191.Locked = true
  2050. Part191.Material = Enum.Material.SmoothPlastic
  2051. Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. CFrameValue192.Name = "qRelativeCFrameWeldValue"
  2054. CFrameValue192.Parent = Part191
  2055. CFrameValue192.Value = CFrame.new(-2.5019989, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2056. Weld193.Name = "qCFrameWeldThingy"
  2057. Weld193.Parent = Part191
  2058. Weld193.C1 = CFrame.new(-1.83187354, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2059. Weld193.Part0 = Part4
  2060. Weld193.Part1 = Part191
  2061. Weld193.part1 = Part191
  2062. Part194.Name = "part"
  2063. Part194.Parent = Model0
  2064. Part194.CFrame = CFrame.new(-183.413849, 819.569641, -93.8764267, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
  2065. Part194.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
  2066. Part194.Position = Vector3.new(-183.413849, 819.569641, -93.8764267)
  2067. Part194.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
  2068. Part194.Color = Color3.new(0.305882, 0.305882, 0.305882)
  2069. Part194.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
  2070. Part194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2071. Part194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. Part194.CanCollide = false
  2073. Part194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. Part194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. Part194.Locked = true
  2076. Part194.Material = Enum.Material.SmoothPlastic
  2077. Part194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2078. Part194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2079. CFrameValue195.Name = "qRelativeCFrameWeldValue"
  2080. CFrameValue195.Parent = Part194
  2081. CFrameValue195.Value = CFrame.new(-2.50085449, 0.20079422, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2082. Weld196.Name = "qCFrameWeldThingy"
  2083. Weld196.Parent = Part194
  2084. Weld196.C1 = CFrame.new(-1.83103549, 0.14701429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2085. Weld196.Part0 = Part4
  2086. Weld196.Part1 = Part194
  2087. Weld196.part1 = Part194
  2088. for i,v in pairs(mas:GetChildren()) do
  2089. v.Parent = workspace
  2090. pcall(function() v:MakeJoints() end)
  2091. end
  2092. mas:Destroy()
  2093. for i,v in pairs(cors) do
  2094. spawn(function()
  2095. pcall(v)
  2096. end)
  2097. end
  2098. Part17.Anchored = false
  2099. local shot = Part17
  2100. local handle = Part74
  2101. local shotgun = Model0
  2102. shotgun.Parent = char
  2103. local qui = Enum.EasingStyle.Quint
  2104. local on = Enum.EasingDirection.InOut
  2105. local gweld = Instance.new("Weld",ra) gweld.Part0 = ra gweld.Part1 = handle gweld.C0 = CFrame.new(-.15,-.8,0) * CFrame.Angles(rad(-90),rad(0),rad(0))
  2106. --- ---
  2107. local frs = Instance.new("Weld",t) frs.Name = "FakeRightShoulder" frs.Part0 = t frs.Part1 = ra frs.C0 = CFrame.new(1.5,.5,0) frs.C1 = CFrame.new(0,.5,0)
  2108. local fls = Instance.new("Weld",t) fls.Name = "FakeLeftShoulder" fls.Part0 = t fls.Part1 = la fls.C0 = CFrame.new(-1.5,.5,0) fls.C1 = CFrame.new(0,.5,0)
  2109. local frs0 = frs.C0
  2110. local fls0 = fls.C0
  2111. local necc1 = nec.C1
  2112. local sshot = Instance.new("Sound") sshot.Volume = 3 sshot.SoundId = "rbxassetid://334149666"
  2113. function remove(thingy,tiem)
  2114. game:GetService("Debris"):AddItem(thingy,tiem)
  2115. end
  2116. function ragdoll1(who,megah)
  2117. pcall(function()
  2118. local ded = who
  2119. local h1 = ded:FindFirstChild("Head")
  2120. local t1 = ded:FindFirstChild("Torso") or ded:FindFirstChild("UpperTorso")
  2121. local ff = ded:FindFirstChildOfClass("ForceField")
  2122. if ff ~= nil then
  2123. ff:Destroy()
  2124. end
  2125. if t1.Name == "UpperTorso" then
  2126. r15r1(ded,megah)
  2127. return ragdoll1
  2128. end
  2129. local ra1 = ded:FindFirstChild("Right Arm")
  2130. local la1 = ded:FindFirstChild("Left Arm")
  2131. local rl1 = ded:FindFirstChild("Right Leg")
  2132. local ll1 = ded:FindFirstChild("Left Leg")
  2133. local ff = Instance.new("ForceField",ded) ff.Visible = false
  2134. local hum1 = ded:FindFirstChildOfClass("Humanoid")
  2135. local acc = ded:FindFirstChild("xdded")
  2136. if acc == nil then
  2137. local ac = Instance.new("Glue",ded) ac.Name = "xddedxd"
  2138. local rut1 = ded:FindFirstChild("HumanoidRootPart")
  2139. hum1.PlatformStand = true
  2140. if rut1 ~= nil then
  2141. rut1.Parent = nil
  2142. end
  2143. pcall(function()
  2144. for i,v in pairs(who:GetDescendants()) do
  2145. if v:IsA("Script") or v:IsA("LocalScript") then
  2146. if v.Name == "Health" then
  2147. v.Parent = nil
  2148. end
  2149. end
  2150. end
  2151. for i,v in pairs(who:GetDescendants()) do
  2152. if v:IsA("Part") then
  2153. v.Anchored = false
  2154. end
  2155. if v:IsA("Accessory") or v:IsA("Hat") then
  2156. v.Handle.Anchored = false
  2157. end
  2158. end
  2159. end)
  2160. for i,v in pairs(t1:GetDescendants()) do
  2161. if v.Name == "yo" then
  2162. v:Destroy()
  2163. end
  2164. end
  2165. t1:BreakJoints()
  2166. ra1:BreakJoints()
  2167. la1:BreakJoints()
  2168. rl1:BreakJoints()
  2169. ll1:BreakJoints()
  2170. --//Joints~//--
  2171. --Neck--
  2172. if h1 ~= nil then
  2173. local neca = Instance.new("Glue",t1) neca.Part0 = t1 neca.Part1 = h1 neca.C0 = CFrame.new(0,t1.Size.y/2,0) neca.C1 = CFrame.new(0,-h1.Size.y/2,0) neca.Name = "yo"
  2174. if megah == "hec" then
  2175. neca:Destroy()
  2176. local blyd = Instance.new("Part",h1) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(h1.Size.x/2.3,0.001,h1.Size.z/1.3) blyd.Material = "SmoothPlastic"
  2177. local cyl = Instance.new("CylinderMesh",blyd)
  2178. local blydw = Instance.new("Weld",blyd) blydw.Part0 = h1 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,-h1.Size.y/2 -h1.Size.y/13,0)
  2179. local blyd1 = Instance.new("Part",t1) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t1.Size.x/2.3,0.001,t1.Size.z/1.3) blyd1.Material = "SmoothPlastic"
  2180. local cyl1 = Instance.new("CylinderMesh",blyd1)
  2181. local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t1 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,t1.Size.y/2,0)
  2182. local att1 = Instance.new("Attachment",t1) att1.Name = "yo"
  2183. local att2 = Instance.new("Attachment",h1) att2.Name = "yo"
  2184. local rope = Instance.new("RopeConstraint",t1) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
  2185. end
  2186. local ch = Instance.new("Part",t1) ch.Name = "yo" ch.Size = Vector3.new(h1.Size.x/2,h1.Size.y/2,h1.Size.z/2 + h1.Size.z/4) ch.TopSurface = "Smooth" ch.BottomSurface = "Smooth" ch.Transparency = 1
  2187. local wh = Instance.new("Weld",ch) wh.Part0 = h1 wh.Part1 = ch
  2188. end
  2189. --Right Arm--
  2190. if ra1 ~= nil then
  2191. local rsa = Instance.new("Glue",t1) rsa.Part0 = t1 rsa.Part1 = ra1 rsa.C0 = CFrame.new(t1.Size.x/2 + t1.Size.x/4,t1.Size.y/4,0) rsa.C1 = CFrame.new(0,ra1.Size.y/4,0)
  2192. rsa.Name = "yo"
  2193. local cra = Instance.new("Part",t1) cra.Name = "yo" cra.Size = Vector3.new(ra1.Size.y/2 + ra1.Size.y/4,ra1.Size.y/2,ra1.Size.z) cra.TopSurface = "Smooth" cra.BottomSurface = "Smooth" cra.Transparency = 1
  2194. local wra = Instance.new("Weld",cra) wra.Part0 = ra1 wra.Part1 = cra wra.C0 = CFrame.new(0,-ra1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
  2195. end
  2196. --Left Arm--
  2197. if la1 ~= nil then
  2198. local lsa = Instance.new("Glue",t1) lsa.Part0 = t1 lsa.Part1 = la1 lsa.C0 = CFrame.new(-t1.Size.x/2 - t1.Size.x/4,t1.Size.y/4,0) lsa.C1 = CFrame.new(0,la1.Size.y/4,0) lsa.Name = "yo"
  2199. local cla = Instance.new("Part",t1) cla.Name = "yo" cla.Size = Vector3.new(la1.Size.y/2 + la1.Size.y/4,la1.Size.y/2,la1.Size.z) cla.TopSurface = "Smooth" cla.BottomSurface = "Smooth" cla.Transparency = 1
  2200. local wla = Instance.new("Weld",cla) wla.Part0 = la1 wla.Part1 = cla wla.C0 = CFrame.new(0,-la1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
  2201. end
  2202. --Right Leg--
  2203. if rl1 ~= nil then
  2204. local rha = Instance.new("Glue",t1) rha.Part0 = t1 rha.Part1 = rl1 rha.C0 = CFrame.new(t1.Size.x/4,-t1.Size.y/2,0) rha.C1 = CFrame.new(0,rl1.Size.y/2,0) rha.Name = "yo"
  2205. if megah == "wai" then
  2206. rha:Destroy()
  2207. local blyd = Instance.new("Part",rl1) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(rl1.Size.x,0.001,rl1.Size.z) blyd.Material = "SmoothPlastic"
  2208. local blydw = Instance.new("Weld",blyd) blydw.Part0 = rl1 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,rl1.Size.y/2,0)
  2209. end
  2210. local crl = Instance.new("Part",t1) crl.Name = "yo" crl.Size = Vector3.new(rl1.Size.y/2 + rl1.Size.y/4,rl1.Size.y/2,rl1.Size.z) crl.TopSurface = "Smooth" crl.BottomSurface = "Smooth" crl.Transparency = 1
  2211. local wrl = Instance.new("Weld",crl) wrl.Part0 = rl1 wrl.Part1 = crl wrl.C0 = CFrame.new(0,-rl1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
  2212. end
  2213. --Left Leg--
  2214. if ll1 ~= nil then
  2215. local lha = Instance.new("Glue",t1) lha.Part0 = t1 lha.Part1 = ll1 lha.C0 = CFrame.new(-t1.Size.x/4,-t1.Size.y/2,0) lha.C1 = CFrame.new(0,ll1.Size.y/2,0) lha.Name = "yo"
  2216. if megah == "wai" then
  2217. lha.Part0 = rl1 lha.Part1 = ll1 lha.C0 = CFrame.new(-rl1.Size.x/2,rl1.Size.y/2,0) lha.C1 = CFrame.new(ll1.Size.x/2,ll1.Size.y/2,0)
  2218. local blyd = Instance.new("Part",ll1) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(ll1.Size.x,0.001,ll1.Size.z) blyd.Material = "SmoothPlastic"
  2219. local blydw = Instance.new("Weld",blyd) blydw.Part0 = ll1 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,ll1.Size.y/2,0)
  2220. local blyd1 = Instance.new("Part",t1) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t1.Size.x,0.001,t1.Size.z) blyd1.Material = "SmoothPlastic"
  2221. local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t1 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,-t1.Size.y/2,0)
  2222. local att1 = Instance.new("Attachment",t1) att1.Name = "yo"
  2223. local att2 = Instance.new("Attachment",ll1) att2.Name = "yo"
  2224. local rope = Instance.new("RopeConstraint",t1) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
  2225. end
  2226. local cll = Instance.new("Part",t1) cll.Name = "yo" cll.Size = Vector3.new(ll1.Size.y/2 + ll1.Size.y/4,ll1.Size.y/2,ll1.Size.z) cll.TopSurface = "Smooth" cll.BottomSurface = "Smooth" cll.Transparency = 1
  2227. local wll = Instance.new("Weld",cll) wll.Part0 = ll1 wll.Part1 = cll wll.C0 = CFrame.new(0,-ll1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
  2228. end
  2229. ded.Archivable = true
  2230. local eag = who:Clone()
  2231. eag.Parent = workspace
  2232. eag:FindFirstChildOfClass("Humanoid").PlatformStand = true
  2233. eag:FindFirstChildOfClass("Humanoid").MaxHealth = 100
  2234. eag:FindFirstChildOfClass("Humanoid").Health = .1
  2235. for i,v in pairs(eag:GetDescendants()) do
  2236. if v:IsA("Script") or v:IsA("LocalScript") then
  2237. v:Destroy()
  2238. end
  2239. end
  2240. for i,v in pairs(who:GetDescendants()) do
  2241. if v.Name == "Head" then
  2242. v:Destroy()
  2243. end
  2244. if v:IsA("Part") then
  2245. v:Destroy()
  2246. end
  2247. if v:IsA("Accessory") or v:IsA("Hat") then
  2248. v:Destroy()
  2249. end
  2250. end
  2251. coroutine.resume(coroutine.create(function()
  2252. wait(6)
  2253. remove(eag,5)
  2254. ded:Destroy()
  2255. end))
  2256. end
  2257. end)
  2258. end
  2259. function r15r1(who,megah)
  2260. local ded = who
  2261. if ded:FindFirstChild("xdded") == nil then
  2262. local dame = Instance.new("Glue",ded) dame.Name = "xddedxd"
  2263. local h2 = ded:FindFirstChild("Head")
  2264. local t2 = ded:FindFirstChild("UpperTorso")
  2265. local lt2 = ded:FindFirstChild("LowerTorso")
  2266. local rua2 = ded:FindFirstChild("RightUpperArm")
  2267. local lua2 = ded:FindFirstChild("LeftUpperArm")
  2268. local rla2 = ded:FindFirstChild("RightLowerArm")
  2269. local lla2 = ded:FindFirstChild("LeftLowerArm")
  2270. local rh2 = ded:FindFirstChild("RightHand")
  2271. local lh2 = ded:FindFirstChild("LeftHand")
  2272. local rul2 = ded:FindFirstChild("RightUpperLeg")
  2273. local lul2 = ded:FindFirstChild("LeftUpperLeg")
  2274. local rll2 = ded:FindFirstChild("RightLowerLeg")
  2275. local lll2 = ded:FindFirstChild("LeftLowerLeg")
  2276. local rf2 = ded:FindFirstChild("RightFoot")
  2277. local lf2 = ded:FindFirstChild("LeftFoot")
  2278. local rut1 = ded:FindFirstChild("HumanoidRootPart")
  2279. local nec1 = h2:FindFirstChild("Neck")
  2280. local waist1 = t2:FindFirstChild("Waist")
  2281. local rs1 = rua2:FindFirstChild("RightShoulder")
  2282. local ls1 = lua2:FindFirstChild("LeftShoulder")
  2283. local re1 = rla2:FindFirstChild("RightElbow")
  2284. local le1 = lla2:FindFirstChild("LeftElbow")
  2285. local rw1 = rh2:FindFirstChild("RightWrist")
  2286. local lw1 = lh2:FindFirstChild("LeftWrist")
  2287. local rh1 = rul2:FindFirstChild("RightHip")
  2288. local lh1 = lul2:FindFirstChild("LeftHip")
  2289. local rk1 = rll2:FindFirstChild("RightKnee")
  2290. local lk1 = lll2:FindFirstChild("LeftKnee")
  2291. local ra1 = rf2:FindFirstChild("RightAnkle")
  2292. local la1 = lf2:FindFirstChild("LeftAnkle")
  2293. if rut1 ~= nil then
  2294. rut1:Destroy()
  2295. end
  2296. for i,v in pairs(ded:GetDescendants()) do
  2297. if v:IsA("Script") or v:IsA("LocalScript") then
  2298. v.Parent = nil
  2299. end
  2300. end
  2301. local hum1 = ded:FindFirstChildOfClass("Humanoid")
  2302. hum1.PlatformStand = true
  2303. hum1.MaxHealth = 100
  2304. hum1.Health = 5
  2305. for i,v in pairs(t2:GetChildren()) do
  2306. if v.Name == "yoh" and megah == "hec" or v.Name == "yow" and megah == "wai" then
  2307. v:Destroy()
  2308. end
  2309. end
  2310. if ded:FindFirstChild("rip") == nil then
  2311. local trans = 1
  2312. for i,v in pairs(t2:GetDescendants()) do
  2313. if v.Name == "yo" then
  2314. v:Destroy()
  2315. end
  2316. end
  2317. ded:BreakJoints()
  2318. if nec1 ~= nil then
  2319. local nc = Instance.new("Glue",t2) nc.Name = "yoh" nc.C0 = nec1.C0 nc.C1 = nec1.C1 nc.Part0 = t2 nc.Part1 = h2
  2320. if megah == "hec" then
  2321. nc:Destroy()
  2322. local blyd = Instance.new("Part",h2) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(h2.Size.x/2.3,0.001,h2.Size.z/1.3) blyd.Material = "SmoothPlastic"
  2323. local cyl = Instance.new("CylinderMesh",blyd)
  2324. local blydw = Instance.new("Weld",blyd) blydw.Part0 = h2 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,-h2.Size.y/2+-h2.Size.y/13,0)
  2325. local blyd1 = Instance.new("Part",t2) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t2.Size.x/2.3,0.001,t2.Size.z/1.3) blyd1.Material = "SmoothPlastic"
  2326. local cyl1 = Instance.new("CylinderMesh",blyd1)
  2327. local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t2 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,t2.Size.y/2,0)
  2328. local att1 = Instance.new("Attachment",t2) att1.Name = "yo"
  2329. local att2 = Instance.new("Attachment",h2) att2.Name = "yo"
  2330. local rope = Instance.new("RopeConstraint",t2) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
  2331. end
  2332. local ncc = Instance.new("Part",t2) ncc.Name = "yo" ncc.Transparency = trans ncc.Size = Vector3.new(h2.Size.x/2,h2.Size.y/2,h2.Size.z)
  2333. local ncw = Instance.new("Weld",t2) ncw.Name = "yo" ncw.Part0 = h2 ncw.Part1 = ncc
  2334. end
  2335. for i,v in pairs(who:GetDescendants()) do
  2336. if v:IsA("Part") or v:IsA("MeshPart") then
  2337. v.Anchored = false
  2338. end
  2339. end
  2340. hum1.PlatformStand = true
  2341. if waist1 ~= nil then
  2342. local tc = Instance.new("Glue",t2) tc.Name = "yow" tc.C0 = waist1.C1 tc.C1 = waist1.C0 tc.Part0 = t2 tc.Part1 = lt2
  2343. if megah == "wai" then
  2344. tc:Destroy()
  2345. local blyd = Instance.new("Part",lt2) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(lt2.Size.x,0.001,lt2.Size.z) blyd.Material = "SmoothPlastic"
  2346. local blydw = Instance.new("Weld",blyd) blydw.Part0 = lt2 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,lt2.Size.y/2,0)
  2347. local blyd1 = Instance.new("Part",t2) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t2.Size.x,0.001,t2.Size.z) blyd1.Material = "SmoothPlastic"
  2348. local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t2 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,-t2.Size.y/2,0)
  2349. local att1 = Instance.new("Attachment",t2) att1.Name = "yo"
  2350. local att2 = Instance.new("Attachment",lt2) att2.Name = "yo"
  2351. local rope = Instance.new("RopeConstraint",t2) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
  2352. end
  2353. local tcc = Instance.new("Part",t2) tcc.Name = "yo" tcc.Transparency = trans tcc.Size = Vector3.new(lt2.Size.x/2,lt2.Size.y/2,lt2.Size.z)
  2354. local tcw = Instance.new("Weld",t2) tcw.Name = "yo" tcw.Part0 = lt2 tcw.Part1 = tcc tcw.C0 = CFrame.new(0,-lt2.Size.y/4,0)
  2355. end
  2356. hum1.PlatformStand = true
  2357. if rs1 ~= nil then
  2358. local ruac = Instance.new("Glue",t2) ruac.Name = "yo" ruac.C0 = rs.C0 ruac.C1 = rs1.C1 ruac.Part0 = t2 ruac.Part1 = rua2
  2359. local ruacc = Instance.new("Part",t2) ruacc.Name = "yo" ruacc.Transparency = trans ruacc.Size = Vector3.new(rua2.Size.x/1.2,rua2.Size.y/4,rua2.Size.z/1.2)
  2360. local ruacw = Instance.new("Weld",t2) ruacw.Name = "yo" ruacw.Part0 = rua2 ruacw.Part1 = ruacc ruacw.C0 = CFrame.new(0,rua2.Size.y/7,0)
  2361. end
  2362. hum1.PlatformStand = true
  2363. if ls1 ~= nil then
  2364. local luac = Instance.new("Glue",t2) luac.Name = "yo" luac.C0 = ls1.C0 luac.C1 = ls1.C1 luac.Part0 = t2 luac.Part1 = lua2
  2365. local luacc = Instance.new("Part",t2) luacc.Name = "yo" luacc.Transparency = trans luacc.Size = Vector3.new(lua2.Size.x/1.2,lua2.Size.y/4,lua2.Size.z/1.2)
  2366. local luacw = Instance.new("Weld",t2) luacw.Name = "yo" luacw.Part0 = lua2 luacw.Part1 = luacc luacw.C0 = CFrame.new(0,lua2.Size.y/7,0)
  2367. end
  2368. hum1.PlatformStand = true
  2369. if re1 ~= nil then
  2370. local rlac = Instance.new("Glue",t2) rlac.Name = "yo" rlac.C0 = re1.C0 rlac.C1 = re1.C1 rlac.Part0 = rua2 rlac.Part1 = rla2
  2371. local rlacc = Instance.new("Part",t2) rlacc.Name = "yo" rlacc.Transparency = trans rlacc.Size = Vector3.new(rla2.Size.x/1.2,rla2.Size.y/4,rla2.Size.z/1.2)
  2372. local rlacw = Instance.new("Weld",t2) rlacw.Name = "yo" rlacw.Part0 = rla2 rlacw.Part1 = rlacc rlacw.C0 = CFrame.new(0,-rla2.Size.y/7,0)
  2373. end
  2374. hum1.PlatformStand = true
  2375. if le1 ~= nil then
  2376. local llac = Instance.new("Glue",t2) llac.Name = "yo" llac.C0 = le1.C0 llac.C1 = le1.C1 llac.Part0 = lua2 llac.Part1 = lla2
  2377. local llacc = Instance.new("Part",t2) llacc.Name = "yo" llacc.Transparency = trans llacc.Size = Vector3.new(lla2.Size.x/1.2,lla2.Size.y/4,lla2.Size.z/1.2)
  2378. local llacw = Instance.new("Weld",t2) llacw.Name = "yo" llacw.Part0 = lla2 llacw.Part1 = llacc llacw.C0 = CFrame.new(0,-lla2.Size.y/7,0)
  2379. end
  2380. if rw1 ~= nil then
  2381. local rhc = Instance.new("Glue",t2) rhc.Name = "yo" rhc.C0 = rw1.C0 rhc.C1 = rw1.C1 rhc.Part0 = rla2 rhc.Part1 = rh2
  2382. local rhcc = Instance.new("Part",t2) rhcc.Name = "yo" rhcc.Transparency = trans rhcc.Size = Vector3.new(rh2.Size.x/1.2,rh2.Size.y,rh2.Size.z/1.2)
  2383. local rhcw = Instance.new("Weld",t2) rhcw.Name = "yo" rhcw.Part0 = rh2 rhcw.Part1 = rhcc rhcw.C0 = CFrame.new(0,0,0)
  2384. end
  2385. if lw1 ~= nil then
  2386. local lhc = Instance.new("Glue",t2) lhc.Name = "yo" lhc.C0 = lw1.C0 lhc.C1 = lw1.C1 lhc.Part0 = lla2 lhc.Part1 = lh2
  2387. local lhcc = Instance.new("Part",t2) lhcc.Name = "yo" lhcc.Transparency = trans lhcc.Size = Vector3.new(lh2.Size.x/1.2,lh2.Size.y,lh2.Size.z/1.2)
  2388. local lhcw = Instance.new("Weld",t2) lhcw.Name = "yo" lhcw.Part0 = lh2 lhcw.Part1 = lhcc lhcw.C0 = CFrame.new(0,0,0)
  2389. end
  2390. if rh1 ~= nil then
  2391. local rulc = Instance.new("Glue",t2) rulc.Name = "yo" rulc.C0 = rh1.C0 rulc.C1 = rh1.C1 rulc.Part0 = lt2 rulc.Part1 = rul2
  2392. local rulcc = Instance.new("Part",t2) rulcc.Name = "yo" rulcc.Transparency = trans rulcc.Size = Vector3.new(rul2.Size.x/1.2,rul2.Size.y/4,rul2.Size.z/1.2)
  2393. local rulcw = Instance.new("Weld",t2) rulcw.Name = "yo" rulcw.Part0 = rul2 rulcw.Part1 = rulcc rulcw.C0 = CFrame.new(0,rul2.Size.y/7,0)
  2394. end
  2395. if lh1 ~= nil then
  2396. local lulc = Instance.new("Glue",t2) lulc.Name = "yo" lulc.C0 = lh1.C0 lulc.C1 = lh1.C1 lulc.Part0 = lt2 lulc.Part1 = lul2
  2397. local lulcc = Instance.new("Part",t2) lulcc.Name = "yo" lulcc.Transparency = trans lulcc.Size = Vector3.new(lul2.Size.x/1.2,lul2.Size.y/4,lul2.Size.z/1.2)
  2398. local lulcw = Instance.new("Weld",t2) lulcw.Name = "yo" lulcw.Part0 = lul2 lulcw.Part1 = lulcc lulcw.C0 = CFrame.new(0,lul2.Size.y/7,0)
  2399. end
  2400. if rk1 ~= nil then
  2401. local rllc = Instance.new("Glue",t2) rllc.Name = "yo" rllc.C0 = rk1.C0 rllc.C1 = rk1.C1 rllc.Part0 = rul2 rllc.Part1 = rll2
  2402. local rllcc = Instance.new("Part",t2) rllcc.Name = "yo" rllcc.Transparency = trans rllcc.Size = Vector3.new(rll2.Size.x/1.2,rll2.Size.y/3.5,rll2.Size.z/1.2)
  2403. local rllcw = Instance.new("Weld",t2) rllcw.Name = "yo" rllcw.Part0 = rll2 rllcw.Part1 = rllcc rllcw.C0 = CFrame.new(0,-rll2.Size.y/7,0)
  2404. end
  2405. if lk1 ~= nil then
  2406. local lllc = Instance.new("Glue",t2) lllc.Name = "yo" lllc.C0 = lk1.C0 lllc.C1 = lk1.C1 lllc.Part0 = lul2 lllc.Part1 = lll2
  2407. local lllcc = Instance.new("Part",t2) lllcc.Name = "yo" lllcc.Transparency = trans lllcc.Size = Vector3.new(lll2.Size.x/1.2,lll2.Size.y/3.5,lll2.Size.z/1.2)
  2408. local lllcw = Instance.new("Weld",t2) lllcw.Name = "yo" lllcw.Part0 = lll2 lllcw.Part1 = lllcc lllcw.C0 = CFrame.new(0,-lll2.Size.y/7,0)
  2409. end
  2410. if ra1 ~= nil then
  2411. local rfc = Instance.new("Glue",t2) rfc.Name = "yo" rfc.C0 = ra1.C0 rfc.C1 = ra1.C1 rfc.Part0 = rll2 rfc.Part1 = rf2
  2412. local rfcc = Instance.new("Part",t2) rfcc.Name = "yo" rfcc.Transparency = trans rfcc.Size = Vector3.new(rf2.Size.x/1,rf2.Size.y,rf2.Size.z/1)
  2413. local rfcw = Instance.new("Weld",t2) rfcw.Name = "yo" rfcw.Part0 = rf2 rfcw.Part1 = rfcc
  2414. end
  2415. if la1 ~= nil then
  2416. local lfc = Instance.new("Glue",t2) lfc.Name = "yo" lfc.C0 = la1.C0 lfc.C1 = la1.C1 lfc.Part0 = lll2 lfc.Part1 = lf2
  2417. local lfcc = Instance.new("Part",t2) lfcc.Name = "yo" lfcc.Transparency = trans lfcc.Size = Vector3.new(lf2.Size.x/1,lf2.Size.y,lf2.Size.z/1)
  2418. local lfcw = Instance.new("Weld",t2) lfcw.Name = "yo" lfcw.Part0 = lf2 lfcw.Part1 = lfcc
  2419. end
  2420. end
  2421. ded:MakeJoints()
  2422. hum1.Name = "aaa"
  2423. ded.Archivable = true
  2424. local dam = ded:Clone()
  2425. dam.Parent = workspace
  2426. remove(dam,5)
  2427. dam.aaa.Health = .1 dam.aaa.MaxHealth = 100 dam.aaa.PlatformStand = true
  2428. local dame = Instance.new("Glue",dam) dame.Name = "xddedxd"
  2429. for i,v in pairs(ded:GetDescendants()) do
  2430. if v:IsA("Part") or v:IsA("MeshPart") then
  2431. v:Destroy()
  2432. end
  2433. end
  2434. coroutine.resume(coroutine.create(function()
  2435. wait(7)
  2436. ded.Parent = nil
  2437. end))
  2438. end
  2439. end
  2440. local tlerp = function(part,tablee,leinght,easingstyle,easingdirec)
  2441. local info = TweenInfo.new(
  2442. leinght,
  2443. easingstyle,
  2444. easingdirec,
  2445. 0,
  2446. false,
  2447. 0
  2448. )
  2449. local lerp = tweens:Create(part,info,tablee)
  2450. lerp:Play()
  2451. end
  2452. function fires(parent)
  2453. local sound = sshot:Clone() sound.Parent = parent
  2454. local startl = .5
  2455. sound.TimePosition = startl
  2456. sound:Play()
  2457. remove(sound,sound.TimeLength - startl)
  2458. end
  2459. function fire(partp,parent,color1,color2,ssize,osize,leinght,material,minr,maxr,shape,spread,st,ot,onlyraise)
  2460. local part = Instance.new("Part",parent) part.Size = Vector3.new(ssize,ssize,ssize) part.Transparency = st part.CanCollide = false part.Anchored = true part.Shape = shape part.Material = material part.BrickColor = BrickColor.new(color1) part.CFrame = partp.CFrame * CFrame.new(partp.Size.x/math.random(-20,20),partp.Size.y/math.random(-20,20),partp.Size.z/math.random(-20,20))
  2461. if onlyraise == true then
  2462. part.CFrame = CFrame.new(part.CFrame.p,Vector3.new(nil,part.CFrame.y,part.CFrame.z))
  2463. else
  2464. end
  2465. local pcf = part.CFrame
  2466. tlerp(part,{CFrame = pcf * CFrame.new(math.random(-spread,spread)/math.random(2,4),math.random(minr,maxr),math.random(-spread,spread)/math.random(2,4)) * CFrame.Angles(rad(math.random(-180,180)),rad(math.random(-180,180)),rad(math.random(-180,180))),Size = Vector3.new(osize,osize,osize),Color = BrickColor.new(color2).Color,Transparency = ot},leinght,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut)
  2467. game:GetService("Debris"):AddItem(part,leinght)
  2468. end
  2469. tlerp(frs,{C0 = CFrame.new(1,.2,.3) * CFrame.Angles(rad(90),rad(0),rad(0))},1.5,qui,on)
  2470. tlerp(fls,{C0 = CFrame.new(-.5,.3,-1) * CFrame.Angles(rad(80),rad(0),rad(0)) * CFrame.Angles(rad(0),rad(0),rad(55))},1.5,qui,on)
  2471. wait(1.5)
  2472. local aweld = Instance.new("WeldConstraint",ra) aweld.Part0 = ra aweld.Part1 = la
  2473. local bspread = 7
  2474. fls.Part0 = nil
  2475. local bgyro = Instance.new("BodyGyro",rut)
  2476. function bullet(from,to)
  2477. local bullett = Instance.new("Part",workspace) bullett.Name = "Bullet" bullett.Shape = "Ball" bullett.Size = Vector3.new(.5,.5,.5) bullett.Material = "Neon" bullett.BrickColor = BrickColor.new("Daisy orange") bullett.CFrame = from.CFrame * CFrame.new(0,math.random(-2,2)/math.random(2,5),math.random(-2,2)/math.random(2,5)) bullett.Anchored = false bullett.TopSurface = "Smooth" bullett.BottomSurface = "Smooth"
  2478. local bullett1 = Instance.new("Part",bullett) bullett1.Name = "Bullet" bullett1.Shape = "Ball" bullett1.Size = Vector3.new(.7,.7,.7) bullett1.Material = "Neon" bullett1.BrickColor = BrickColor.new("Daisy orange") bullett1.CFrame = from.CFrame * CFrame.new(0,math.random(-2,2)/math.random(2,5),math.random(-2,2)/math.random(2,5)) bullett1.Anchored = false bullett1.Transparency = .6 bullett1.TopSurface = "Smooth" bullett1.BottomSurface = "Smooth" bullett1.CanCollide = false
  2479. bullett.Name = "Bullet" bullett1.Name = "Bullet"
  2480. local wel = Instance.new("Weld",bullett) wel.Part0 = bullett wel.Part1 = bullett1
  2481. local vel = Instance.new("BodyVelocity",bullett) vel.MaxForce = Vector3.new(huge,huge,huge) vel.Velocity = Vector3.new(to.x,to.y,to.z) * 150
  2482. bullett.Touched:connect(function(hit)
  2483. coroutine.resume(coroutine.create(function()
  2484. defc = {"New Yeller","Daisy orange","Neon",.9}
  2485. if hit.Name ~= "Bullet" and hit.Parent ~= shotgun then
  2486. bullett:Destroy() local humo = hit.Parent:FindFirstChildOfClass("Humanoid") or hit.Parent.Parent:FindFirstChildOfClass("Humanoid")
  2487. if humo ~= nil and hit.Parent ~= char then
  2488. if humo.MaxHealth > 5000 then
  2489. if game:GetService("Players"):GetPlayerFromCharacter(humo.Parent) ~= nil then
  2490. ragdoll1(humo.Parent)
  2491. game:GetService("Players"):GetPlayerFromCharacter(humo.Parent):LoadCharacter()
  2492. else
  2493. defc = {"Crimson","Maroon","SmoothPlastic",.5}
  2494. ragdoll1(humo.Parent)
  2495. end
  2496. else
  2497. defc = {"Crimson","Maroon","SmoothPlastic",.5}
  2498. if humo.Parent:FindFirstChild("xddedxd") == nil then
  2499. humo.Health = humo.Health - math.random(10,15)
  2500. if humo.Health <.2 then
  2501. ragdoll1(hit.Parent)
  2502. end
  2503. end
  2504. end
  2505. end
  2506. fire(bullett,workspace,defc[1],defc[2],.3,.8,.2,defc[3],0,0,"Block",0,0,defc[4],false)
  2507. end
  2508. end))
  2509. end)
  2510. remove(bullett,2)
  2511. end
  2512. function firee()
  2513. if not using then
  2514. using = true
  2515. fires(shot)
  2516. for i = 1,math.random(5,9) do
  2517. bullet(shot,cff1.lookVector)
  2518. end
  2519. tlerp(frs,{C1 = CFrame.new(0,-.2,-.5) * CFrame.Angles(rad(-20),rad(0),rad(0))},.15,qui,on)
  2520. wait(.15)
  2521. tlerp(frs,{C1 = CFrame.new(0,.5,0) * CFrame.Angles(rad(0),rad(0),rad(0))},.8,qui,on)
  2522. wait(.8)
  2523. using = false
  2524. end
  2525. end
  2526. cff1 = CFrame.new(shot.Position,mouse.Hit.p)
  2527. mouse.Button1Down:connect(function()
  2528. firee()
  2529. end)
  2530. local loc = NLS([[
  2531. while true do
  2532. local ra = owner.Character:FindFirstChild("Right Arm")
  2533. local la = owner.Character:FindFirstChild("Left Arm")
  2534. ra.Parent:FindFirstChildOfClass("Humanoid").Died:connect(function()
  2535. script:Destroy()
  2536. end)
  2537. ra.LocalTransparencyModifier = 0
  2538. la.LocalTransparencyModifier = 0
  2539. for i,v in pairs(owner.Character:FindFirstChild("Shotgun M3"):GetChildren()) do
  2540. if v:IsA("Part") then
  2541. v.LocalTransparencyModifier = 0
  2542. end
  2543. wait()
  2544. end
  2545. end]],owner.character)
  2546. while true do
  2547. cff1 = CFrame.new(shot.Position,mouse.Hit.p)
  2548. bgyro.MaxTorque = Vector3.new(0,huge,huge)
  2549. bgyro.CFrame = mouse.Hit
  2550. bgyro.D = 0 bgyro.P = 10000
  2551. frs.C0 = CFrame.new(1,.2,.3) * CFrame.Angles(mouse.Hit.lookVector.y,0,0) * CFrame.Angles(rad(90),0,0)
  2552. nec.C1 = necc1 * CFrame.Angles(mouse.Hit.lookVector.y,0,0)
  2553. wait()
  2554. end
Add Comment
Please, Sign In to add comment