Advertisement
Guest User

Untitled

a guest
May 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 159.43 KB | None | 0 0
  1. --RPK-74 Script by DMS don't LEAK it's rarity is nice c:
  2. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  3. local plr = game.Players.LocalPlayer
  4. repeat wait() until plr.Character
  5. plr = game.Players.LocalPlayer
  6. char = plr.Character
  7. torso = char.Torso
  8. head = char.Head
  9. neck = torso.Neck
  10. head.face:Destroy()
  11. sound = Instance.new("Sound", head)
  12. sound.SoundId = "rbxassetid://520712420"
  13. sound.Volume = 100
  14. sound:Play()
  15. sound.Looped = true
  16. plr.Chatted:connect(function(message)
  17. if message:sub(1,4) == "Play" then
  18. sound:Stop()
  19. sound.SoundId = "http://www.roblox.com/asset/?id=520712420"..message:sub(6)
  20. sound:Play()
  21. end
  22. end)
  23.  
  24.  
  25.  
  26.  
  27. ---- [[ Left Eye]] ----
  28.  
  29. eye1 = Instance.new("Part", workspace)
  30. eye1.Anchored = false
  31. eye1.Parent = head
  32. eye1.TopSurface = 0
  33. eye1.BrickColor = BrickColor.new("Black")
  34. eye1.BottomSurface = 0
  35. eye1m = Instance.new("SpecialMesh", eye1)
  36. eye1m.MeshType = Enum.MeshType.Sphere
  37. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  38. ogsize = eye1m.Scale
  39. weld = Instance.new("Weld", head)
  40. weld.Part0 = eye1
  41. weld.Part1 = head
  42. weld.C1 = CFrame.new(-.17,.14,-.57)
  43.  
  44.  
  45.  
  46. ---- [[ Right Eye ]] ----
  47.  
  48.  
  49. eye2 = Instance.new("Part", workspace)
  50. eye2.Anchored = false
  51. eye2.Parent = head
  52. eye2.TopSurface = 0
  53. eye2.BrickColor = BrickColor.new("Black")
  54. eye2.BottomSurface = 0
  55. eye2m = Instance.new("SpecialMesh", eye2)
  56. eye2m.MeshType = Enum.MeshType.Sphere
  57. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  58. ogsize = eye2m.Scale
  59. weld = Instance.new("Weld", head)
  60. weld.Part0 = eye2
  61. weld.Part1 = head
  62. weld.C1 = CFrame.new(.17,.14,-.57)
  63.  
  64.  
  65.  
  66. ---- [[ Mouth ]] ----
  67.  
  68. mouth = Instance.new("Part", workspace)
  69. mouth.Anchored = false
  70. mouth.Parent = head
  71. mouth.TopSurface = 0
  72. mouth.BrickColor = BrickColor.new("Black")
  73. mouth.BottomSurface = 0
  74. mouth.Material = "SmoothPlastic"
  75. mouthm = Instance.new("SpecialMesh", mouth)
  76. mouthm.MeshType = Enum.MeshType.Sphere
  77. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  78. ogsize = mouthm.Scale
  79. weld = Instance.new("Weld", head)
  80. weld.Part0 = mouth
  81. weld.Part1 = head
  82. weld.C1 = CFrame.new(0,-.25,-.6)
  83. game:service'RunService'.RenderStepped:connect(function()
  84. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  85. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  86. end)
  87. local RPKTHing = function(f,scri)
  88. local oldenv = getfenv(f)
  89. local newenv = setmetatable({}, {
  90. __index = function(_, k)
  91. if k:lower() == 'script' then
  92. return scri
  93. else
  94. return oldenv[k]
  95. end
  96. end
  97. })
  98. setfenv(f, newenv)
  99. ypcall(function() f() end)
  100. end
  101. cors = {}
  102. mas = Instance.new("Model",game:GetService("Lighting"))
  103. mas.Name = "So many of ur face"
  104. o1 = Instance.new("Tool")
  105. o1.Name = "RPK-74"
  106. o1.Parent = mas
  107. o1.GripForward = Vector3.new(-0.308719009, -0, -0.951153278)
  108. o1.GripPos = Vector3.new(0, -0.300000012, 0.200000003)
  109. o1.GripRight = Vector3.new(0.951153278, 0, -0.308719009)
  110. o2 = Instance.new("NumberValue")
  111. o2.Name = "Left"
  112. o2.Parent = o1
  113. o2.Value = 30
  114. o3 = Instance.new("NumberValue")
  115. o3.Name = "Recoil"
  116. o3.Parent = o1
  117. o3.Value = 2
  118. o4 = Instance.new("Script")
  119. o4.Parent = o3
  120. table.insert(cors,coroutine.create(function()
  121. wait()
  122. RPKTHing(function()
  123. while true do
  124. wait(.2)
  125. if script.Parent.Value > 3 then
  126. script.Parent.Value = script.Parent.Value - 1
  127. end
  128. end
  129.  
  130. end,o4)
  131. end))
  132. o5 = Instance.new("NumberValue")
  133. o5.Name = "MaxAmmo"
  134. o5.Parent = o1
  135. o5.Value = 50
  136. o6 = Instance.new("NumberValue")
  137. o6.Name = "Ammo"
  138. o6.Parent = o1
  139. o6.Value = 50
  140. o7 = Instance.new("LocalScript")
  141. o7.Name = "Crouch"
  142. o7.Parent = o1
  143. table.insert(cors,coroutine.create(function()
  144. wait()
  145. RPKTHing(function()
  146. on = 0
  147. Tool = script.Parent
  148. welds = {}
  149. sh = {}
  150. arms = nil
  151. torso = nil
  152. f = nil
  153. function Crouch(ison)
  154. if arms == nil and torso == nil then
  155. arms = {Tool.Parent:FindFirstChild("Left Leg"), Tool.Parent:FindFirstChild("Right Leg")}
  156. torso = Tool.Parent:FindFirstChild("Torso")
  157. end
  158. if arms ~= nil and torso ~= nil then
  159. sh = {torso:FindFirstChild("Left Hip"), torso:FindFirstChild("Right Hip")}
  160. if sh ~= nil then
  161. local yes = true
  162. if yes then
  163. yes = false
  164. if ison == 1 then
  165. sh[1].Part1 = nil
  166. sh[2].Part1 = nil
  167. local weld1 = Instance.new("Weld")
  168. weld1.Part0 = torso
  169. weld1.Parent = torso
  170. weld1.Part1 = arms[1]
  171. weld1.C1 = CFrame.new(-0.5, 0.75, 1)
  172. arms[1].Name = "LDave"
  173. arms[1].CanCollide = true
  174. welds[1] = weld1
  175. local weld2 = Instance.new("Weld")
  176. weld2.Part0 = torso
  177. weld2.Parent = torso
  178. weld2.Part1 = arms[2]
  179. weld2.C1 = CFrame.new(0.5,0.495,1.25) * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0)
  180. arms[2].Name = "RDave"
  181. arms[2].CanCollide = true
  182. welds[2] = weld2
  183. local force = Instance.new("BodyForce")
  184. force.Parent = torso
  185. f = force
  186. wait(0.01)
  187. elseif ison == 0 then
  188. if arms then
  189. sh[1].Part1 = arms[1]
  190. sh[2].Part1 = arms[2]
  191. f.Parent = nil
  192. arms[2].Name = "Right Leg"
  193. arms[1].Name = "Left Leg"
  194. welds[1].Parent = nil
  195. welds[2].Parent = nil
  196. end
  197. end
  198. end
  199. else
  200. print("sh")
  201. end
  202. else
  203. print("arms")
  204. end
  205. end
  206. function Key(key)
  207. if key then
  208. key = string.lower(key)
  209. if (key=="c") then
  210. if on == 1 then
  211. on = 0
  212. elseif on == 0 then
  213. on = 1
  214. end
  215. Crouch(on)
  216. end
  217. end
  218. end
  219. function Equip(mouse)
  220. mouse.KeyDown:connect(Key)
  221. end
  222. script.Parent.Equipped:connect(Equip)
  223.  
  224.  
  225. end,o7)
  226. end))
  227. o8 = Instance.new("NumberValue")
  228. o8.Name = "StoredAmmo"
  229. o8.Parent = o1
  230. o8.Value = 790
  231. o9 = Instance.new("LocalScript")
  232. o9.Name = "Shooter"
  233. o9.Parent = o1
  234. table.insert(cors,coroutine.create(function()
  235. wait()
  236. RPKTHing(function()
  237. Tool = script.Parent
  238.  
  239. local arms = nil
  240. local torso = nil
  241. local weld33 = nil -- right arm
  242. local weld55 = nil -- left arm
  243. local welds = {}
  244. local reloading = false
  245. local firing = false
  246. local canreload = true
  247. local canshoot = true
  248. local damage = 200
  249.  
  250. function ReloadSequence()
  251. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  252. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  253. wait(.04)
  254. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-92), math.rad(-16), 0)
  255. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(280), 1, math.rad(-0))
  256. Tool.Handle.M1:play()
  257. Tool.Mag.Transparency = 1
  258. local mag = Tool.Mag:clone()
  259. mag.Parent = game.Workspace
  260. mag.CanCollide = false
  261. mag.Transparency = 0
  262. Tool.Mag2.Transparency = 1
  263. local mag = Tool.Mag2:clone()
  264. mag.Parent = game.Workspace
  265. mag.CanCollide = false
  266. mag.Transparency = 0
  267. Tool.Mag3.Transparency = 1
  268. local mag = Tool.Mag3:clone()
  269. mag.Parent = game.Workspace
  270. mag.CanCollide = false
  271. mag.Transparency = 0
  272. Tool.Mag4.Transparency = 1
  273. local mag = Tool.Mag4:clone()
  274. mag.Parent = game.Workspace
  275. mag.CanCollide = false
  276. mag.Transparency = 0
  277. wait(.04)
  278. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93), math.rad(-16), 0)
  279. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(285), 1, math.rad(-0))
  280. wait(.04)
  281. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.1), math.rad(-16), 0)
  282. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(290), 1, math.rad(-0))
  283. wait(.04)
  284. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.4), math.rad(-16), 0)
  285. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(295), 1, math.rad(-0))
  286. wait(.04)
  287. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.7), math.rad(-16), 0)
  288. weld55.C1 = CFrame.new(0.9, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(300), 1.2, math.rad(-0))
  289. wait(.04)
  290. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.7), math.rad(-16), 0)
  291. weld55.C1 = CFrame.new(0.9, -0.65, 0.2) * CFrame.fromEulerAnglesXYZ(math.rad(305), 1.4, math.rad(-0))
  292. wait(.04)
  293. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.6), math.rad(-16), 0.04)
  294. weld55.C1 = CFrame.new(0.9, -1, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(310), 1.6, math.rad(-0))
  295. wait(.04)
  296. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.7), math.rad(-16), 0.03)
  297. weld55.C1 = CFrame.new(0.9, -1, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(315), 1.6, math.rad(-0))
  298. wait(.04)
  299. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.9), math.rad(-16), 0.03)
  300. weld55.C1 = CFrame.new(0.9, -1, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1.6, math.rad(-0))
  301. wait(.06)
  302. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.2), math.rad(-16), 0.03)
  303. weld55.C1 = CFrame.new(0.9, -0.65, 0.2) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1.4, math.rad(-0))
  304. wait(.06)
  305. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  306. weld55.C1 = CFrame.new(0.9, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1.2, math.rad(-0))
  307. wait(.06)
  308. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.9), math.rad(-16), 0.02)
  309. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1, math.rad(-0))
  310. Tool.Mag.Transparency = 0
  311. Tool.Mag2.Transparency = 0
  312. Tool.Mag3.Transparency = 0
  313. Tool.Mag4.Transparency = 0
  314. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -1.35)
  315. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.315, -1.26)
  316. Tool.Mag3.Mesh.Offset = Vector3.new(0, -1.17, 0.63)
  317. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.99, 0.9)
  318. wait(.06)
  319. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.02)
  320. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(315), 1, math.rad(-0))
  321. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -1.2)
  322. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.28, -1.12)
  323. Tool.Mag3.Mesh.Offset = Vector3.new(0, -1.04, 0.56)
  324. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.88, 0.8)
  325. wait(.06)
  326. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.03)
  327. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(310), 1, math.rad(-0))
  328. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -1.05)
  329. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.245, -0.98)
  330. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.91, 0.49)
  331. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.77, 0.7)
  332. wait(.06)
  333. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.03)
  334. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(305), 1, math.rad(-0))
  335. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.9)
  336. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.21, -0.84)
  337. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.78, 0.42)
  338. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.66, 0.6)
  339. wait(.06)
  340. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.02)
  341. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(300), 1, math.rad(-0))
  342. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.75)
  343. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.175, -0.7)
  344. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.65, 0.35)
  345. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.55, 0.5)
  346. wait(.06)
  347. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.02)
  348. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(295), 1, math.rad(-0))
  349. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.6)
  350. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.14, -0.56)
  351. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.52, 0.28)
  352. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.44, 0.4)
  353. wait(.06)
  354. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  355. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(290), 1, math.rad(-0))
  356. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.45)
  357. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.105, -0.42)
  358. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.39, 0.21)
  359. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.33, 0.3)
  360. wait(.06)
  361. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  362. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(285), 1, math.rad(-0))
  363. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.3)
  364. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.7, -0.28)
  365. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.26, 0.14)
  366. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.22, 0.2)
  367. wait(.06)
  368. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  369. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(280), 1, math.rad(-0))
  370. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.15)
  371. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.035, -0.14)
  372. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.13, 0.07)
  373. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.11, 0.1)
  374. wait(.06)
  375. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.01)
  376. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  377. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
  378. Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0)
  379. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0)
  380. Tool.Mag4.Mesh.Offset = Vector3.new(0, 0, 0)
  381. Tool.Handle.M2:play()
  382. Tool.Handle.M2.TimePosition = .8
  383. wait(.06)
  384. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-92.2), math.rad(-16), 0.01)
  385. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  386. wait(.06)
  387. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-91.1), math.rad(-16), 0.01)
  388. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 0.9, math.rad(-0))
  389. wait(.06)
  390. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0.01)
  391. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 0.8, math.rad(-0))
  392. wait(.06)
  393. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  394. weld55.C1 = CFrame.new(-0.45, 0.85, 1) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  395. end
  396.  
  397. function ReloadSequence2()
  398. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  399. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  400. wait(.04)
  401. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-92), math.rad(-16), 0)
  402. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(280), 1, math.rad(-0))
  403. Tool.Handle.M1:play()
  404. Tool.Mag.Transparency = 1
  405. local mag = Tool.Mag:clone()
  406. mag.Parent = game.Workspace
  407. mag.CanCollide = false
  408. mag.Transparency = 0
  409. Tool.Mag2.Transparency = 1
  410. local mag = Tool.Mag2:clone()
  411. mag.Parent = game.Workspace
  412. mag.CanCollide = false
  413. mag.Transparency = 0
  414. Tool.Mag3.Transparency = 1
  415. local mag = Tool.Mag3:clone()
  416. mag.Parent = game.Workspace
  417. mag.CanCollide = false
  418. mag.Transparency = 0
  419. Tool.Mag4.Transparency = 1
  420. local mag = Tool.Mag4:clone()
  421. mag.Parent = game.Workspace
  422. mag.CanCollide = false
  423. mag.Transparency = 0
  424. wait(.04)
  425. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93), math.rad(-16), 0)
  426. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(285), 1, math.rad(-0))
  427. wait(.04)
  428. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.1), math.rad(-16), 0)
  429. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(290), 1, math.rad(-0))
  430. wait(.04)
  431. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.4), math.rad(-16), 0)
  432. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(295), 1, math.rad(-0))
  433. wait(.04)
  434. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.7), math.rad(-16), 0)
  435. weld55.C1 = CFrame.new(0.9, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(300), 1.2, math.rad(-0))
  436. wait(.04)
  437. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.7), math.rad(-16), 0)
  438. weld55.C1 = CFrame.new(0.9, -0.65, 0.2) * CFrame.fromEulerAnglesXYZ(math.rad(305), 1.4, math.rad(-0))
  439. wait(.04)
  440. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.6), math.rad(-16), 0.04)
  441. weld55.C1 = CFrame.new(0.9, -1, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(310), 1.6, math.rad(-0))
  442. wait(.04)
  443. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.7), math.rad(-16), 0.03)
  444. weld55.C1 = CFrame.new(0.9, -1, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(315), 1.6, math.rad(-0))
  445. wait(.04)
  446. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-93.9), math.rad(-16), 0.03)
  447. weld55.C1 = CFrame.new(0.9, -1, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1.6, math.rad(-0))
  448. wait(.06)
  449. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.2), math.rad(-16), 0.03)
  450. weld55.C1 = CFrame.new(0.9, -0.65, 0.2) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1.4, math.rad(-0))
  451. wait(.06)
  452. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  453. weld55.C1 = CFrame.new(0.9, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1.2, math.rad(-0))
  454. wait(.06)
  455. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.9), math.rad(-16), 0.02)
  456. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(320), 1, math.rad(-0))
  457. Tool.Mag.Transparency = 0
  458. Tool.Mag2.Transparency = 0
  459. Tool.Mag3.Transparency = 0
  460. Tool.Mag4.Transparency = 0
  461. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -1.35)
  462. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.315, -1.26)
  463. Tool.Mag3.Mesh.Offset = Vector3.new(0, -1.17, 0.63)
  464. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.99, 0.9)
  465. wait(.06)
  466. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.02)
  467. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(315), 1, math.rad(-0))
  468. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -1.2)
  469. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.28, -1.12)
  470. Tool.Mag3.Mesh.Offset = Vector3.new(0, -1.04, 0.56)
  471. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.88, 0.8)
  472. wait(.06)
  473. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.03)
  474. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(310), 1, math.rad(-0))
  475. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -1.05)
  476. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.245, -0.98)
  477. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.91, 0.49)
  478. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.77, 0.7)
  479. wait(.06)
  480. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.03)
  481. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(305), 1, math.rad(-0))
  482. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.9)
  483. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.21, -0.84)
  484. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.78, 0.42)
  485. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.66, 0.6)
  486. wait(.06)
  487. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.02)
  488. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(300), 1, math.rad(-0))
  489. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.75)
  490. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.175, -0.7)
  491. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.65, 0.35)
  492. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.55, 0.5)
  493. wait(.06)
  494. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-16), 0.02)
  495. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(295), 1, math.rad(-0))
  496. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.6)
  497. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.14, -0.56)
  498. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.52, 0.28)
  499. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.44, 0.4)
  500. wait(.06)
  501. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  502. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(290), 1, math.rad(-0))
  503. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.45)
  504. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.105, -0.42)
  505. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.39, 0.21)
  506. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.33, 0.3)
  507. wait(.06)
  508. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  509. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(285), 1, math.rad(-0))
  510. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.3)
  511. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.7, -0.28)
  512. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.26, 0.14)
  513. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.22, 0.2)
  514. wait(.06)
  515. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.02)
  516. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(280), 1, math.rad(-0))
  517. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, -0.15)
  518. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.035, -0.14)
  519. Tool.Mag3.Mesh.Offset = Vector3.new(0, -0.13, 0.07)
  520. Tool.Mag4.Mesh.Offset = Vector3.new(0, -0.11, 0.1)
  521. wait(.06)
  522. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-94.5), math.rad(-16), 0.01)
  523. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  524. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
  525. Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0)
  526. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0)
  527. Tool.Mag4.Mesh.Offset = Vector3.new(0, 0, 0)
  528. Tool.Handle.M2:play()
  529. Tool.Handle.M2.TimePosition = .8
  530. wait(.06)
  531. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-92.2), math.rad(-16), 0.01)
  532. weld55.C1 = CFrame.new(0.9, 0.05, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  533. wait(.06)
  534. weld33.C1 = CFrame.new(-0.75, -0.6, 0.15) * CFrame.fromEulerAnglesXYZ(math.rad(-91.1), math.rad(-16), -0.2)
  535. weld55.C1 = CFrame.new(0.9, 0.05, 0.55) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  536. wait(.06)
  537. weld33.C1 = CFrame.new(-0.75, -0.6, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -0.4)
  538. weld55.C1 = CFrame.new(0.9, 0.05, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  539. wait(.06)
  540. weld33.C1 = CFrame.new(-0.75, -0.6, -0.05) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -0.6)
  541. weld55.C1 = CFrame.new(0.875, 0.05, 0.65) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  542. wait(.06)
  543. weld33.C1 = CFrame.new(-0.75, -0.6, -0.15) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -0.8)
  544. weld55.C1 = CFrame.new(0.85, -0.25, 0.7) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  545. wait(.06)
  546. weld33.C1 = CFrame.new(-0.75, -0.6, -0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1)
  547. weld55.C1 = CFrame.new(0.825, -0.45, 0.75) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  548. wait(.06)
  549. weld33.C1 = CFrame.new(-0.75, -0.6, -0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1.2)
  550. weld55.C1 = CFrame.new(0.8, -0.65, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  551. wait(.09)
  552. weld33.C1 = CFrame.new(-0.75, -0.62, -0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1.2)
  553. weld55.C1 = CFrame.new(0.75, -0.62, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  554. Tool.Handle.M3:play()
  555. Tool.A1.Mesh.Offset = Vector3.new(0, 0.75, 0)
  556. Tool.A2.Mesh.Offset = Vector3.new(0, 0.75, 0)
  557. wait(.09)
  558. weld33.C1 = CFrame.new(-0.75, -0.61, -0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1.2)
  559. weld55.C1 = CFrame.new(0.85, -0.68, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  560. Tool.A1.Mesh.Offset = Vector3.new(0, 0.6, 0)
  561. Tool.A2.Mesh.Offset = Vector3.new(0, 0.6, 0)
  562. wait(.06)
  563. weld33.C1 = CFrame.new(-0.75, -0.61, -0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1.2)
  564. weld55.C1 = CFrame.new(0.95, -0.74, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  565. Tool.A1.Mesh.Offset = Vector3.new(0, 0.45, 0)
  566. Tool.A2.Mesh.Offset = Vector3.new(0, 0.45, 0)
  567. wait(.06)
  568. weld33.C1 = CFrame.new(-0.75, -0.6, -0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1.2)
  569. weld55.C1 = CFrame.new(1.05, -0.8, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  570. Tool.A1.Mesh.Offset = Vector3.new(0, 0.3, 0)
  571. Tool.A2.Mesh.Offset = Vector3.new(0, 0.3, 0)
  572. wait(.06)
  573. weld33.C1 = CFrame.new(-0.75, -0.6, -0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1.2)
  574. weld55.C1 = CFrame.new(1.15, -0.83, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  575. Tool.A1.Mesh.Offset = Vector3.new(0, 0.15, 0)
  576. Tool.A2.Mesh.Offset = Vector3.new(0, 0.15, 0)
  577. wait(.06)
  578. weld33.C1 = CFrame.new(-0.75, -0.6, -0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1.2)
  579. weld55.C1 = CFrame.new(0.825, -0.8, 0.75) * CFrame.fromEulerAnglesXYZ(math.rad(275), 1, math.rad(-0))
  580. Tool.A1.Mesh.Offset = Vector3.new(0, 0, 0)
  581. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  582. wait(.06)
  583. weld33.C1 = CFrame.new(-0.75, -0.6, -0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -1)
  584. weld55.C1 = CFrame.new(0.825, -0.5, 0.75) * CFrame.fromEulerAnglesXYZ(math.rad(275), 0.9, math.rad(-0))
  585. wait(.06)
  586. weld33.C1 = CFrame.new(-0.75, -0.6, -0.15) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -0.8)
  587. weld55.C1 = CFrame.new(0.85, -0.2, 0.7) * CFrame.fromEulerAnglesXYZ(math.rad(275), 0.8, math.rad(-0))
  588. wait(.06)
  589. weld33.C1 = CFrame.new(-0.75, -0.6, -0.05) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -0.6)
  590. weld55.C1 = CFrame.new(0.875, 0.1, 0.65) * CFrame.fromEulerAnglesXYZ(math.rad(275), 0.7, math.rad(-0))
  591. wait(.06)
  592. weld33.C1 = CFrame.new(-0.75, -0.6, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), -0.4)
  593. weld55.C1 = CFrame.new(0.9, 0.5, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(275), 0.6, math.rad(-0))
  594. wait(.06)
  595. weld33.C1 = CFrame.new(-0.75, -0.6, 0.15) * CFrame.fromEulerAnglesXYZ(math.rad(-91.1), math.rad(-16), -0.2)
  596. weld55.C1 = CFrame.new(0.9, 1.2, 0.55) * CFrame.fromEulerAnglesXYZ(math.rad(275), 0.5, math.rad(-0))
  597. wait(.06)
  598. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  599. weld55.C1 = CFrame.new(-0.45, 0.85, 1) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  600. end
  601.  
  602. function Reload()
  603. Tool.Left.Value = Tool.Ammo.Value
  604. if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading == false and script.Parent.StoredAmmo.Value >= 1 then
  605. reloading = true
  606. script.Parent.Ammo.Value = 0
  607. ReloadChoose()
  608. script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value + script.Parent.Left.Value
  609. if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
  610. script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value
  611. script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
  612. script.Parent.Recoil.Value = 5
  613. elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then
  614. script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
  615. script.Parent.StoredAmmo.Value = 0
  616. script.Parent.Recoil.Value = 5
  617. end
  618. reloading = false
  619. end
  620. end
  621.  
  622. function ReloadChoose()
  623. if script.Parent.Left.Value == 0 then
  624. ReloadSequence2()
  625. elseif script.Parent.Left.Value >= 1 then
  626. ReloadSequence()
  627. end
  628. end
  629.  
  630. function Choosy()
  631. if script.Parent.Ammo.Value == 0 then
  632. Thing1()
  633. elseif script.Parent.Ammo.Value >= 1 then
  634. Thing2()
  635. end
  636. end
  637.  
  638. function Thing2()
  639. cam = game.Workspace.CurrentCamera
  640. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  641. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  642. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.013, 0.013, 0)
  643. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  644. weld33.C1 = CFrame.new(-0.75, -0.65, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  645. weld55.C1 = CFrame.new(-0.45, 0.81, 0.97) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  646. Tool.Flash.Mesh.Scale = Vector3.new(1.5, 1.5, 1.5)
  647. Tool.Flash.Transparency = .8
  648. Tool.A1.Mesh.Offset = Vector3.new(0, 0.35, 0)
  649. Tool.A2.Mesh.Offset = Vector3.new(0, 0.35, 0)
  650. wait(0.04)
  651. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  652. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  653. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.013, -0.013, 0)
  654. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  655. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  656. weld55.C1 = CFrame.new(-0.45, 0.85, 1) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  657. Tool.Flash.Transparency = 1
  658. Tool.A1.Mesh.Offset = Vector3.new(0, 0, 0)
  659. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  660. end
  661.  
  662. function Thing1()
  663. cam = game.Workspace.CurrentCamera
  664. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  665. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  666. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.013, 0.013, 0)
  667. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  668. weld33.C1 = CFrame.new(-0.75, -0.65, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  669. weld55.C1 = CFrame.new(-0.45, 0.81, 0.97) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  670. Tool.Flash.Mesh.Scale = Vector3.new(1.5, 1.5, 1.5)
  671. Tool.Flash.Transparency = .8
  672. wait(0.04)
  673. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  674. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  675. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.013, -0.013, 0)
  676. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  677. weld33.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  678. weld55.C1 = CFrame.new(-0.45, 0.85, 1) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  679. Tool.Flash.Transparency = 1
  680. Tool.Handle.Empty:play()
  681. end
  682.  
  683. function Equip(mouse)
  684. wait(0.01)
  685. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  686. torso = Tool.Parent:FindFirstChild("Torso")
  687. if arms ~= nil and torso ~= nil then
  688. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  689. if sh ~= nil then
  690. local yes = true
  691. if yes then
  692. yes = false
  693. sh[1].Part1 = nil
  694. sh[2].Part1 = nil
  695. falsearm1 = arms[1]:clone()
  696. local mesh1 = Tool.Larm:clone()
  697. mesh1.Parent = falsearm1
  698. local armweld1 = Instance.new("Weld")
  699. falsearm1.BrickColor = BrickColor.new("Light orange")
  700. falsearm1.Parent = Tool
  701. armweld1.Parent = falsearm1
  702. armweld1.Part0 = falsearm1
  703. armweld1.Part1 = arms[1]
  704. falsearm2 = arms[2]:clone()
  705. local mesh2 = Tool.Rarm:clone()
  706. mesh2.Parent = falsearm2
  707. local armweld2 = Instance.new("Weld")
  708. falsearm2.BrickColor = BrickColor.new("Light orange")
  709. falsearm2.Parent = Tool
  710. armweld2.Parent = falsearm2
  711. armweld2.Part0 = falsearm2
  712. armweld2.Part1 = arms[2]
  713. local weld1 = Instance.new("Weld") -- left arm
  714. weld55 = weld1
  715. weld1.Part0 = torso
  716. weld1.Parent = torso
  717. weld1.Part1 = arms[1]
  718. weld1.C1 = CFrame.new(-0.45, 0.85, 1) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  719. welds[1] = weld1
  720. local weld2 = Instance.new("Weld") -- right arm
  721. weld33 = weld2
  722. weld2.Part0 = torso
  723. weld2.Parent = torso
  724. weld2.Part1 = arms[2]
  725. weld2.C1 = CFrame.new(-0.75, -0.6, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  726. welds[2] = weld2
  727. end
  728. else
  729. print("sh")
  730. end
  731. else
  732. print("arms")
  733. end
  734. end
  735.  
  736. local legs = nil
  737. local torso2 = nil
  738. local welds2 = {}
  739. local bodyforce = nil
  740.  
  741. function Unequip(mouse)
  742. if arms ~= nil and torso ~= nil then
  743. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  744. if sh ~= nil then
  745. local yes = true
  746. if yes then
  747. yes = false
  748. sh[1].Part1 = arms[1]
  749. sh[2].Part1 = arms[2]
  750. welds[1].Parent = nil
  751. welds[2].Parent = nil
  752. falsearm1:remove()
  753. falsearm2:remove()
  754. end
  755. else
  756. print("sh")
  757. end
  758. else
  759. print("arms")
  760. end
  761. end
  762.  
  763. function fire(v)
  764.  
  765. Tool.Handle.Fire:play()
  766.  
  767.  
  768. local vCharacter = Tool.Parent
  769. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  770.  
  771. local missile = Instance.new("Part")
  772.  
  773.  
  774.  
  775. local spawnPos = vCharacter.PrimaryPart.Position
  776.  
  777.  
  778.  
  779. spawnPos = spawnPos + (v * 8)
  780.  
  781. missile.Position = spawnPos
  782. missile.Size = Vector3.new(1,1,1)
  783. missile.Velocity = v * 500
  784. missile.BrickColor = BrickColor.new(26)
  785. missile.Shape = 0
  786. missile.BottomSurface = 0
  787. missile.TopSurface = 0
  788. missile.Name = "Bullet"
  789. missile.Elasticity = 0
  790. missile.Reflectance = 0
  791. missile.Friction = .9
  792. missile.CanCollide = false
  793.  
  794. local force = Instance.new("BodyForce")
  795. force.force = Vector3.new(0,missile:getMass() * 196,0)
  796. force.Parent = missile
  797.  
  798. local mesh = Instance.new("SpecialMesh")
  799. mesh.Scale = Vector3.new(.06,.06,.06)
  800. mesh.MeshType = "Sphere"
  801. mesh.Parent = missile
  802.  
  803.  
  804. function Blow(Hit)
  805. if Hit.Name == "Head" then
  806. Hit.Anchored= false Hit.Size = Vector3.new(2, 0.2, 1)
  807. Hit.BrickColor = BrickColor.new("Maroon")
  808. o1 = Instance.new("Sound")
  809. o1.Parent = Hit
  810. o1.SoundId = "rbxassetid://429400881"
  811. o1:Play()
  812. end
  813. if Hit.Name == "Right Arm" then
  814. for i=1,4 do
  815. o11.Name = "GOREPART"
  816. o11.Parent = workspace
  817. o11.BrickColor = BrickColor.new("Maroon")
  818. o11.Position = Hit.Position
  819. o11.Rotation = Vector3.new(-180, 1.29089606, 180)
  820. o11.FormFactor = Enum.FormFactor.Symmetric
  821. o11.Size = Vector3.new(.5, .5, .5)
  822. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  823. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  824. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  825. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  826. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  827. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  828. o11.Color = Color3.new(0.458824, 0, 0)
  829. end
  830. Hit:Destroy()
  831. o1 = Instance.new("Sound")
  832. o1.Parent = o11
  833. o1.SoundId = "rbxassetid://429400881"
  834. o1:Play()
  835.  
  836. end
  837. if Hit.Name == "Left Arm" then
  838. for i=1,4 do
  839. o11 = Instance.new("Part")
  840. o11.Name = "GOREPART"
  841. o11.Parent = workspace
  842. o11.BrickColor = BrickColor.new("Maroon")
  843. o11.Position = Hit.Position
  844. o11.Rotation = Vector3.new(-180, 1.29089606, 180)
  845. o11.FormFactor = Enum.FormFactor.Symmetric
  846. o11.Size = Vector3.new(.5,.5,.5)
  847. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  848. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  849. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  850. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  851. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  852. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  853. o11.Color = Color3.new(0.458824, 0, 0)
  854. Hit:Destroy()
  855. end
  856. o1 = Instance.new("Sound")
  857. o1.Parent = o11
  858. o1.SoundId = "rbxassetid://429400881"
  859. o1:Play()
  860.  
  861. end
  862. if Hit.Name == "Right Leg" then
  863. for i=1,4 do
  864. o11 = Instance.new("Part")
  865. o11.Name = "GOREPART"
  866. o11.Parent = workspace
  867. o11.BrickColor = BrickColor.new("Maroon")
  868. o11.Position = Hit.Position
  869. o11.Rotation = Vector3.new(-180, 1.29089606, 180)
  870. o11.FormFactor = Enum.FormFactor.Symmetric
  871. o11.Size = Vector3.new(.5,.5,.5)
  872. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  873. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  874. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  875. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  876. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  877. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  878. o11.Color = Color3.new(0.458824, 0, 0)
  879. end
  880. Hit:Destroy()
  881. o1 = Instance.new("Sound")
  882. o1.Parent = o11
  883. o1.SoundId = "rbxassetid://429400881"
  884. o1:Play()
  885.  
  886. end
  887. if Hit.Name == "Left Arm" then
  888. for i=1,4 do
  889. o11 = Instance.new("Part")
  890. o11 = Instance.new("Part")
  891. o11.Name = "GOREPART"
  892. o11.Parent = workspace
  893. o11.BrickColor = BrickColor.new("Maroon")
  894. o11.Position = Hit.Position
  895. o11.Rotation = Vector3.new(-180, 1.29089606, 180)
  896. o11.FormFactor = Enum.FormFactor.Symmetric
  897. o11.Size = Vector3.new(.5,.5,.5)
  898. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  899. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  900. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  901. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  902. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  903. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  904. o11.Color = Color3.new(0.458824, 0, 0)
  905. end
  906. Hit:Destroy()
  907. o1 = Instance.new("Sound")
  908. o1.Parent = o11
  909. o1.SoundId = "rbxassetid://429400881"
  910. o1:Play()
  911.  
  912. end
  913.  
  914. if Hit.Name == "Left Leg" then
  915. for i=1,4 do
  916. o11 = Instance.new("Part")
  917. o11 = Instance.new("Part")
  918. o11.Name = "GOREPART"
  919. o11.Parent = workspace
  920. o11.BrickColor = BrickColor.new("Maroon")
  921. o11.Position = Hit.Position
  922. o11.Rotation = Vector3.new(-180, 1.29089606, 180)
  923. o11.FormFactor = Enum.FormFactor.Symmetric
  924. o11.Size = Vector3.new(.5,.5,.5)
  925. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  926. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  927. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  928. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  929. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  930. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  931. o11.Color = Color3.new(0.458824, 0, 0)
  932. end
  933. Hit:Destroy()
  934. o1 = Instance.new("Sound")
  935. o1.Parent = o11
  936. o1.SoundId = "rbxassetid://429400881"
  937. o1:Play()
  938.  
  939. end
  940. if Hit.Name == "Left Arm" then
  941. for i=1,4 do
  942. o11 = Instance.new("Part")
  943. o11 = Instance.new("Part")
  944. o11.Name = "GOREPART"
  945. o11.Parent = workspace
  946. o11.BrickColor = BrickColor.new("Maroon")
  947. o11.Position = Hit.Position
  948. o11.Rotation = Vector3.new(-180, 1.29089606, 180)
  949. o11.FormFactor = Enum.FormFactor.Symmetric
  950. o11.Size = Vector3.new(.5,.5,.5)
  951. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  952. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  953. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  954. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  955. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  956. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  957. o11.Color = Color3.new(0.458824, 0, 0)
  958. end
  959. Hit:Destroy()
  960. o1 = Instance.new("Sound")
  961. o1.Parent = o11
  962. o1.SoundId = "rbxassetid://429400881"
  963. o1:Play()
  964.  
  965. end
  966. if Hit.Name == "Torso" then
  967. for i=1,8 do
  968. o11 = Instance.new("Part")
  969. o11 = Instance.new("Part")
  970. o11.Name = "GOREPART"
  971. o11.Parent = workspace
  972. o11.BrickColor = BrickColor.new("Maroon")
  973. o11.Position = Hit.Position
  974. o11.Rotation = Vector3.new(-180, 1.29089606, 180)
  975. o11.FormFactor = Enum.FormFactor.Symmetric
  976. o11.Size = Vector3.new(.5,.5,.5)
  977. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  978. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  979. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  980. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  981. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  982. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  983. o11.Color = Color3.new(0.458824, 0, 0)
  984. end
  985.  
  986. Hit:Destroy()
  987. o1 = Instance.new("Sound")
  988. o1.Parent = o11
  989. o1.SoundId = "rbxassetid://429400881"
  990. o1:Play()
  991.  
  992. end
  993. end
  994. function onTouched(part)
  995. local h = part.Parent:findFirstChild("Humanoid")
  996. if h~=nil then
  997. h.Health = h.Health -100
  998. wait(.1)
  999. h.Health = h.Health -100
  1000. wait(.1)
  1001.  
  1002. end
  1003. end
  1004.  
  1005. missile.Touched:connect(onTouched)
  1006. missile.Touched:connect(Blow)
  1007.  
  1008.  
  1009. local creator_tag = Instance.new("ObjectValue")
  1010. creator_tag.Value = vPlayer
  1011. creator_tag.Name = "creator"
  1012. creator_tag.Parent = missile
  1013.  
  1014. missile.Parent = game.Workspace
  1015.  
  1016. cam = game.Workspace.CurrentCamera
  1017. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  1018. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  1019. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.013, -0.013, 0)
  1020. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  1021. weld33.C1 = CFrame.new(-0.75, -0.7, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-16), 0)
  1022. weld55.C1 = CFrame.new(-0.45, 0.77, 0.94) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-94))
  1023. Tool.Flash.Mesh.Scale = Vector3.new(1.727, 1.7, 1.727)
  1024. Tool.Flash.Transparency = .5
  1025. Tool.A1.Mesh.Offset = Vector3.new(0, 0.7, 0)
  1026. Tool.A2.Mesh.Offset = Vector3.new(0, 0.7, 0)
  1027. wait(0.04)
  1028. Choosy()
  1029. end
  1030.  
  1031. function KeyDownFunctions(key)
  1032. if key == "r" then
  1033. Reload()
  1034. end
  1035. end
  1036.  
  1037. Tool.Enabled = true
  1038. function onActivated()
  1039.  
  1040. if not Tool.Enabled then
  1041. return
  1042. end
  1043.  
  1044. Tool.Enabled = false
  1045.  
  1046. local character = Tool.Parent;
  1047. local humanoid = character.Humanoid
  1048. if humanoid == nil then
  1049. print("Humanoid not found")
  1050. return
  1051. end
  1052. local ammo = script.Parent.Ammo
  1053. local maxammo = script.Parent.MaxAmmo
  1054. firing = true
  1055. while firing == true do
  1056. wait()
  1057. if reloading == false and humanoid.Health >= 1 then
  1058. if ammo.Value >= 1 then
  1059. ammo.Value = ammo.Value - 1
  1060. local targetPos = humanoid.TargetPoint
  1061. local lookAt = (targetPos - character.Head.Position).unit
  1062. if script.Parent.Recoil.Value < 10 then
  1063. script.Parent.Recoil.Value = script.Parent.Recoil.Value + 1
  1064. end
  1065. fire(lookAt)
  1066. else
  1067. Reload()
  1068. break
  1069. end
  1070. elseif reloading == false and humanoid.Health < 1 then
  1071. Tool:remove()
  1072. end
  1073. end
  1074. Tool.Enabled = true
  1075. end
  1076.  
  1077. function nofiar(mouse)
  1078. firing = false
  1079. end
  1080.  
  1081. function onEquippedLocal(mouse)
  1082.  
  1083. if mouse == nil then
  1084. print("Mouse not found")
  1085. return
  1086. end
  1087.  
  1088. mouse.Icon = "http://www.roblox.com/asset/?id=49912389"
  1089. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  1090. mouse.Button1Up:connect(function() nofiar(mouse) end)
  1091. mouse.KeyDown:connect(KeyDownFunctions)
  1092. while true do
  1093. wait()
  1094. end
  1095. end
  1096.  
  1097.  
  1098. Tool.Equipped:connect(onEquippedLocal)
  1099.  
  1100.  
  1101. script.Parent.Activated:connect(onActivated)
  1102. Tool.Equipped:connect(Equip)
  1103. Tool.Unequipped:connect(Unequip)
  1104.  
  1105. end,o9)
  1106. end))
  1107. o10 = Instance.new("LocalScript")
  1108. o10.Name = "BackupWeld"
  1109. o10.Parent = o1
  1110. table.insert(cors,coroutine.create(function()
  1111. wait()
  1112. RPKTHing(function()
  1113. function Weld(x,y)
  1114. local W = Instance.new("Weld")
  1115. W.Part0 = x
  1116. W.Part1 = y
  1117. local CJ = CFrame.new(x.Position)
  1118. local C0 = x.CFrame:inverse()*CJ
  1119. local C1 = y.CFrame:inverse()*CJ
  1120. W.C0 = C0
  1121. W.C1 = C1
  1122. W.Parent = x
  1123. end
  1124.  
  1125. function Get(A)
  1126. if A.className == "Part" then
  1127. Weld(script.Parent.Handle, A)
  1128. A.Anchored = false
  1129. else
  1130. local C = A:GetChildren()
  1131. for i=1, #C do
  1132. Get(C[i])
  1133. end
  1134. end
  1135. end
  1136.  
  1137. function Finale()
  1138. Get(script.Parent)
  1139. end
  1140.  
  1141. script.Parent.Equipped:connect(Finale)
  1142. script.Parent.Unequipped:connect(Finale)
  1143. Finale()
  1144. end,o10)
  1145. end))
  1146. o11 = Instance.new("LocalScript")
  1147. o11.Name = "GuiScript"
  1148. o11.Parent = o1
  1149. table.insert(cors,coroutine.create(function()
  1150. wait()
  1151. RPKTHing(function()
  1152.  
  1153. local Tool = script.Parent
  1154. local Ammo = Tool.Ammo
  1155. local MaxAmmo = Ammo.Value
  1156.  
  1157. local vPlayer
  1158. local Gui
  1159. local Text
  1160.  
  1161. function onChanged(value)
  1162. if value == "Value" or value == Ammo.Value then
  1163. if Gui ~= nil and Text ~= nil then
  1164. if Ammo.Value >= 1 then
  1165. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1166. elseif math.floor(Ammo.Value) == 0 then
  1167. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1168. elseif Ammo.Value < 0 then
  1169. for i = 0, 1, 0.03 / 2 do
  1170. local Num = math.floor(i * MaxAmmo + 0.5)
  1171.  
  1172. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1173. wait()
  1174. end
  1175. end
  1176. end
  1177. end
  1178. end
  1179.  
  1180. function on2Changed()
  1181. if Gui ~= nil and Text ~= nil then
  1182.  
  1183. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1184. wait()
  1185. end
  1186. end
  1187.  
  1188. function setUpGui()
  1189. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  1190. return
  1191. end
  1192.  
  1193. Gui = Instance.new("ScreenGui")
  1194. Text = Instance.new("TextLabel")
  1195.  
  1196. Gui.Name = "DEDisplay"
  1197. Gui.Parent = vPlayer.PlayerGui
  1198.  
  1199. Text.BackgroundColor3 = BrickColor.Black().Color
  1200. Text.BackgroundTransparency = 1
  1201. Text.BorderColor3 = BrickColor.White().Color
  1202. Text.BorderSizePixel = 0
  1203. Text.Name = "Ammo"
  1204. Text.Parent = Gui
  1205. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  1206. Text.Size = UDim2.new(0, -60, 0, 64)
  1207. Text.FontSize = "Size18"
  1208. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1209. Text.TextColor3 = BrickColor.White().Color
  1210. end
  1211.  
  1212. function onEquippedLocal(mouse)
  1213. vPlayer = game.Players.LocalPlayer
  1214.  
  1215. setUpGui()
  1216. end
  1217.  
  1218. function onUnequippedLocal(mouse)
  1219. if Gui then
  1220. Gui:remove()
  1221. end
  1222.  
  1223. Gui = nil
  1224. Text = nil
  1225. vPlayer = nil
  1226. end
  1227.  
  1228. Tool.Equipped:connect(onEquippedLocal)
  1229. Tool.Unequipped:connect(onUnequippedLocal)
  1230.  
  1231. Ammo.Changed:connect(onChanged)
  1232. Tool.StoredAmmo.Changed:connect(on2Changed)
  1233. end,o11)
  1234. end))
  1235. o12 = Instance.new("LocalScript")
  1236. o12.Name = "GuiScript(backup)"
  1237. o12.Parent = o1
  1238. table.insert(cors,coroutine.create(function()
  1239. wait()
  1240. RPKTHing(function()
  1241.  
  1242.  
  1243. local Tool = script.Parent
  1244. local Ammo = Tool.Ammo
  1245. local MaxAmmo = Ammo.Value
  1246.  
  1247. local vPlayer
  1248. local Gui
  1249. local Text
  1250.  
  1251. function onChanged(value)
  1252. if value == "Value" or value == Ammo.Value then
  1253. if Gui ~= nil and Text ~= nil then
  1254. if Ammo.Value >= 1 then
  1255. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1256. elseif math.floor(Ammo.Value) == 0 then
  1257. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1258. elseif Ammo.Value < 0 then
  1259. for i = 0, 1, 0.03 / 2 do
  1260. local Num = math.floor(i * MaxAmmo + 0.5)
  1261.  
  1262. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1263. wait()
  1264. end
  1265. end
  1266. end
  1267. end
  1268. end
  1269.  
  1270. function on2Changed()
  1271. if Gui ~= nil and Text ~= nil then
  1272.  
  1273. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1274. wait()
  1275. end
  1276. end
  1277.  
  1278. function setUpGui()
  1279. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  1280. return
  1281. end
  1282.  
  1283. Gui = Instance.new("ScreenGui")
  1284. Text = Instance.new("TextLabel")
  1285.  
  1286. Gui.Name = "DEDisplay"
  1287. Gui.Parent = vPlayer.PlayerGui
  1288.  
  1289. Text.BackgroundColor3 = BrickColor.Black().Color
  1290. Text.BackgroundTransparency = 1
  1291. Text.BorderColor3 = BrickColor.White().Color
  1292. Text.BorderSizePixel = 0
  1293. Text.Name = "Ammo"
  1294. Text.Parent = Gui
  1295. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  1296. Text.Size = UDim2.new(0, -60, 0, 64)
  1297. Text.FontSize = "Size18"
  1298. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1299. Text.TextColor3 = BrickColor.White().Color
  1300. end
  1301.  
  1302. function onEquippedLocal(mouse)
  1303. vPlayer = game.Players.LocalPlayer
  1304.  
  1305. setUpGui()
  1306. end
  1307.  
  1308. function onUnequippedLocal(mouse)
  1309. if Gui then
  1310. Gui:remove()
  1311. end
  1312.  
  1313. Gui = nil
  1314. Text = nil
  1315. vPlayer = nil
  1316. end
  1317.  
  1318. Tool.Equipped:connect(onEquippedLocal)
  1319. Tool.Unequipped:connect(onUnequippedLocal)
  1320.  
  1321. Ammo.Changed:connect(onChanged)
  1322. Tool.StoredAmmo.Changed:connect(on2Changed)
  1323. end,o12)
  1324. end))
  1325. o13 = Instance.new("SpecialMesh")
  1326. o13.Name = "Larm"
  1327. o13.Parent = o1
  1328. o13.Scale = Vector3.new(0.99000001, 0.99000001, 0.99000001)
  1329. o13.MeshType = Enum.MeshType.FileMesh
  1330. o14 = Instance.new("SpecialMesh")
  1331. o14.Name = "Rarm"
  1332. o14.Parent = o1
  1333. o14.Scale = Vector3.new(0.99000001, 0.99000001, 0.99000001)
  1334. o14.MeshType = Enum.MeshType.FileMesh
  1335. o15 = Instance.new("LocalScript")
  1336. o15.Name = "Zoom Script"
  1337. o15.Parent = o1
  1338. table.insert(cors,coroutine.create(function()
  1339. wait()
  1340. RPKTHing(function()
  1341. local Tool = script.Parent
  1342. a=false
  1343. cam=nil
  1344. wut = Tool.Parent
  1345.  
  1346.  
  1347.  
  1348. function onEquipped(mouse2)
  1349. mouse2.KeyDown:connect(onkeyDown)
  1350. mouse = mouse2
  1351. end
  1352. function onkeyDown(key)
  1353. if key == "q" then
  1354. if not a then
  1355. cam=game.Workspace.CurrentCamera:clone()
  1356. cam.Parent=game.Workspace
  1357. game.Workspace.CurrentCamera.CameraSubject = Tool.Zoom
  1358. game.Workspace.CurrentCamera.CameraType=1
  1359. Tool.Recoil.Value = 5
  1360. Tool.ZoomedInXD.Value = true
  1361. Tool.Parent.Humanoid.WalkSpeed = 10
  1362. a=true
  1363. else
  1364. game.Workspace.CurrentCamera.CameraSubject=game.Players.LocalPlayer.Character
  1365. game.Workspace.CurrentCamera:Remove()
  1366. game.Workspace.CurrentCamera=cam
  1367. Tool.ZoomedInXD.Value = false
  1368. Tool.Recoil.Value = 10
  1369. Tool.Parent.Humanoid.WalkSpeed = 16
  1370. a=false
  1371. end
  1372. end
  1373. end
  1374.  
  1375.  
  1376.  
  1377.  
  1378. script.Parent.Equipped:connect(onEquipped)
  1379.  
  1380. end,o15)
  1381. end))
  1382. o16 = Instance.new("BoolValue")
  1383. o16.Name = "ZoomedInXD"
  1384. o16.Parent = o1
  1385. o17 = Instance.new("Part")
  1386. o17.Name = "Flash"
  1387. o17.Parent = o1
  1388. o17.Material = Enum.Material.SmoothPlastic
  1389. o17.BrickColor = BrickColor.new("Bright orange")
  1390. o17.Transparency = 1
  1391. o17.Position = Vector3.new(-113.539955, 1.41896844, 64.0666275)
  1392. o17.Rotation = Vector3.new(90.0000076, -5.12203633e-006, 180)
  1393. o17.Anchored = true
  1394. o17.CFrame = CFrame.new(-113.539955, 1.41896844, 64.0666275, -1, -1.50995419e-007, -8.93963943e-008, 8.93963801e-008, 1.04308192e-007, -1, 1.50995433e-007, -1, -1.04308178e-007)
  1395. o17.FormFactor = Enum.FormFactor.Custom
  1396. o17.Size = Vector3.new(0.216666669, 0.516666651, 0.216666669)
  1397. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. o17.Color = Color3.new(0.854902, 0.521569, 0.254902)
  1404. o18 = Instance.new("SpecialMesh")
  1405. o18.Parent = o17
  1406. o18.Scale = Vector3.new(2, 1.70000005, 2)
  1407. o18.MeshType = Enum.MeshType.Sphere
  1408. o19 = Instance.new("Part")
  1409. o19.Name = "Mag4"
  1410. o19.Parent = o1
  1411. o19.Material = Enum.Material.SmoothPlastic
  1412. o19.BrickColor = BrickColor.new("Neon orange")
  1413. o19.Position = Vector3.new(-113.539955, 0.229444504, 60.9571648)
  1414. o19.Rotation = Vector3.new(118.099487, 3.31188382e-010, 180)
  1415. o19.Anchored = true
  1416. o19.CFrame = CFrame.new(-113.539955, 0.229444504, 60.9571648, -1, -5.07987836e-012, 5.78032761e-012, -8.24089842e-012, 0.471000105, -0.882123709, 1.93443677e-012, -0.882123709, -0.471000105)
  1417. o19.FormFactor = Enum.FormFactor.Custom
  1418. o19.Size = Vector3.new(0.200000003, 0.349999994, 0.333333343)
  1419. o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. o19.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1426. o20 = Instance.new("BlockMesh")
  1427. o20.Parent = o19
  1428. o20.Scale = Vector3.new(0.833333373, 1, 1)
  1429. o21 = Instance.new("Part")
  1430. o21.Parent = o1
  1431. o21.Material = Enum.Material.SmoothPlastic
  1432. o21.BrickColor = BrickColor.new("Really black")
  1433. o21.Position = Vector3.new(-113.564957, 1.57731104, 61.0416603)
  1434. o21.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  1435. o21.Anchored = true
  1436. o21.CFrame = CFrame.new(-113.564957, 1.57731104, 61.0416603, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  1437. o21.FormFactor = Enum.FormFactor.Custom
  1438. o21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1439. o21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. o21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1442. o21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. o21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1446. o22 = Instance.new("CylinderMesh")
  1447. o22.Parent = o21
  1448. o22.Scale = Vector3.new(0.666666687, 0.333333343, 0.666666687)
  1449. o23 = Instance.new("Part")
  1450. o23.Parent = o1
  1451. o23.Material = Enum.Material.SmoothPlastic
  1452. o23.BrickColor = BrickColor.new("Neon orange")
  1453. o23.Position = Vector3.new(-113.539955, 1.48563385, 61.6083183)
  1454. o23.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  1455. o23.Anchored = true
  1456. o23.CFrame = CFrame.new(-113.539955, 1.48563385, 61.6083183, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  1457. o23.FormFactor = Enum.FormFactor.Custom
  1458. o23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1459. o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. o23.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1466. o24 = Instance.new("BlockMesh")
  1467. o24.Parent = o23
  1468. o24.Scale = Vector3.new(0.916666687, 0.333333343, 0.25)
  1469. o25 = Instance.new("Part")
  1470. o25.Parent = o1
  1471. o25.Material = Enum.Material.SmoothPlastic
  1472. o25.BrickColor = BrickColor.new("Really black")
  1473. o25.Position = Vector3.new(-113.639954, 1.42504084, 59.9866371)
  1474. o25.Rotation = Vector3.new(-79.9999847, -4.91393648e-010, 90)
  1475. o25.Anchored = true
  1476. o25.CFrame = CFrame.new(-113.639954, 1.42504084, 59.9866371, 7.54961107e-008, -1, -8.5764373e-012, 0.173648521, 1.31013387e-008, 0.984807789, -0.984807789, -7.43506305e-008, 0.173648506)
  1477. o25.FormFactor = Enum.FormFactor.Custom
  1478. o25.Size = Vector3.new(0.333333343, 0.200000003, 0.200000003)
  1479. o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1486. o26 = Instance.new("BlockMesh")
  1487. o26.Parent = o25
  1488. o26.Scale = Vector3.new(1, 0.0833333358, 0.25)
  1489. o27 = Instance.new("Part")
  1490. o27.Parent = o1
  1491. o27.Material = Enum.Material.SmoothPlastic
  1492. o27.BrickColor = BrickColor.new("Really black")
  1493. o27.Position = Vector3.new(-113.539955, 1.54396498, 59.6333504)
  1494. o27.Rotation = Vector3.new(90.0000153, 5.00939313e-006, 180)
  1495. o27.Anchored = true
  1496. o27.CFrame = CFrame.new(-113.539955, 1.54396498, 59.6333504, -1, -2.13552136e-012, 8.74304007e-008, -8.74304007e-008, 2.68221214e-007, -1, 2.11207028e-012, -1, -2.68221214e-007)
  1497. o27.FormFactor = Enum.FormFactor.Custom
  1498. o27.Size = Vector3.new(0.200000003, 0.316666663, 0.200000003)
  1499. o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1506. o28 = Instance.new("BlockMesh")
  1507. o28.Parent = o27
  1508. o28.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  1509. o29 = Instance.new("Part")
  1510. o29.Parent = o1
  1511. o29.Material = Enum.Material.SmoothPlastic
  1512. o29.BrickColor = BrickColor.new("Really black")
  1513. o29.Position = Vector3.new(-113.503296, 1.67397296, 63.7049255)
  1514. o29.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  1515. o29.Anchored = true
  1516. o29.CFrame = CFrame.new(-113.503296, 1.67397296, 63.7049255, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  1517. o29.FormFactor = Enum.FormFactor.Custom
  1518. o29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1519. o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. o29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1526. o30 = Instance.new("BlockMesh")
  1527. o30.Parent = o29
  1528. o30.Scale = Vector3.new(0.0416666679, 0.333333343, 0.116666667)
  1529. o31 = Instance.new("Part")
  1530. o31.Name = "A1"
  1531. o31.Parent = o1
  1532. o31.Material = Enum.Material.SmoothPlastic
  1533. o31.Position = Vector3.new(-113.594955, 1.53563416, 60.4333305)
  1534. o31.Rotation = Vector3.new(90.0000534, 5.02050989e-006, -180)
  1535. o31.Anchored = true
  1536. o31.CFrame = CFrame.new(-113.594955, 1.53563416, 60.4333305, -1, 1.50991113e-007, 8.76244286e-008, -8.76243078e-008, 8.19564661e-007, -1, -1.50991184e-007, -1, -8.19564661e-007)
  1537. o31.FormFactor = Enum.FormFactor.Custom
  1538. o31.Size = Vector3.new(0.200000003, 0.483333319, 0.200000003)
  1539. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. o32 = Instance.new("BlockMesh")
  1546. o32.Parent = o31
  1547. o32.Scale = Vector3.new(0.0833333358, 1, 0.583333313)
  1548. o33 = Instance.new("Part")
  1549. o33.Parent = o1
  1550. o33.Material = Enum.Material.SmoothPlastic
  1551. o33.BrickColor = BrickColor.new("Neon orange")
  1552. o33.Position = Vector3.new(-113.539955, 1.50229883, 61.1333237)
  1553. o33.Rotation = Vector3.new(-90, -5.40231693e-010, -180)
  1554. o33.Anchored = true
  1555. o33.CFrame = CFrame.new(-113.539955, 1.50229883, 61.1333237, -1, 2.13871629e-012, -9.42882144e-012, -9.42882057e-012, -1.19209389e-007, 1, 2.1387152e-012, 1, 1.19209389e-007)
  1556. o33.FormFactor = Enum.FormFactor.Custom
  1557. o33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1558. o33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. o33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. o33.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1565. o34 = Instance.new("SpecialMesh")
  1566. o34.Parent = o33
  1567. o34.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  1568. o34.MeshType = Enum.MeshType.Wedge
  1569. o35 = Instance.new("Part")
  1570. o35.Parent = o1
  1571. o35.Material = Enum.Material.SmoothPlastic
  1572. o35.BrickColor = BrickColor.new("Really black")
  1573. o35.Position = Vector3.new(-113.589958, 1.68949139, 60.6720581)
  1574. o35.Rotation = Vector3.new(92.0000153, 5.39824214e-006, -180)
  1575. o35.Anchored = true
  1576. o35.CFrame = CFrame.new(-113.589958, 1.68949139, 60.6720581, -1, 1.50990815e-007, 9.42170999e-008, -8.88901752e-008, 0.0348996483, -0.999390841, -1.54186978e-007, -0.999390841, -0.0348996483)
  1577. o35.FormFactor = Enum.FormFactor.Custom
  1578. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1579. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1586. o36 = Instance.new("BlockMesh")
  1587. o36.Parent = o35
  1588. o36.Scale = Vector3.new(0.333333343, 0.0833333358, 0.166666672)
  1589. o37 = Instance.new("Part")
  1590. o37.Parent = o1
  1591. o37.Material = Enum.Material.SmoothPlastic
  1592. o37.BrickColor = BrickColor.new("Really black")
  1593. o37.Position = Vector3.new(-113.639954, 1.31208479, 59.9074783)
  1594. o37.Rotation = Vector3.new(-79.9999847, 1.02127977e-007, 180)
  1595. o37.Anchored = true
  1596. o37.CFrame = CFrame.new(-113.639954, 1.31208479, 59.9074783, -1, -1.50989592e-007, 1.78246939e-009, 2.79745027e-008, -0.173648521, 0.984807789, -1.48386178e-007, 0.984807789, 0.173648506)
  1597. o37.FormFactor = Enum.FormFactor.Custom
  1598. o37.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  1599. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1606. o38 = Instance.new("SpecialMesh")
  1607. o38.Parent = o37
  1608. o38.Scale = Vector3.new(0.0833333358, 1, 0.333333343)
  1609. o38.MeshType = Enum.MeshType.Wedge
  1610. o39 = Instance.new("Part")
  1611. o39.Parent = o1
  1612. o39.Material = Enum.Material.SmoothPlastic
  1613. o39.BrickColor = BrickColor.new("Neon orange")
  1614. o39.Position = Vector3.new(-113.539955, 1.2939744, 60.8916626)
  1615. o39.Rotation = Vector3.new(-14.9999905, 9.48099853e-007, 90)
  1616. o39.Anchored = true
  1617. o39.CFrame = CFrame.new(-113.539955, 1.2939744, 60.8916626, -4.37199184e-008, -1, 1.65474638e-008, 0.965925932, -3.79474017e-008, 0.258818895, -0.258818895, 2.72991603e-008, 0.965925932)
  1618. o39.FormFactor = Enum.FormFactor.Custom
  1619. o39.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1620. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. o39.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1627. o40 = Instance.new("CylinderMesh")
  1628. o40.Parent = o39
  1629. o40.Scale = Vector3.new(0.666666687, 0.916666687, 0.666666687)
  1630. o41 = Instance.new("Part")
  1631. o41.Name = "Mag"
  1632. o41.Parent = o1
  1633. o41.Material = Enum.Material.SmoothPlastic
  1634. o41.BrickColor = BrickColor.new("Neon orange")
  1635. o41.Position = Vector3.new(-113.539955, 1.07309115, 60.3711433)
  1636. o41.Rotation = Vector3.new(-96.9999847, -5.9200047e-006, 180)
  1637. o41.Anchored = true
  1638. o41.CFrame = CFrame.new(-113.539955, 1.07309115, 60.3711433, -1, -1.50992278e-007, -1.03323572e-007, -1.20954695e-007, 0.12186902, 0.99254626, -1.37274853e-007, 0.99254626, -0.12186902)
  1639. o41.FormFactor = Enum.FormFactor.Custom
  1640. o41.Size = Vector3.new(0.200000003, 0.333333343, 0.50999999)
  1641. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. o41.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1648. o42 = Instance.new("BlockMesh")
  1649. o42.Parent = o41
  1650. o42.Scale = Vector3.new(0.833333373, 1, 1)
  1651. o43 = Instance.new("Part")
  1652. o43.Name = "A2"
  1653. o43.Parent = o1
  1654. o43.Material = Enum.Material.SmoothPlastic
  1655. o43.Position = Vector3.new(-113.686623, 1.50230181, 60.6583405)
  1656. o43.Rotation = Vector3.new(90.0000076, 6.21862455e-008, -180)
  1657. o43.Anchored = true
  1658. o43.CFrame = CFrame.new(-113.686623, 1.50230181, 60.6583405, -1, 1.50991127e-007, 1.0853547e-009, -1.08533893e-009, 1.04308192e-007, -1, -1.50991127e-007, -1, -1.04308192e-007)
  1659. o43.FormFactor = Enum.FormFactor.Custom
  1660. o43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1661. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. o44 = Instance.new("BlockMesh")
  1668. o44.Parent = o43
  1669. o44.Scale = Vector3.new(0.833333373, 0.166666672, 0.25)
  1670. o45 = Instance.new("Part")
  1671. o45.Name = "Handle"
  1672. o45.Parent = o1
  1673. o45.Material = Enum.Material.SmoothPlastic
  1674. o45.BrickColor = BrickColor.new("Really black")
  1675. o45.Transparency = 1
  1676. o45.Position = Vector3.new(-113.539955, 1.01230443, 59.8150177)
  1677. o45.Rotation = Vector3.new(-179.999985, 1.15806685e-007, 180)
  1678. o45.Anchored = true
  1679. o45.CFrame = CFrame.new(-113.539955, 1.01230443, 59.8150177, -1, -1.51002368e-007, 2.02120787e-009, -1.51002368e-007, 1, 3.27825802e-007, -2.02125738e-009, 3.27825802e-007, -1)
  1680. o45.FormFactor = Enum.FormFactor.Custom
  1681. o45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1682. o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1689. o46 = Instance.new("BlockMesh")
  1690. o46.Parent = o45
  1691. o46.Scale = Vector3.new(0.166666672, 0.75, 0.166666672)
  1692. o47 = Instance.new("Sound")
  1693. o47.Name = "Empty"
  1694. o47.Parent = o45
  1695. o47.SoundId = "rbxasset://sounds//clickfast.wav"
  1696. o47.Volume = 1
  1697. o48 = Instance.new("Sound")
  1698. o48.Name = "M1"
  1699. o48.Parent = o45
  1700. o48.Pitch = 1
  1701. o48.SoundId = "http://roblox.com/asset/?id=233931573"
  1702. o48.Volume = 1
  1703. o49 = Instance.new("Sound")
  1704. o49.Name = "M2"
  1705. o49.Pitch = 1.7
  1706. o49.Parent = o45
  1707. o49.SoundId = "http://roblox.com/asset/?id=147323220"
  1708. o49.Volume = 1
  1709. o50 = Instance.new("Sound")
  1710. o50.Name = "Fire"
  1711. o50.Parent = o45
  1712. o50.Pitch = 1.25
  1713. o50.Volume = 4
  1714. o50.SoundId = "http://roblox.com/asset/?id=258193800"
  1715. o50.PlayOnRemove = true
  1716. o51 = Instance.new("Sound")
  1717. o51.Name = "M3"
  1718. o51.Parent = o45
  1719. o51.SoundId = "http://roblox.com/asset/?id=152206337"
  1720. o51.Volume = 1
  1721. o51.PlayOnRemove = true
  1722. o53 = Instance.new("Part")
  1723. o53.Name = "Mag2"
  1724. o53.Parent = o1
  1725. o53.Material = Enum.Material.SmoothPlastic
  1726. o53.BrickColor = BrickColor.new("Neon orange")
  1727. o53.Position = Vector3.new(-113.539955, 0.701820016, 60.4757118)
  1728. o53.Rotation = Vector3.new(-117.412865, -4.27430313e-010, 180)
  1729. o53.Anchored = true
  1730. o53.CFrame = CFrame.new(-113.539955, 0.701820016, 60.4757118, -1, -1.888052e-012, -7.46006642e-012, -8.24089842e-012, 0.460395187, 0.88770467, 1.93443677e-012, 0.88770467, -0.460395187)
  1731. o53.FormFactor = Enum.FormFactor.Custom
  1732. o53.Size = Vector3.new(0.200000003, 0.333333343, 0.400000006)
  1733. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1735. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. o53.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1740. o54 = Instance.new("BlockMesh")
  1741. o54.Parent = o53
  1742. o54.Scale = Vector3.new(0.833333373, 1, 1)
  1743. o55 = Instance.new("Part")
  1744. o55.Name = "Mag3"
  1745. o55.Parent = o1
  1746. o55.Material = Enum.Material.SmoothPlastic
  1747. o55.BrickColor = BrickColor.new("Neon orange")
  1748. o55.Position = Vector3.new(-113.539955, 0.422861636, 60.6890869)
  1749. o55.Rotation = Vector3.new(133.099686, 2.44571335e-010, 180)
  1750. o55.Anchored = true
  1751. o55.CFrame = CFrame.new(-113.539955, 0.422861636, 60.6890869, -1, -6.40285958e-012, 4.26857508e-012, -8.24089842e-012, 0.683264196, -0.730159819, 1.93443677e-012, -0.730159819, -0.683264196)
  1752. o55.FormFactor = Enum.FormFactor.Custom
  1753. o55.Size = Vector3.new(0.200000003, 0.449999988, 0.333333343)
  1754. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. o55.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1761. o56 = Instance.new("BlockMesh")
  1762. o56.Parent = o55
  1763. o56.Scale = Vector3.new(0.833333373, 1, 1)
  1764. o57 = Instance.new("Part")
  1765. o57.Parent = o1
  1766. o57.Material = Enum.Material.SmoothPlastic
  1767. o57.BrickColor = BrickColor.new("Really black")
  1768. o57.Position = Vector3.new(-113.539955, 1.20230353, 59.8150177)
  1769. o57.Rotation = Vector3.new(-179.999985, 1.15806685e-007, 180)
  1770. o57.Anchored = true
  1771. o57.CFrame = CFrame.new(-113.539955, 1.20230353, 59.8150177, -1, -1.51002368e-007, 2.02120787e-009, -1.51002368e-007, 1, 3.27825802e-007, -2.02125738e-009, 3.27825802e-007, -1)
  1772. o57.FormFactor = Enum.FormFactor.Custom
  1773. o57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1774. o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1781. o58 = Instance.new("BlockMesh")
  1782. o58.Parent = o57
  1783. o58.Scale = Vector3.new(0.166666672, 0.75, 0.166666672)
  1784. o59 = Instance.new("Sound")
  1785. o59.Name = "Empty"
  1786. o59.Parent = o57
  1787. o59.SoundId = "rbxasset://sounds//clickfast.wav"
  1788. o59.Volume = 1
  1789. o60 = Instance.new("Sound")
  1790. o60.Name = "M1"
  1791. o60.Parent = o57
  1792. o60.Pitch = 1
  1793. o60.SoundId = "http://roblox.com/asset/?id=233931573"
  1794. o60.Volume = 1
  1795. o61 = Instance.new("Sound")
  1796. o61.Name = "M2"
  1797. o61.Parent = o57
  1798. o61.Pitch = 1.7
  1799. o61.SoundId = "http://roblox.com/asset/?id=147323220"
  1800. o61.Volume = 1
  1801. o62 = Instance.new("Sound")
  1802. o62.Name = "Fire"
  1803. o62.Parent = o57
  1804. o62.Pitch = 1.25
  1805. o62.SoundId = "http://roblox.com/asset/?id=258193800"
  1806. o62.PlayOnRemove = true
  1807. o62.Volume = 4
  1808. o63 = Instance.new("Sound")
  1809. o63.Name = "M3"
  1810. o63.Parent = o57
  1811. o63.SoundId = "http://roblox.com/asset/?id=10209881"
  1812. o63.Volume = 1
  1813. o63.PlayOnRemove = true
  1814. o64 = Instance.new("Part")
  1815. o64.Parent = o1
  1816. o64.Material = Enum.Material.SmoothPlastic
  1817. o64.BrickColor = BrickColor.new("Neon orange")
  1818. o64.Position = Vector3.new(-113.539955, 1.50229979, 61.2999878)
  1819. o64.Rotation = Vector3.new(-89.9999924, -5.01429398e-010, 1.22437713e-010)
  1820. o64.Anchored = true
  1821. o64.CFrame = CFrame.new(-113.539955, 1.50229979, 61.2999878, 1, -2.13694123e-012, -8.75159407e-012, 8.75159493e-012, 2.38418806e-007, 1, -2.13693885e-012, -1, 2.38418806e-007)
  1822. o64.FormFactor = Enum.FormFactor.Custom
  1823. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1824. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1829. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1830. o64.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1831. o65 = Instance.new("SpecialMesh")
  1832. o65.Parent = o64
  1833. o65.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  1834. o65.MeshType = Enum.MeshType.Wedge
  1835. o66 = Instance.new("Part")
  1836. o66.Parent = o1
  1837. o66.Material = Enum.Material.SmoothPlastic
  1838. o66.BrickColor = BrickColor.new("Neon orange")
  1839. o66.Position = Vector3.new(-113.5373, 0.891278505, 58.2646141)
  1840. o66.Rotation = Vector3.new(-180, -2.50457879e-006, -4.2913037e-010)
  1841. o66.Anchored = true
  1842. o66.CFrame = CFrame.new(-113.5373, 0.891278505, 58.2646141, 1, 7.489738e-012, -4.37131469e-008, 8.24089842e-012, -0.999991596, 4.37110295e-008, -4.3712955e-008, -4.37110295e-008, -0.999991596)
  1843. o66.CanCollide = false
  1844. o66.FormFactor = Enum.FormFactor.Symmetric
  1845. o66.Size = Vector3.new(1, 1, 1)
  1846. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. o66.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1853. o67 = Instance.new("SpecialMesh")
  1854. o67.Parent = o66
  1855. o67.Scale = Vector3.new(0.192307696, 0.0384615399, 0.653846145)
  1856. o67.MeshType = Enum.MeshType.Wedge
  1857. o68 = Instance.new("Part")
  1858. o68.Parent = o1
  1859. o68.Material = Enum.Material.SmoothPlastic
  1860. o68.BrickColor = BrickColor.new("Really black")
  1861. o68.Position = Vector3.new(-113.539955, 1.49396372, 62.1166382)
  1862. o68.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  1863. o68.Anchored = true
  1864. o68.CFrame = CFrame.new(-113.539955, 1.49396372, 62.1166382, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  1865. o68.FormFactor = Enum.FormFactor.Custom
  1866. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1867. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1874. o69 = Instance.new("BlockMesh")
  1875. o69.Parent = o68
  1876. o69.Scale = Vector3.new(0.333333343, 0.0833333358, 0.666666687)
  1877. o70 = Instance.new("Part")
  1878. o70.Parent = o1
  1879. o70.Material = Enum.Material.SmoothPlastic
  1880. o70.BrickColor = BrickColor.new("Neon orange")
  1881. o70.Position = Vector3.new(-113.539955, 1.11064351, 59.6583519)
  1882. o70.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  1883. o70.Anchored = true
  1884. o70.CFrame = CFrame.new(-113.539955, 1.11064351, 59.6583519, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  1885. o70.FormFactor = Enum.FormFactor.Custom
  1886. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1887. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. o70.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1894. o71 = Instance.new("BlockMesh")
  1895. o71.Parent = o70
  1896. o71.Scale = Vector3.new(0.916666687, 0.5, 0.333333343)
  1897. o72 = Instance.new("Part")
  1898. o72.Parent = o1
  1899. o72.Material = Enum.Material.SmoothPlastic
  1900. o72.BrickColor = BrickColor.new("Neon orange")
  1901. o72.Position = Vector3.new(-113.539955, 1.50229979, 61.5666542)
  1902. o72.Rotation = Vector3.new(-89.9999924, -4.79929207e-010, 1.22844804e-010)
  1903. o72.Anchored = true
  1904. o72.CFrame = CFrame.new(-113.539955, 1.50229979, 61.5666542, 1, -2.14404623e-012, -8.37634476e-012, 8.37634562e-012, 2.23517574e-007, 1, -2.14404427e-012, -1, 2.23517588e-007)
  1905. o72.FormFactor = Enum.FormFactor.Custom
  1906. o72.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1907. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1913. o72.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1914. o73 = Instance.new("SpecialMesh")
  1915. o73.Parent = o72
  1916. o73.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  1917. o73.MeshType = Enum.MeshType.Wedge
  1918. o74 = Instance.new("Part")
  1919. o74.Parent = o1
  1920. o74.Material = Enum.Material.SmoothPlastic
  1921. o74.BrickColor = BrickColor.new("Really black")
  1922. o74.Position = Vector3.new(-113.539955, 1.06898797, 59.508358)
  1923. o74.Rotation = Vector3.new(-89.9999924, -5.20843257e-010, 1.22437671e-010)
  1924. o74.Anchored = true
  1925. o74.CFrame = CFrame.new(-113.539955, 1.06898797, 59.508358, 1, -2.13694058e-012, -9.0904298e-012, 9.0904298e-012, 1.63912873e-007, 1, -2.13693885e-012, -1, 1.63912887e-007)
  1926. o74.FormFactor = Enum.FormFactor.Custom
  1927. o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1928. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1929. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1932. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1933. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1935. o75 = Instance.new("BlockMesh")
  1936. o75.Parent = o74
  1937. o75.Scale = Vector3.new(0.916666687, 1, 0.75)
  1938. o76 = Instance.new("Part")
  1939. o76.Parent = o1
  1940. o76.Material = Enum.Material.SmoothPlastic
  1941. o76.BrickColor = BrickColor.new("Neon orange")
  1942. o76.Position = Vector3.new(-113.539955, 1.48563385, 61.3499832)
  1943. o76.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  1944. o76.Anchored = true
  1945. o76.CFrame = CFrame.new(-113.539955, 1.48563385, 61.3499832, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  1946. o76.FormFactor = Enum.FormFactor.Custom
  1947. o76.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1948. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1950. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. o76.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1955. o77 = Instance.new("BlockMesh")
  1956. o77.Parent = o76
  1957. o77.Scale = Vector3.new(0.916666687, 0.416666687, 0.25)
  1958. o78 = Instance.new("Part")
  1959. o78.Parent = o1
  1960. o78.Material = Enum.Material.SmoothPlastic
  1961. o78.BrickColor = BrickColor.new("Really black")
  1962. o78.Position = Vector3.new(-113.539955, 1.09897149, 59.8350143)
  1963. o78.Rotation = Vector3.new(-119.999992, 5.93669711e-006, -1.54809596e-010)
  1964. o78.Anchored = true
  1965. o78.CFrame = CFrame.new(-113.539955, 1.09897149, 59.8350143, 1, 2.7019372e-012, 1.03614909e-007, -8.97317989e-008, -0.499999911, 0.866025507, 5.18097814e-008, -0.866025507, -0.499999911)
  1966. o78.FormFactor = Enum.FormFactor.Custom
  1967. o78.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1968. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. o78.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1975. o79 = Instance.new("SpecialMesh")
  1976. o79.Parent = o78
  1977. o79.Scale = Vector3.new(0.166666672, 0.166666672, 0.416666687)
  1978. o79.MeshType = Enum.MeshType.Wedge
  1979. o80 = Instance.new("Part")
  1980. o80.Parent = o1
  1981. o80.Material = Enum.Material.SmoothPlastic
  1982. o80.BrickColor = BrickColor.new("Neon orange")
  1983. o80.Position = Vector3.new(-113.5373, 1.04512715, 58.2646141)
  1984. o80.Rotation = Vector3.new(2.50447852e-006, 2.50457879e-006, 4.2913037e-010)
  1985. o80.Anchored = true
  1986. o80.CFrame = CFrame.new(-113.5373, 1.04512715, 58.2646141, 1, -7.489738e-012, 4.37131469e-008, 8.24089842e-012, 0.999991596, -4.37110295e-008, -4.3712955e-008, 4.37110295e-008, 0.999991596)
  1987. o80.CanCollide = false
  1988. o80.FormFactor = Enum.FormFactor.Symmetric
  1989. o80.Size = Vector3.new(1, 1, 1)
  1990. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. o80.Color = Color3.new(0.835294, 0.45098, 0.239216)
  1997. o81 = Instance.new("BlockMesh")
  1998. o81.Parent = o80
  1999. o81.Scale = Vector3.new(0.192307696, 0.269230783, 0.653846145)
  2000. o82 = Instance.new("Part")
  2001. o82.Parent = o1
  2002. o82.Material = Enum.Material.SmoothPlastic
  2003. o82.BrickColor = BrickColor.new("Neon orange")
  2004. o82.Position = Vector3.new(-113.539955, 1.50229883, 61.3999901)
  2005. o82.Rotation = Vector3.new(-90, -5.61757252e-010, -180)
  2006. o82.Anchored = true
  2007. o82.CFrame = CFrame.new(-113.539955, 1.50229883, 61.3999901, -1, 2.14582128e-012, -9.80451397e-012, -9.80451397e-012, -1.04308192e-007, 1, 2.14582041e-012, 1, 1.04308192e-007)
  2008. o82.FormFactor = Enum.FormFactor.Custom
  2009. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2010. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2016. o82.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2017. o83 = Instance.new("SpecialMesh")
  2018. o83.Parent = o82
  2019. o83.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  2020. o83.MeshType = Enum.MeshType.Wedge
  2021. o84 = Instance.new("Part")
  2022. o84.Parent = o1
  2023. o84.Material = Enum.Material.SmoothPlastic
  2024. o84.BrickColor = BrickColor.new("Really black")
  2025. o84.Position = Vector3.new(-113.539955, 1.6573081, 60.983326)
  2026. o84.Rotation = Vector3.new(90.0000076, 5.29337331e-006, -180)
  2027. o84.Anchored = true
  2028. o84.CFrame = CFrame.new(-113.539955, 1.6573081, 60.983326, -1, 1.50991141e-007, 9.23867916e-008, -9.2386756e-008, 1.93715223e-007, -1, -1.50991141e-007, -1, -1.93715223e-007)
  2029. o84.FormFactor = Enum.FormFactor.Custom
  2030. o84.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2031. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2035. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2036. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2037. o84.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2038. o85 = Instance.new("BlockMesh")
  2039. o85.Parent = o84
  2040. o85.Scale = Vector3.new(0.666666687, 0.25, 0.25)
  2041. o86 = Instance.new("Part")
  2042. o86.Parent = o1
  2043. o86.Material = Enum.Material.SmoothPlastic
  2044. o86.BrickColor = BrickColor.new("Dark stone grey")
  2045. o86.Position = Vector3.new(-113.539955, 1.61896086, 61.0416603)
  2046. o86.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2047. o86.Anchored = true
  2048. o86.CFrame = CFrame.new(-113.539955, 1.61896086, 61.0416603, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2049. o86.FormFactor = Enum.FormFactor.Custom
  2050. o86.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2051. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2054. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2055. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2056. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2057. o86.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2058. o87 = Instance.new("BlockMesh")
  2059. o87.Parent = o86
  2060. o87.Scale = Vector3.new(0.25, 0.333333343, 0.25)
  2061. o88 = Instance.new("Part")
  2062. o88.Parent = o1
  2063. o88.Material = Enum.Material.SmoothPlastic
  2064. o88.BrickColor = BrickColor.new("Really black")
  2065. o88.Position = Vector3.new(-113.569962, 1.69896829, 63.7049255)
  2066. o88.Rotation = Vector3.new(-90, 24.9996357, -2.59040348e-007)
  2067. o88.Anchored = true
  2068. o88.CFrame = CFrame.new(-113.569962, 1.69896829, 63.7049255, 0.906310558, 4.09752721e-009, 0.422612488, -0.422612458, 1.3219902e-007, 0.906310558, -5.21553183e-008, -1, 1.21545028e-007)
  2069. o88.FormFactor = Enum.FormFactor.Custom
  2070. o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2071. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2076. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2077. o88.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2078. o89 = Instance.new("BlockMesh")
  2079. o89.Parent = o88
  2080. o89.Scale = Vector3.new(0.0416666679, 0.333333343, 0.166666672)
  2081. o90 = Instance.new("Part")
  2082. o90.Parent = o1
  2083. o90.Material = Enum.Material.SmoothPlastic
  2084. o90.BrickColor = BrickColor.new("Really black")
  2085. o90.Position = Vector3.new(-113.639954, 1.38396943, 59.6916847)
  2086. o90.Rotation = Vector3.new(-89.9999924, -5.20461618e-010, 90)
  2087. o90.Anchored = true
  2088. o90.CFrame = CFrame.new(-113.639954, 1.38396943, 59.6916847, 7.54973826e-008, -1, -9.08376846e-012, 2.23517574e-007, -9.06689307e-012, 1, -1, -7.54973826e-008, 2.23517588e-007)
  2089. o90.FormFactor = Enum.FormFactor.Custom
  2090. o90.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2091. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2092. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2093. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2094. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2095. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2097. o90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2098. o91 = Instance.new("CylinderMesh")
  2099. o91.Parent = o90
  2100. o91.Scale = Vector3.new(0.666666687, 0.0833333358, 0.666666687)
  2101. o92 = Instance.new("Part")
  2102. o92.Parent = o1
  2103. o92.Material = Enum.Material.SmoothPlastic
  2104. o92.BrickColor = BrickColor.new("Really black")
  2105. o92.Position = Vector3.new(-113.48996, 1.68949139, 60.6720581)
  2106. o92.Rotation = Vector3.new(92.0000153, 5.39824214e-006, -180)
  2107. o92.Anchored = true
  2108. o92.CFrame = CFrame.new(-113.48996, 1.68949139, 60.6720581, -1, 1.50990815e-007, 9.42170999e-008, -8.88901752e-008, 0.0348996483, -0.999390841, -1.54186978e-007, -0.999390841, -0.0348996483)
  2109. o92.FormFactor = Enum.FormFactor.Custom
  2110. o92.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2111. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2113. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2115. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2116. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2117. o92.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2118. o93 = Instance.new("BlockMesh")
  2119. o93.Parent = o92
  2120. o93.Scale = Vector3.new(0.333333343, 0.0833333358, 0.166666672)
  2121. o94 = Instance.new("Part")
  2122. o94.Parent = o1
  2123. o94.Material = Enum.Material.SmoothPlastic
  2124. o94.BrickColor = BrickColor.new("Really black")
  2125. o94.Position = Vector3.new(-113.539955, 1.52947271, 63.6085854)
  2126. o94.Rotation = Vector3.new(-59.9999962, -3.89844712e-010, 3.66455755e-010)
  2127. o94.Anchored = true
  2128. o94.CFrame = CFrame.new(-113.539955, 1.52947271, 63.6085854, 1, -6.39585954e-012, -6.8040738e-012, 9.0904298e-012, 0.500000119, 0.866025388, -2.13693885e-012, -0.866025388, 0.500000119)
  2129. o94.FormFactor = Enum.FormFactor.Custom
  2130. o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2131. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2132. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2134. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2135. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2136. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2137. o94.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2138. o95 = Instance.new("BlockMesh")
  2139. o95.Parent = o94
  2140. o95.Scale = Vector3.new(0.333333343, 0.0833333358, 0.583333313)
  2141. o96 = Instance.new("Part")
  2142. o96.Parent = o1
  2143. o96.Material = Enum.Material.SmoothPlastic
  2144. o96.BrickColor = BrickColor.new("Neon orange")
  2145. o96.Position = Vector3.new(-113.5373, 1.04512715, 58.7069168)
  2146. o96.Rotation = Vector3.new(-180, -2.50457879e-006, -4.2913037e-010)
  2147. o96.Anchored = true
  2148. o96.CFrame = CFrame.new(-113.5373, 1.04512715, 58.7069168, 1, 7.489738e-012, -4.37131469e-008, 8.24089842e-012, -0.999991596, 4.37110295e-008, -4.3712955e-008, -4.37110295e-008, -0.999991596)
  2149. o96.CanCollide = false
  2150. o96.FormFactor = Enum.FormFactor.Symmetric
  2151. o96.Size = Vector3.new(1, 1, 1)
  2152. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2155. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. o96.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2159. o97 = Instance.new("SpecialMesh")
  2160. o97.Parent = o96
  2161. o97.Scale = Vector3.new(0.192307696, 0.269230783, 0.230769232)
  2162. o97.MeshType = Enum.MeshType.Wedge
  2163. o98 = Instance.new("Part")
  2164. o98.Parent = o1
  2165. o98.Material = Enum.Material.SmoothPlastic
  2166. o98.BrickColor = BrickColor.new("Neon orange")
  2167. o98.Position = Vector3.new(-113.5373, 1.23742986, 58.3800011)
  2168. o98.Rotation = Vector3.new(2.50447852e-006, 2.50457879e-006, 4.2913037e-010)
  2169. o98.Anchored = true
  2170. o98.CFrame = CFrame.new(-113.5373, 1.23742986, 58.3800011, 1, -7.489738e-012, 4.37131469e-008, 8.24089842e-012, 0.999991596, -4.37110295e-008, -4.3712955e-008, 4.37110295e-008, 0.999991596)
  2171. o98.CanCollide = false
  2172. o98.FormFactor = Enum.FormFactor.Symmetric
  2173. o98.Size = Vector3.new(1, 1, 1)
  2174. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. o98.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2181. o99 = Instance.new("BlockMesh")
  2182. o99.Parent = o98
  2183. o99.Scale = Vector3.new(0.192307696, 0.115384616, 0.884615362)
  2184. o100 = Instance.new("Part")
  2185. o100.Parent = o1
  2186. o100.Material = Enum.Material.SmoothPlastic
  2187. o100.BrickColor = BrickColor.new("Dark stone grey")
  2188. o100.Position = Vector3.new(-113.539955, 1.33564579, 59.3583641)
  2189. o100.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2190. o100.Anchored = true
  2191. o100.CFrame = CFrame.new(-113.539955, 1.33564579, 59.3583641, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2192. o100.FormFactor = Enum.FormFactor.Custom
  2193. o100.Size = Vector3.new(0.200000003, 0.200000003, 0.216666669)
  2194. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2195. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2196. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. o100.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2201. o101 = Instance.new("BlockMesh")
  2202. o101.Parent = o100
  2203. o101.Scale = Vector3.new(0.833333373, 0.5, 1)
  2204. o102 = Instance.new("Part")
  2205. o102.Parent = o1
  2206. o102.Material = Enum.Material.SmoothPlastic
  2207. o102.BrickColor = BrickColor.new("Really black")
  2208. o102.Position = Vector3.new(-113.539955, 1.41896677, 61.7166557)
  2209. o102.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2210. o102.Anchored = true
  2211. o102.CFrame = CFrame.new(-113.539955, 1.41896677, 61.7166557, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2212. o102.FormFactor = Enum.FormFactor.Custom
  2213. o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2214. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. o102.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2221. o103 = Instance.new("CylinderMesh")
  2222. o103.Parent = o102
  2223. o103.Scale = Vector3.new(0.583333313, 0.25, 0.583333313)
  2224. o104 = Instance.new("Part")
  2225. o104.Parent = o1
  2226. o104.Material = Enum.Material.SmoothPlastic
  2227. o104.BrickColor = BrickColor.new("Really black")
  2228. o104.Position = Vector3.new(-113.539955, 1.41896856, 63.2416458)
  2229. o104.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2230. o104.Anchored = true
  2231. o104.CFrame = CFrame.new(-113.539955, 1.41896856, 63.2416458, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2232. o104.FormFactor = Enum.FormFactor.Custom
  2233. o104.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2234. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2235. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2241. o105 = Instance.new("CylinderMesh")
  2242. o105.Parent = o104
  2243. o105.Scale = Vector3.new(0.5, 1, 0.5)
  2244. o106 = Instance.new("Part")
  2245. o106.Parent = o1
  2246. o106.Material = Enum.Material.SmoothPlastic
  2247. o106.BrickColor = BrickColor.new("Really black")
  2248. o106.Position = Vector3.new(-113.539955, 1.37730253, 63.4383125)
  2249. o106.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2250. o106.Anchored = true
  2251. o106.CFrame = CFrame.new(-113.539955, 1.37730253, 63.4383125, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2252. o106.FormFactor = Enum.FormFactor.Custom
  2253. o106.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2254. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2255. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2260. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2261. o107 = Instance.new("BlockMesh")
  2262. o107.Parent = o106
  2263. o107.Scale = Vector3.new(0.166666672, 0.5, 0.333333343)
  2264. o108 = Instance.new("Part")
  2265. o108.Parent = o1
  2266. o108.Material = Enum.Material.SmoothPlastic
  2267. o108.BrickColor = BrickColor.new("Really black")
  2268. o108.Position = Vector3.new(-113.539955, 1.18563902, 60.0650139)
  2269. o108.Rotation = Vector3.new(-89.9999924, -5.91999378e-006, 180)
  2270. o108.Anchored = true
  2271. o108.CFrame = CFrame.new(-113.539955, 1.18563902, 60.0650139, -1, -1.50991156e-007, -1.0332338e-007, -1.03323345e-007, -2.23517574e-007, 1, -1.5099117e-007, 1, 2.23517574e-007)
  2272. o108.FormFactor = Enum.FormFactor.Custom
  2273. o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2274. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2276. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2277. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2278. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2279. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2280. o108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2281. o109 = Instance.new("BlockMesh")
  2282. o109.Parent = o108
  2283. o109.Scale = Vector3.new(0.833333373, 0.5, 0.916666687)
  2284. o110 = Instance.new("Part")
  2285. o110.Parent = o1
  2286. o110.Material = Enum.Material.SmoothPlastic
  2287. o110.BrickColor = BrickColor.new("Neon orange")
  2288. o110.Position = Vector3.new(-113.514954, 1.57730913, 61.6666527)
  2289. o110.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2290. o110.Anchored = true
  2291. o110.CFrame = CFrame.new(-113.514954, 1.57730913, 61.6666527, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2292. o110.FormFactor = Enum.FormFactor.Custom
  2293. o110.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2294. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2295. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2296. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2297. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2298. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2299. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2300. o110.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2301. o111 = Instance.new("CylinderMesh")
  2302. o111.Parent = o110
  2303. o111.Scale = Vector3.new(0.666666687, 0.25, 0.666666687)
  2304. o112 = Instance.new("Part")
  2305. o112.Parent = o1
  2306. o112.Material = Enum.Material.SmoothPlastic
  2307. o112.BrickColor = BrickColor.new("Really black")
  2308. o112.Position = Vector3.new(-113.539955, 1.56063223, 61.9083138)
  2309. o112.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2310. o112.Anchored = true
  2311. o112.CFrame = CFrame.new(-113.539955, 1.56063223, 61.9083138, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2312. o112.FormFactor = Enum.FormFactor.Custom
  2313. o112.Size = Vector3.new(0.200000003, 0.433333337, 0.200000003)
  2314. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2315. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2316. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2317. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2318. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2319. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2320. o112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2321. o113 = Instance.new("CylinderMesh")
  2322. o113.Parent = o112
  2323. o113.Scale = Vector3.new(0.333333343, 1, 0.333333343)
  2324. o114 = Instance.new("Part")
  2325. o114.Parent = o1
  2326. o114.Material = Enum.Material.SmoothPlastic
  2327. o114.BrickColor = BrickColor.new("Really black")
  2328. o114.Position = Vector3.new(-113.539955, 1.20231974, 59.5666847)
  2329. o114.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2330. o114.Anchored = true
  2331. o114.CFrame = CFrame.new(-113.539955, 1.20231974, 59.5666847, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2332. o114.FormFactor = Enum.FormFactor.Custom
  2333. o114.Size = Vector3.new(0.200000003, 0.316666663, 0.200000003)
  2334. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2335. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2336. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2337. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2338. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. o114.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2341. o115 = Instance.new("BlockMesh")
  2342. o115.Parent = o114
  2343. o115.Scale = Vector3.new(0.833333373, 1, 0.583333313)
  2344. o116 = Instance.new("Part")
  2345. o116.Parent = o1
  2346. o116.Material = Enum.Material.SmoothPlastic
  2347. o116.BrickColor = BrickColor.new("Neon orange")
  2348. o116.Position = Vector3.new(-113.539955, 1.43563318, 61.6666527)
  2349. o116.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2350. o116.Anchored = true
  2351. o116.CFrame = CFrame.new(-113.539955, 1.43563318, 61.6666527, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2352. o116.FormFactor = Enum.FormFactor.Custom
  2353. o116.Size = Vector3.new(0.200000003, 0.200000003, 0.283333331)
  2354. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2355. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2356. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. o116.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2361. o117 = Instance.new("BlockMesh")
  2362. o117.Parent = o116
  2363. o117.Scale = Vector3.new(0.916666687, 0.25, 1)
  2364. o118 = Instance.new("Part")
  2365. o118.Parent = o1
  2366. o118.Material = Enum.Material.SmoothPlastic
  2367. o118.BrickColor = BrickColor.new("Really black")
  2368. o118.Position = Vector3.new(-113.48996, 1.67825508, 60.750042)
  2369. o118.Rotation = Vector3.new(-87.9999847, -2.80858876e-006, 90)
  2370. o118.Anchored = true
  2371. o118.CFrame = CFrame.new(-113.48996, 1.67825508, 60.750042, -4.37141736e-008, -1, -4.90191212e-008, 0.0348996781, -5.0514867e-008, 0.999390841, -0.999390841, 4.197679e-008, 0.0348996781)
  2372. o118.FormFactor = Enum.FormFactor.Custom
  2373. o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2374. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2375. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2377. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2378. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2380. o118.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2381. o119 = Instance.new("CylinderMesh")
  2382. o119.Parent = o118
  2383. o119.Scale = Vector3.new(0.25, 0.333333343, 0.25)
  2384. o120 = Instance.new("Part")
  2385. o120.Parent = o1
  2386. o120.Material = Enum.Material.SmoothPlastic
  2387. o120.BrickColor = BrickColor.new("Neon orange")
  2388. o120.Position = Vector3.new(-113.539955, 1.61896086, 61.3583183)
  2389. o120.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2390. o120.Anchored = true
  2391. o120.CFrame = CFrame.new(-113.539955, 1.61896086, 61.3583183, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2392. o120.FormFactor = Enum.FormFactor.Custom
  2393. o120.Size = Vector3.new(0.200000003, 0.566666663, 0.200000003)
  2394. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2395. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2396. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2397. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2398. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2400. o120.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2401. o121 = Instance.new("BlockMesh")
  2402. o121.Parent = o120
  2403. o121.Scale = Vector3.new(0.25, 1, 0.25)
  2404. o122 = Instance.new("Part")
  2405. o122.Parent = o1
  2406. o122.Material = Enum.Material.SmoothPlastic
  2407. o122.BrickColor = BrickColor.new("Neon orange")
  2408. o122.Position = Vector3.new(-113.514954, 1.57731104, 61.3583183)
  2409. o122.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2410. o122.Anchored = true
  2411. o122.CFrame = CFrame.new(-113.514954, 1.57731104, 61.3583183, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2412. o122.FormFactor = Enum.FormFactor.Custom
  2413. o122.Size = Vector3.new(0.200000003, 0.566666663, 0.200000003)
  2414. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2416. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. o122.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2421. o123 = Instance.new("CylinderMesh")
  2422. o123.Parent = o122
  2423. o123.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  2424. o124 = Instance.new("Part")
  2425. o124.Parent = o1
  2426. o124.Material = Enum.Material.SmoothPlastic
  2427. o124.BrickColor = BrickColor.new("Really black")
  2428. o124.Position = Vector3.new(-113.539955, 1.51565146, 59.4416924)
  2429. o124.Rotation = Vector3.new(112.000015, 5.29329009e-006, -180)
  2430. o124.Anchored = true
  2431. o124.CFrame = CFrame.new(-113.539955, 1.51565146, 59.4416924, -1, 1.50987916e-007, 9.2385342e-008, -2.90970945e-008, 0.374606788, -0.927183807, -1.74601695e-007, -0.927183807, -0.374606788)
  2432. o124.FormFactor = Enum.FormFactor.Custom
  2433. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2434. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2435. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2437. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. o124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2441. o125 = Instance.new("BlockMesh")
  2442. o125.Parent = o124
  2443. o125.Scale = Vector3.new(0.333333343, 0.333333343, 0.25)
  2444. o126 = Instance.new("Part")
  2445. o126.Parent = o1
  2446. o126.Material = Enum.Material.SmoothPlastic
  2447. o126.BrickColor = BrickColor.new("Neon orange")
  2448. o126.Position = Vector3.new(-113.539955, 1.46897125, 61.1333237)
  2449. o126.Rotation = Vector3.new(90.0000076, -5.00833175e-006, -1.2209328e-010)
  2450. o126.Anchored = true
  2451. o126.CFrame = CFrame.new(-113.539955, 1.46897125, 61.1333237, 1, 2.13092976e-012, -8.74118768e-008, -8.74118768e-008, -1.04308192e-007, -1, -2.14004747e-012, 1, -1.04308192e-007)
  2452. o126.FormFactor = Enum.FormFactor.Custom
  2453. o126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2454. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2455. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2458. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. o126.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2461. o127 = Instance.new("SpecialMesh")
  2462. o127.Parent = o126
  2463. o127.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  2464. o127.MeshType = Enum.MeshType.Wedge
  2465. o128 = Instance.new("Part")
  2466. o128.Parent = o1
  2467. o128.Material = Enum.Material.SmoothPlastic
  2468. o128.BrickColor = BrickColor.new("Really black")
  2469. o128.Position = Vector3.new(-113.539955, 1.34397781, 62.5949593)
  2470. o128.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2471. o128.Anchored = true
  2472. o128.CFrame = CFrame.new(-113.539955, 1.34397781, 62.5949593, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2473. o128.FormFactor = Enum.FormFactor.Custom
  2474. o128.Size = Vector3.new(0.200000003, 1.80666661, 0.200000003)
  2475. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2476. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2477. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2478. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2481. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2482. o129 = Instance.new("CylinderMesh")
  2483. o129.Parent = o128
  2484. o129.Scale = Vector3.new(0.166666672, 1, 0.166666672)
  2485. o130 = Instance.new("Part")
  2486. o130.Parent = o1
  2487. o130.Material = Enum.Material.SmoothPlastic
  2488. o130.BrickColor = BrickColor.new("Neon orange")
  2489. o130.Position = Vector3.new(-113.5373, 1.39128041, 58.5915298)
  2490. o130.Rotation = Vector3.new(2.50447852e-006, 2.50457879e-006, 4.2913037e-010)
  2491. o130.Anchored = true
  2492. o130.CFrame = CFrame.new(-113.5373, 1.39128041, 58.5915298, 1, -7.489738e-012, 4.37131469e-008, 8.24089842e-012, 0.999991596, -4.37110295e-008, -4.3712955e-008, 4.37110295e-008, 0.999991596)
  2493. o130.CanCollide = false
  2494. o130.FormFactor = Enum.FormFactor.Symmetric
  2495. o130.Size = Vector3.new(1, 1, 2)
  2496. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2497. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2498. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2499. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2500. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2501. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2502. o130.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2503. o131 = Instance.new("SpecialMesh")
  2504. o131.Parent = o130
  2505. o131.Scale = Vector3.new(0.192307696, 0.115384616, 0.769230783)
  2506. o131.MeshType = Enum.MeshType.Wedge
  2507. o132 = Instance.new("Part")
  2508. o132.Parent = o1
  2509. o132.Material = Enum.Material.SmoothPlastic
  2510. o132.BrickColor = BrickColor.new("Really black")
  2511. o132.Position = Vector3.new(-113.539955, 1.24397194, 60.1083488)
  2512. o132.Rotation = Vector3.new(-90, -5.21097721e-010, -180)
  2513. o132.Anchored = true
  2514. o132.CFrame = CFrame.new(-113.539955, 1.24397194, 60.1083488, -1, 2.13516336e-012, -9.09487069e-012, -9.09487069e-012, -7.45058344e-008, 1, 2.13516271e-012, 1, 7.45058344e-008)
  2515. o132.FormFactor = Enum.FormFactor.Custom
  2516. o132.Size = Vector3.new(0.200000003, 1.43333328, 0.200000003)
  2517. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2518. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2519. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2520. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2521. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2522. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2523. o132.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2524. o133 = Instance.new("SpecialMesh")
  2525. o133.Parent = o132
  2526. o133.Scale = Vector3.new(0.916666687, 1, 0.333333343)
  2527. o133.MeshType = Enum.MeshType.Wedge
  2528. o134 = Instance.new("Part")
  2529. o134.Parent = o1
  2530. o134.Material = Enum.Material.SmoothPlastic
  2531. o134.BrickColor = BrickColor.new("Neon orange")
  2532. o134.Position = Vector3.new(-113.539955, 1.32259893, 61.0306549)
  2533. o134.Rotation = Vector3.new(-14.9999905, 9.48099853e-007, 90)
  2534. o134.Anchored = true
  2535. o134.CFrame = CFrame.new(-113.539955, 1.32259893, 61.0306549, -4.37199184e-008, -1, 1.65474638e-008, 0.965925932, -3.79474017e-008, 0.258818895, -0.258818895, 2.72991603e-008, 0.965925932)
  2536. o134.FormFactor = Enum.FormFactor.Custom
  2537. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.283333331)
  2538. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2540. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2541. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. o134.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2545. o135 = Instance.new("BlockMesh")
  2546. o135.Parent = o134
  2547. o135.Scale = Vector3.new(0.583333313, 0.916666687, 1)
  2548. o136 = Instance.new("Part")
  2549. o136.Parent = o1
  2550. o136.Material = Enum.Material.SmoothPlastic
  2551. o136.BrickColor = BrickColor.new("Really black")
  2552. o136.Position = Vector3.new(-113.539955, 1.46064508, 63.6715851)
  2553. o136.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2554. o136.Anchored = true
  2555. o136.CFrame = CFrame.new(-113.539955, 1.46064508, 63.6715851, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2556. o136.FormFactor = Enum.FormFactor.Custom
  2557. o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2558. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. o136.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2565. o137 = Instance.new("BlockMesh")
  2566. o137.Parent = o136
  2567. o137.Scale = Vector3.new(0.333333343, 1, 0.25)
  2568. o138 = Instance.new("Part")
  2569. o138.Parent = o1
  2570. o138.Material = Enum.Material.SmoothPlastic
  2571. o138.BrickColor = BrickColor.new("Really black")
  2572. o138.Position = Vector3.new(-113.556625, 1.56064665, 60.2416763)
  2573. o138.Rotation = Vector3.new(-90, -5.00939223e-006, 180)
  2574. o138.Anchored = true
  2575. o138.CFrame = CFrame.new(-113.556625, 1.56064665, 60.2416763, -1, -8.74191883e-008, -8.74303865e-008, -8.74303652e-008, -1.34110536e-007, 1, -8.74191954e-008, 1, 1.34110536e-007)
  2576. o138.FormFactor = Enum.FormFactor.Custom
  2577. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2578. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. o138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2585. o139 = Instance.new("SpecialMesh")
  2586. o139.Parent = o138
  2587. o139.Scale = Vector3.new(0.5, 0.166666672, 0.333333343)
  2588. o139.MeshType = Enum.MeshType.Wedge
  2589. o140 = Instance.new("Part")
  2590. o140.Parent = o1
  2591. o140.Material = Enum.Material.SmoothPlastic
  2592. o140.BrickColor = BrickColor.new("Really black")
  2593. o140.Position = Vector3.new(-113.539955, 1.46897125, 62.2333107)
  2594. o140.Rotation = Vector3.new(90.0000076, -5.00833175e-006, -1.2209328e-010)
  2595. o140.Anchored = true
  2596. o140.CFrame = CFrame.new(-113.539955, 1.46897125, 62.2333107, 1, 2.13092976e-012, -8.74118768e-008, -8.74118768e-008, -1.04308192e-007, -1, -2.14004747e-012, 1, -1.04308192e-007)
  2597. o140.FormFactor = Enum.FormFactor.Custom
  2598. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2599. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. o140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2606. o141 = Instance.new("SpecialMesh")
  2607. o141.Parent = o140
  2608. o141.Scale = Vector3.new(0.333333343, 0.583333313, 0.25)
  2609. o141.MeshType = Enum.MeshType.Wedge
  2610. o142 = Instance.new("Part")
  2611. o142.Parent = o1
  2612. o142.Material = Enum.Material.SmoothPlastic
  2613. o142.BrickColor = BrickColor.new("Really black")
  2614. o142.Position = Vector3.new(-113.556625, 1.60230219, 60.4500046)
  2615. o142.Rotation = Vector3.new(90.0000076, 5.20843257e-010, 180)
  2616. o142.Anchored = true
  2617. o142.CFrame = CFrame.new(-113.556625, 1.60230219, 60.4500046, -1, -2.13694058e-012, 9.0904298e-012, -9.0904298e-012, 1.63912873e-007, -1, 2.13693885e-012, -1, -1.63912887e-007)
  2618. o142.FormFactor = Enum.FormFactor.Custom
  2619. o142.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  2620. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2623. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2625. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2626. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2627. o143 = Instance.new("BlockMesh")
  2628. o143.Parent = o142
  2629. o143.Scale = Vector3.new(0.5, 1, 0.0833333358)
  2630. o144 = Instance.new("Part")
  2631. o144.Parent = o1
  2632. o144.Material = Enum.Material.SmoothPlastic
  2633. o144.BrickColor = BrickColor.new("Neon orange")
  2634. o144.Position = Vector3.new(-113.5373, 1.23742986, 59.0915222)
  2635. o144.Rotation = Vector3.new(-180, -2.50457879e-006, -4.2913037e-010)
  2636. o144.Anchored = true
  2637. o144.CFrame = CFrame.new(-113.5373, 1.23742986, 59.0915222, 1, 7.489738e-012, -4.37131469e-008, 8.24089842e-012, -0.999991596, 4.37110295e-008, -4.3712955e-008, -4.37110295e-008, -0.999991596)
  2638. o144.CanCollide = false
  2639. o144.FormFactor = Enum.FormFactor.Symmetric
  2640. o144.Size = Vector3.new(1, 1, 1)
  2641. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2644. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2645. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2646. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2647. o144.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2648. o145 = Instance.new("SpecialMesh")
  2649. o145.Parent = o144
  2650. o145.Scale = Vector3.new(0.192307696, 0.115384616, 0.538461566)
  2651. o145.MeshType = Enum.MeshType.Wedge
  2652. o146 = Instance.new("Part")
  2653. o146.Parent = o1
  2654. o146.Material = Enum.Material.SmoothPlastic
  2655. o146.BrickColor = BrickColor.new("Neon orange")
  2656. o146.Position = Vector3.new(-113.564957, 1.57730913, 61.6666527)
  2657. o146.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2658. o146.Anchored = true
  2659. o146.CFrame = CFrame.new(-113.564957, 1.57730913, 61.6666527, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2660. o146.FormFactor = Enum.FormFactor.Custom
  2661. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2662. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2663. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2664. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2665. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2666. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2667. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2668. o146.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2669. o147 = Instance.new("CylinderMesh")
  2670. o147.Parent = o146
  2671. o147.Scale = Vector3.new(0.666666687, 0.25, 0.666666687)
  2672. o148 = Instance.new("Part")
  2673. o148.Parent = o1
  2674. o148.Material = Enum.Material.SmoothPlastic
  2675. o148.BrickColor = BrickColor.new("Neon orange")
  2676. o148.Position = Vector3.new(-113.539955, 1.37730265, 61.2333298)
  2677. o148.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2678. o148.Anchored = true
  2679. o148.CFrame = CFrame.new(-113.539955, 1.37730265, 61.2333298, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2680. o148.FormFactor = Enum.FormFactor.Custom
  2681. o148.Size = Vector3.new(0.200000003, 0.816666663, 0.200000003)
  2682. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2684. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2685. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2686. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2687. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2688. o148.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2689. o149 = Instance.new("BlockMesh")
  2690. o149.Parent = o148
  2691. o149.Scale = Vector3.new(0.916666687, 1, 0.833333373)
  2692. o150 = Instance.new("Part")
  2693. o150.Parent = o1
  2694. o150.Material = Enum.Material.SmoothPlastic
  2695. o150.BrickColor = BrickColor.new("Really black")
  2696. o150.Position = Vector3.new(-113.539955, 1.52730358, 63.7299118)
  2697. o150.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2698. o150.Anchored = true
  2699. o150.CFrame = CFrame.new(-113.539955, 1.52730358, 63.7299118, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2700. o150.FormFactor = Enum.FormFactor.Custom
  2701. o150.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2702. o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2703. o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2704. o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2705. o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2706. o150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2707. o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. o150.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2709. o151 = Instance.new("BlockMesh")
  2710. o151.Parent = o150
  2711. o151.Scale = Vector3.new(0.333333343, 0.0833333358, 0.416666687)
  2712. o152 = Instance.new("Part")
  2713. o152.Parent = o1
  2714. o152.Material = Enum.Material.SmoothPlastic
  2715. o152.BrickColor = BrickColor.new("Really black")
  2716. o152.Position = Vector3.new(-113.539955, 1.56564903, 60.8416634)
  2717. o152.Rotation = Vector3.new(90.0000076, 5.20458232e-010, -180)
  2718. o152.Anchored = true
  2719. o152.CFrame = CFrame.new(-113.539955, 1.56564903, 60.8416634, -1, 1.50991141e-007, 9.08370948e-012, -9.05445944e-012, 1.93715223e-007, -1, -1.50991127e-007, -1, -1.93715238e-007)
  2720. o152.FormFactor = Enum.FormFactor.Custom
  2721. o152.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  2722. o152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2723. o152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2724. o152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2725. o152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. o152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o152.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2729. o153 = Instance.new("BlockMesh")
  2730. o153.Parent = o152
  2731. o153.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  2732. o154 = Instance.new("Part")
  2733. o154.Parent = o1
  2734. o154.Material = Enum.Material.SmoothPlastic
  2735. o154.BrickColor = BrickColor.new("Really black")
  2736. o154.Position = Vector3.new(-113.539955, 1.02732003, 59.8650208)
  2737. o154.Rotation = Vector3.new(-89.9999924, -5.91999378e-006, 180)
  2738. o154.Anchored = true
  2739. o154.CFrame = CFrame.new(-113.539955, 1.02732003, 59.8650208, -1, -1.50991156e-007, -1.0332338e-007, -1.03323345e-007, -2.23517574e-007, 1, -1.5099117e-007, 1, 2.23517574e-007)
  2740. o154.FormFactor = Enum.FormFactor.Custom
  2741. o154.Size = Vector3.new(0.200000003, 0.233333334, 0.200000003)
  2742. o154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. o154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. o154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. o154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. o154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. o154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. o154.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2749. o155 = Instance.new("BlockMesh")
  2750. o155.Parent = o154
  2751. o155.Scale = Vector3.new(0.833333373, 1, 0.166666672)
  2752. o156 = Instance.new("Part")
  2753. o156.Parent = o1
  2754. o156.Material = Enum.Material.SmoothPlastic
  2755. o156.BrickColor = BrickColor.new("Really black")
  2756. o156.Position = Vector3.new(-113.539955, 1.54396701, 59.4333611)
  2757. o156.Rotation = Vector3.new(90.0000153, 5.00939313e-006, 180)
  2758. o156.Anchored = true
  2759. o156.CFrame = CFrame.new(-113.539955, 1.54396701, 59.4333611, -1, -2.13552136e-012, 8.74304007e-008, -8.74304007e-008, 2.68221214e-007, -1, 2.11207028e-012, -1, -2.68221214e-007)
  2760. o156.FormFactor = Enum.FormFactor.Custom
  2761. o156.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2762. o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. o156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. o156.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2769. o157 = Instance.new("SpecialMesh")
  2770. o157.Parent = o156
  2771. o157.Scale = Vector3.new(0.666666687, 0.416666687, 0.666666687)
  2772. o157.MeshType = Enum.MeshType.Wedge
  2773. o158 = Instance.new("Part")
  2774. o158.Parent = o1
  2775. o158.Material = Enum.Material.SmoothPlastic
  2776. o158.BrickColor = BrickColor.new("Really black")
  2777. o158.Position = Vector3.new(-113.539955, 1.67565107, 60.8250008)
  2778. o158.Rotation = Vector3.new(92.0000153, 5.24563802e-006, -180)
  2779. o158.Anchored = true
  2780. o158.CFrame = CFrame.new(-113.539955, 1.67565107, 60.8250008, -1, 1.50990815e-007, 9.15536518e-008, -8.62283471e-008, 0.0348996483, -0.999390841, -1.54094025e-007, -0.999390841, -0.0348996483)
  2781. o158.FormFactor = Enum.FormFactor.Custom
  2782. o158.Size = Vector3.new(0.200000003, 0.300000012, 0.200000003)
  2783. o158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. o158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. o158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. o158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2787. o158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2788. o158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2789. o158.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2790. o159 = Instance.new("BlockMesh")
  2791. o159.Parent = o158
  2792. o159.Scale = Vector3.new(0.5, 1, 0.0833333358)
  2793. o160 = Instance.new("Part")
  2794. o160.Parent = o1
  2795. o160.Material = Enum.Material.SmoothPlastic
  2796. o160.BrickColor = BrickColor.new("Really black")
  2797. o160.Position = Vector3.new(-113.539955, 1.48563671, 60.9749908)
  2798. o160.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2799. o160.Anchored = true
  2800. o160.CFrame = CFrame.new(-113.539955, 1.48563671, 60.9749908, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2801. o160.FormFactor = Enum.FormFactor.Custom
  2802. o160.Size = Vector3.new(0.200000003, 0.300000012, 0.200000003)
  2803. o160.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. o160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2805. o160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2806. o160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2807. o160.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2808. o160.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2809. o160.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2810. o161 = Instance.new("BlockMesh")
  2811. o161.Parent = o160
  2812. o161.Scale = Vector3.new(0.916666687, 1, 0.25)
  2813. o162 = Instance.new("Part")
  2814. o162.Parent = o1
  2815. o162.Material = Enum.Material.SmoothPlastic
  2816. o162.BrickColor = BrickColor.new("Really black")
  2817. o162.Position = Vector3.new(-113.569962, 1.64896476, 63.7049255)
  2818. o162.Rotation = Vector3.new(-90, -24.9996357, 2.5930288e-007)
  2819. o162.Anchored = true
  2820. o162.CFrame = CFrame.new(-113.569962, 1.64896476, 63.7049255, 0.906310558, -4.10167988e-009, -0.422612488, 0.422612488, 1.3219875e-007, 0.906310558, 5.21514458e-008, -1, 1.21546535e-007)
  2821. o162.FormFactor = Enum.FormFactor.Custom
  2822. o162.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2823. o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2824. o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2825. o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2826. o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2827. o162.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2829. o162.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2830. o163 = Instance.new("BlockMesh")
  2831. o163.Parent = o162
  2832. o163.Scale = Vector3.new(0.0416666679, 0.333333343, 0.166666672)
  2833. o164 = Instance.new("Part")
  2834. o164.Parent = o1
  2835. o164.Material = Enum.Material.SmoothPlastic
  2836. o164.BrickColor = BrickColor.new("Really black")
  2837. o164.Position = Vector3.new(-113.539955, 1.12770569, 59.7194443)
  2838. o164.Rotation = Vector3.new(-20.9999943, 7.03878584e-007, 5.00940268e-006)
  2839. o164.Anchored = true
  2840. o164.CFrame = CFrame.new(-113.539955, 1.12770569, 59.7194443, 1, -8.74305712e-008, 1.22849988e-008, 7.72209248e-008, 0.933580458, 0.358367831, -4.28013394e-008, -0.358367831, 0.933580458)
  2841. o164.FormFactor = Enum.FormFactor.Custom
  2842. o164.Size = Vector3.new(0.200000003, 0.233333334, 0.200000003)
  2843. o164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2844. o164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. o164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. o164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2847. o164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2848. o164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. o164.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2850. o165 = Instance.new("BlockMesh")
  2851. o165.Parent = o164
  2852. o165.Scale = Vector3.new(0.833333373, 1, 0.166666672)
  2853. o166 = Instance.new("Part")
  2854. o166.Parent = o1
  2855. o166.Material = Enum.Material.SmoothPlastic
  2856. o166.BrickColor = BrickColor.new("Neon orange")
  2857. o166.Position = Vector3.new(-113.539955, 1.46897221, 61.5666542)
  2858. o166.Rotation = Vector3.new(90.0000153, 5.00935221e-006, 180)
  2859. o166.Anchored = true
  2860. o166.CFrame = CFrame.new(-113.539955, 1.46897221, 61.5666542, -1, -2.1435733e-012, 8.74296902e-008, -8.74296902e-008, 2.38418806e-007, -1, 2.12272821e-012, -1, -2.38418806e-007)
  2861. o166.FormFactor = Enum.FormFactor.Custom
  2862. o166.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2863. o166.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. o166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. o166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. o166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. o166.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. o166.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2869. o166.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2870. o167 = Instance.new("SpecialMesh")
  2871. o167.Parent = o166
  2872. o167.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  2873. o167.MeshType = Enum.MeshType.Wedge
  2874. o168 = Instance.new("Part")
  2875. o168.Parent = o1
  2876. o168.Material = Enum.Material.SmoothPlastic
  2877. o168.BrickColor = BrickColor.new("Neon orange")
  2878. o168.Position = Vector3.new(-113.539955, 1.46897125, 61.3999939)
  2879. o168.Rotation = Vector3.new(90.0000076, -5.00841907e-006, -1.11534677e-010)
  2880. o168.Anchored = true
  2881. o168.CFrame = CFrame.new(-113.539955, 1.46897125, 61.3999939, 1, 1.94664727e-012, -8.74134045e-008, -8.74119266e-008, -1.1920865e-007, -0.999991596, -2.13294204e-012, 0.999991596, -1.1920865e-007)
  2882. o168.FormFactor = Enum.FormFactor.Custom
  2883. o168.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2884. o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2886. o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. o168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. o168.Color = Color3.new(0.835294, 0.45098, 0.239216)
  2891. o169 = Instance.new("SpecialMesh")
  2892. o169.Parent = o168
  2893. o169.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  2894. o169.MeshType = Enum.MeshType.Wedge
  2895. o170 = Instance.new("Part")
  2896. o170.Parent = o1
  2897. o170.Material = Enum.Material.SmoothPlastic
  2898. o170.BrickColor = BrickColor.new("Really black")
  2899. o170.Position = Vector3.new(-113.576622, 1.67397296, 63.7049255)
  2900. o170.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2901. o170.Anchored = true
  2902. o170.CFrame = CFrame.new(-113.576622, 1.67397296, 63.7049255, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2903. o170.FormFactor = Enum.FormFactor.Custom
  2904. o170.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2905. o170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2906. o170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. o170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. o170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2909. o170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. o170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. o170.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2912. o171 = Instance.new("BlockMesh")
  2913. o171.Parent = o170
  2914. o171.Scale = Vector3.new(0.0416666679, 0.333333343, 0.116666667)
  2915. o172 = Instance.new("Part")
  2916. o172.Parent = o1
  2917. o172.Material = Enum.Material.SmoothPlastic
  2918. o172.BrickColor = BrickColor.new("Really black")
  2919. o172.Position = Vector3.new(-113.581627, 1.53563416, 60.233345)
  2920. o172.Rotation = Vector3.new(90.0000534, 5.02050989e-006, -180)
  2921. o172.Anchored = true
  2922. o172.CFrame = CFrame.new(-113.581627, 1.53563416, 60.233345, -1, 1.50991113e-007, 8.76244286e-008, -8.76243078e-008, 8.19564661e-007, -1, -1.50991184e-007, -1, -8.19564661e-007)
  2923. o172.FormFactor = Enum.FormFactor.Custom
  2924. o172.Size = Vector3.new(0.200000003, 0.883333325, 0.200000003)
  2925. o172.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. o172.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. o172.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. o172.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. o172.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. o172.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. o172.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2932. o173 = Instance.new("BlockMesh")
  2933. o173.Parent = o172
  2934. o173.Scale = Vector3.new(0.0833333358, 1, 0.583333313)
  2935. o174 = Instance.new("Part")
  2936. o174.Parent = o1
  2937. o174.Material = Enum.Material.SmoothPlastic
  2938. o174.BrickColor = BrickColor.new("Really black")
  2939. o174.Position = Vector3.new(-113.539955, 1.66896427, 63.7049255)
  2940. o174.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2941. o174.Anchored = true
  2942. o174.CFrame = CFrame.new(-113.539955, 1.66896427, 63.7049255, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2943. o174.FormFactor = Enum.FormFactor.Custom
  2944. o174.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2945. o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. o174.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2950. o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2951. o174.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2952. o175 = Instance.new("BlockMesh")
  2953. o175.Parent = o174
  2954. o175.Scale = Vector3.new(0.0500000045, 0.166666672, 0.166666672)
  2955. o176 = Instance.new("Part")
  2956. o176.Parent = o1
  2957. o176.Material = Enum.Material.SmoothPlastic
  2958. o176.BrickColor = BrickColor.new("Really black")
  2959. o176.Position = Vector3.new(-113.556625, 1.56897795, 60.0083504)
  2960. o176.Rotation = Vector3.new(90.0000076, 5.29337331e-006, -180)
  2961. o176.Anchored = true
  2962. o176.CFrame = CFrame.new(-113.556625, 1.56897795, 60.0083504, -1, 1.50991141e-007, 9.23867916e-008, -9.2386756e-008, 1.93715223e-007, -1, -1.50991141e-007, -1, -1.93715223e-007)
  2963. o176.FormFactor = Enum.FormFactor.Custom
  2964. o176.Size = Vector3.new(0.200000003, 0.433333337, 0.200000003)
  2965. o176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. o176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. o176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. o176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. o176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. o176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. o176.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2972. o177 = Instance.new("BlockMesh")
  2973. o177.Parent = o176
  2974. o177.Scale = Vector3.new(0.5, 1, 0.416666687)
  2975. o178 = Instance.new("Part")
  2976. o178.Parent = o1
  2977. o178.Material = Enum.Material.SmoothPlastic
  2978. o178.BrickColor = BrickColor.new("Really black")
  2979. o178.Position = Vector3.new(-113.539955, 1.37730074, 62.1583138)
  2980. o178.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  2981. o178.Anchored = true
  2982. o178.CFrame = CFrame.new(-113.539955, 1.37730074, 62.1583138, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  2983. o178.FormFactor = Enum.FormFactor.Custom
  2984. o178.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2985. o178.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. o178.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. o178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. o178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. o178.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2990. o178.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2991. o178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2992. o179 = Instance.new("BlockMesh")
  2993. o179.Parent = o178
  2994. o179.Scale = Vector3.new(0.166666672, 0.5, 0.333333343)
  2995. o180 = Instance.new("Part")
  2996. o180.Parent = o1
  2997. o180.Material = Enum.Material.SmoothPlastic
  2998. o180.BrickColor = BrickColor.new("Neon orange")
  2999. o180.Position = Vector3.new(-113.539955, 1.32731259, 59.3583603)
  3000. o180.Rotation = Vector3.new(-89.9999924, -5.20639698e-010, 1.22437713e-010)
  3001. o180.Anchored = true
  3002. o180.CFrame = CFrame.new(-113.539955, 1.32731259, 59.3583603, 1, -2.13694123e-012, -9.08687708e-012, 9.08687708e-012, 2.53319939e-007, 1, -2.13693885e-012, -1, 2.53319968e-007)
  3003. o180.FormFactor = Enum.FormFactor.Custom
  3004. o180.Size = Vector3.new(0.200000003, 0.200000003, 0.233333334)
  3005. o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3006. o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3007. o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3008. o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. o180.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. o180.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3012. o181 = Instance.new("SpecialMesh")
  3013. o181.Parent = o180
  3014. o181.Scale = Vector3.new(0.916666687, 0.333333343, 1)
  3015. o181.MeshType = Enum.MeshType.Wedge
  3016. o182 = Instance.new("Part")
  3017. o182.Parent = o1
  3018. o182.Material = Enum.Material.SmoothPlastic
  3019. o182.BrickColor = BrickColor.new("Really black")
  3020. o182.Position = Vector3.new(-113.539955, 1.61062944, 63.7049179)
  3021. o182.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3022. o182.Anchored = true
  3023. o182.CFrame = CFrame.new(-113.539955, 1.61062944, 63.7049179, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3024. o182.FormFactor = Enum.FormFactor.Custom
  3025. o182.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3026. o182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. o182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. o182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. o182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3030. o182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3031. o182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3032. o182.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3033. o183 = Instance.new("BlockMesh")
  3034. o183.Parent = o182
  3035. o183.Scale = Vector3.new(0.333333343, 0.333333343, 0.416666687)
  3036. o184 = Instance.new("Part")
  3037. o184.Parent = o1
  3038. o184.Material = Enum.Material.SmoothPlastic
  3039. o184.BrickColor = BrickColor.new("Really black")
  3040. o184.Position = Vector3.new(-113.539955, 0.896721542, 59.4836807)
  3041. o184.Rotation = Vector3.new(-73.9999924, -4.66918282e-010, 2.61258543e-010)
  3042. o184.Anchored = true
  3043. o184.CFrame = CFrame.new(-113.539955, 0.896721542, 59.4836807, 1, -4.5598217e-012, -8.14926165e-012, 9.0904298e-012, 0.275637537, 0.96126169, -2.13693885e-012, -0.96126169, 0.275637507)
  3044. o184.FormFactor = Enum.FormFactor.Custom
  3045. o184.Size = Vector3.new(0.200000003, 0.216666669, 0.449999988)
  3046. o184.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. o184.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3048. o184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. o184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. o184.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3051. o184.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. o184.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3053. o185 = Instance.new("BlockMesh")
  3054. o185.Parent = o184
  3055. o185.Scale = Vector3.new(0.916666687, 1, 1)
  3056. o186 = Instance.new("Part")
  3057. o186.Parent = o1
  3058. o186.Material = Enum.Material.SmoothPlastic
  3059. o186.BrickColor = BrickColor.new("Really black")
  3060. o186.Position = Vector3.new(-113.539955, 0.956089139, 59.6394043)
  3061. o186.Rotation = Vector3.new(-73.9999924, -5.12302313e-006, -180)
  3062. o186.Anchored = true
  3063. o186.CFrame = CFrame.new(-113.539955, 0.956089139, 59.6394043, -1, 8.74258674e-008, -8.94136178e-008, -1.10047722e-007, -0.275637537, 0.96126169, 5.93933862e-008, 0.96126169, 0.275637507)
  3064. o186.FormFactor = Enum.FormFactor.Custom
  3065. o186.Size = Vector3.new(0.200000003, 0.200000003, 0.316666663)
  3066. o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3067. o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. o186.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. o186.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3073. o187 = Instance.new("SpecialMesh")
  3074. o187.Parent = o186
  3075. o187.Scale = Vector3.new(0.916666687, 0.25, 1)
  3076. o187.MeshType = Enum.MeshType.Wedge
  3077. o188 = Instance.new("Part")
  3078. o188.Parent = o1
  3079. o188.Material = Enum.Material.SmoothPlastic
  3080. o188.BrickColor = BrickColor.new("Really black")
  3081. o188.Position = Vector3.new(-113.539955, 1.46064496, 59.3583641)
  3082. o188.Rotation = Vector3.new(90.0000153, 5.00939313e-006, 180)
  3083. o188.Anchored = true
  3084. o188.CFrame = CFrame.new(-113.539955, 1.46064496, 59.3583641, -1, -2.13552136e-012, 8.74304007e-008, -8.74304007e-008, 2.68221214e-007, -1, 2.11207028e-012, -1, -2.68221214e-007)
  3085. o188.FormFactor = Enum.FormFactor.Custom
  3086. o188.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3087. o188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. o188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. o188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. o188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. o188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. o188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. o188.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3094. o189 = Instance.new("SpecialMesh")
  3095. o189.Parent = o188
  3096. o189.Scale = Vector3.new(0.916666687, 0.333333343, 0.166666672)
  3097. o189.MeshType = Enum.MeshType.Wedge
  3098. o190 = Instance.new("Part")
  3099. o190.Parent = o1
  3100. o190.Material = Enum.Material.SmoothPlastic
  3101. o190.BrickColor = BrickColor.new("Neon orange")
  3102. o190.Position = Vector3.new(-113.5373, 1.31434989, 58.6492157)
  3103. o190.Rotation = Vector3.new(2.50447852e-006, 2.50457879e-006, 4.2913037e-010)
  3104. o190.Anchored = true
  3105. o190.CFrame = CFrame.new(-113.5373, 1.31434989, 58.6492157, 1, -7.489738e-012, 4.37131469e-008, 8.24089842e-012, 0.999991596, -4.37110295e-008, -4.3712955e-008, 4.37110295e-008, 0.999991596)
  3106. o190.CanCollide = false
  3107. o190.FormFactor = Enum.FormFactor.Symmetric
  3108. o190.Size = Vector3.new(1, 1, 1)
  3109. o190.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. o190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. o190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. o190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. o190.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. o190.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. o190.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3116. o191 = Instance.new("BlockMesh")
  3117. o191.Parent = o190
  3118. o191.Scale = Vector3.new(0.192307696, 0.0384615399, 1.42307687)
  3119. o192 = Instance.new("Part")
  3120. o192.Parent = o1
  3121. o192.Material = Enum.Material.SmoothPlastic
  3122. o192.BrickColor = BrickColor.new("Really black")
  3123. o192.Position = Vector3.new(-113.539955, 1.40230477, 60.75)
  3124. o192.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3125. o192.Anchored = true
  3126. o192.CFrame = CFrame.new(-113.539955, 1.40230477, 60.75, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3127. o192.FormFactor = Enum.FormFactor.Custom
  3128. o192.Size = Vector3.new(0.200000003, 0.200000003, 0.25)
  3129. o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. o192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3134. o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3135. o192.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3136. o193 = Instance.new("BlockMesh")
  3137. o193.Parent = o192
  3138. o193.Scale = Vector3.new(0.916666687, 0.75, 1)
  3139. o194 = Instance.new("Part")
  3140. o194.Parent = o1
  3141. o194.Material = Enum.Material.SmoothPlastic
  3142. o194.BrickColor = BrickColor.new("Neon orange")
  3143. o194.Position = Vector3.new(-113.5373, 1.10281682, 57.8800049)
  3144. o194.Rotation = Vector3.new(-2.50447738e-006, 2.50457879e-006, -180)
  3145. o194.Anchored = true
  3146. o194.CFrame = CFrame.new(-113.5373, 1.10281682, 57.8800049, -1, 7.49355959e-012, 4.37131469e-008, -8.24089842e-012, -0.999991596, 4.37110117e-008, 4.3712955e-008, 4.37110117e-008, 0.999991596)
  3147. o194.CanCollide = false
  3148. o194.FormFactor = Enum.FormFactor.Symmetric
  3149. o194.Size = Vector3.new(1, 1, 1)
  3150. o194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3151. o194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3152. o194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3153. o194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3154. o194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3155. o194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3156. o194.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3157. o195 = Instance.new("SpecialMesh")
  3158. o195.Parent = o194
  3159. o195.Scale = Vector3.new(0.192307696, 0.461538464, 0.115384616)
  3160. o195.MeshType = Enum.MeshType.Wedge
  3161. o196 = Instance.new("Part")
  3162. o196.Parent = o1
  3163. o196.Material = Enum.Material.SmoothPlastic
  3164. o196.BrickColor = BrickColor.new("Really black")
  3165. o196.Position = Vector3.new(-113.509956, 1.64896476, 63.7049255)
  3166. o196.Rotation = Vector3.new(-90, 24.9996357, -2.59040348e-007)
  3167. o196.Anchored = true
  3168. o196.CFrame = CFrame.new(-113.509956, 1.64896476, 63.7049255, 0.906310558, 4.09752721e-009, 0.422612488, -0.422612458, 1.3219902e-007, 0.906310558, -5.21553183e-008, -1, 1.21545028e-007)
  3169. o196.FormFactor = Enum.FormFactor.Custom
  3170. o196.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3171. o196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3172. o196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3173. o196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3174. o196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. o196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. o196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. o196.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3178. o197 = Instance.new("BlockMesh")
  3179. o197.Parent = o196
  3180. o197.Scale = Vector3.new(0.0416666679, 0.333333343, 0.166666672)
  3181. o198 = Instance.new("Part")
  3182. o198.Parent = o1
  3183. o198.Material = Enum.Material.SmoothPlastic
  3184. o198.BrickColor = BrickColor.new("Really black")
  3185. o198.Position = Vector3.new(-113.539955, 1.37730229, 60.0333443)
  3186. o198.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3187. o198.Anchored = true
  3188. o198.CFrame = CFrame.new(-113.539955, 1.37730229, 60.0333443, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3189. o198.FormFactor = Enum.FormFactor.Custom
  3190. o198.Size = Vector3.new(0.200000003, 1.2833333, 0.200000003)
  3191. o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3192. o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3193. o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3194. o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3195. o198.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. o198.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3198. o199 = Instance.new("BlockMesh")
  3199. o199.Parent = o198
  3200. o199.Scale = Vector3.new(0.916666687, 1, 1)
  3201. o200 = Instance.new("Part")
  3202. o200.Parent = o1
  3203. o200.Material = Enum.Material.SmoothPlastic
  3204. o200.BrickColor = BrickColor.new("Really black")
  3205. o200.Position = Vector3.new(-113.539955, 1.05897915, 60.0933495)
  3206. o200.Rotation = Vector3.new(-87.9999847, -5.91998833e-006, 180)
  3207. o200.Anchored = true
  3208. o200.CFrame = CFrame.new(-113.539955, 1.05897915, 60.0933495, -1, -1.50990829e-007, -1.03323288e-007, -9.79908066e-008, -0.0348997675, 0.999390841, -1.54504804e-007, 0.999390841, 0.0348997675)
  3209. o200.FormFactor = Enum.FormFactor.Custom
  3210. o200.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3211. o200.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3212. o200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3213. o200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3214. o200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3215. o200.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. o200.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. o200.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3218. o201 = Instance.new("BlockMesh")
  3219. o201.Parent = o200
  3220. o201.Scale = Vector3.new(0.666666687, 0.166666672, 0.416666687)
  3221. o202 = Instance.new("Part")
  3222. o202.Parent = o1
  3223. o202.Material = Enum.Material.SmoothPlastic
  3224. o202.BrickColor = BrickColor.new("Really black")
  3225. o202.Position = Vector3.new(-113.589958, 1.67825508, 60.750042)
  3226. o202.Rotation = Vector3.new(-87.9999847, -2.80858876e-006, 90)
  3227. o202.Anchored = true
  3228. o202.CFrame = CFrame.new(-113.589958, 1.67825508, 60.750042, -4.37141736e-008, -1, -4.90191212e-008, 0.0348996781, -5.0514867e-008, 0.999390841, -0.999390841, 4.197679e-008, 0.0348996781)
  3229. o202.FormFactor = Enum.FormFactor.Custom
  3230. o202.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3231. o202.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3232. o202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. o202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. o202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. o202.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3236. o202.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. o202.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3238. o203 = Instance.new("CylinderMesh")
  3239. o203.Parent = o202
  3240. o203.Scale = Vector3.new(0.25, 0.333333343, 0.25)
  3241. o204 = Instance.new("Part")
  3242. o204.Parent = o1
  3243. o204.Material = Enum.Material.SmoothPlastic
  3244. o204.BrickColor = BrickColor.new("Neon orange")
  3245. o204.Position = Vector3.new(-113.539955, 1.54396534, 61.3583183)
  3246. o204.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3247. o204.Anchored = true
  3248. o204.CFrame = CFrame.new(-113.539955, 1.54396534, 61.3583183, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3249. o204.FormFactor = Enum.FormFactor.Custom
  3250. o204.Size = Vector3.new(0.200000003, 0.566666663, 0.200000003)
  3251. o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3254. o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. o204.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. o204.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3258. o205 = Instance.new("BlockMesh")
  3259. o205.Parent = o204
  3260. o205.Scale = Vector3.new(0.916666687, 1, 0.333333343)
  3261. o206 = Instance.new("Part")
  3262. o206.Parent = o1
  3263. o206.Material = Enum.Material.SmoothPlastic
  3264. o206.BrickColor = BrickColor.new("Neon orange")
  3265. o206.Position = Vector3.new(-113.564957, 1.57731104, 61.3583183)
  3266. o206.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3267. o206.Anchored = true
  3268. o206.CFrame = CFrame.new(-113.564957, 1.57731104, 61.3583183, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3269. o206.FormFactor = Enum.FormFactor.Custom
  3270. o206.Size = Vector3.new(0.200000003, 0.566666663, 0.200000003)
  3271. o206.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. o206.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3273. o206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3274. o206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. o206.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. o206.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. o206.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3278. o207 = Instance.new("CylinderMesh")
  3279. o207.Parent = o206
  3280. o207.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  3281. o208 = Instance.new("Part")
  3282. o208.Parent = o1
  3283. o208.Material = Enum.Material.SmoothPlastic
  3284. o208.BrickColor = BrickColor.new("Neon orange")
  3285. o208.Position = Vector3.new(-113.539955, 1.54396534, 61.0416641)
  3286. o208.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3287. o208.Anchored = true
  3288. o208.CFrame = CFrame.new(-113.539955, 1.54396534, 61.0416641, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3289. o208.FormFactor = Enum.FormFactor.Custom
  3290. o208.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3291. o208.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3292. o208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. o208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. o208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. o208.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. o208.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. o208.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3298. o209 = Instance.new("BlockMesh")
  3299. o209.Parent = o208
  3300. o209.Scale = Vector3.new(0.916666687, 0.333333343, 0.333333343)
  3301. o210 = Instance.new("Part")
  3302. o210.Parent = o1
  3303. o210.Material = Enum.Material.SmoothPlastic
  3304. o210.BrickColor = BrickColor.new("Really black")
  3305. o210.Position = Vector3.new(-113.514954, 1.57731104, 61.0416603)
  3306. o210.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3307. o210.Anchored = true
  3308. o210.CFrame = CFrame.new(-113.514954, 1.57731104, 61.0416603, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3309. o210.FormFactor = Enum.FormFactor.Custom
  3310. o210.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3311. o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3312. o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. o210.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. o210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3318. o211 = Instance.new("CylinderMesh")
  3319. o211.Parent = o210
  3320. o211.Scale = Vector3.new(0.666666687, 0.333333343, 0.666666687)
  3321. o212 = Instance.new("Part")
  3322. o212.Parent = o1
  3323. o212.Material = Enum.Material.SmoothPlastic
  3324. o212.BrickColor = BrickColor.new("Neon orange")
  3325. o212.Position = Vector3.new(-113.539955, 1.61895657, 61.6666527)
  3326. o212.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3327. o212.Anchored = true
  3328. o212.CFrame = CFrame.new(-113.539955, 1.61895657, 61.6666527, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3329. o212.FormFactor = Enum.FormFactor.Custom
  3330. o212.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3331. o212.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. o212.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. o212.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. o212.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3335. o212.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. o212.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. o212.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3338. o213 = Instance.new("BlockMesh")
  3339. o213.Parent = o212
  3340. o213.Scale = Vector3.new(0.25, 0.25, 0.25)
  3341. o214 = Instance.new("Part")
  3342. o214.Parent = o1
  3343. o214.Material = Enum.Material.SmoothPlastic
  3344. o214.BrickColor = BrickColor.new("Really black")
  3345. o214.Position = Vector3.new(-113.639954, 1.3777262, 59.9190521)
  3346. o214.Rotation = Vector3.new(-79.9999847, -4.91393648e-010, 90)
  3347. o214.Anchored = true
  3348. o214.CFrame = CFrame.new(-113.639954, 1.3777262, 59.9190521, 7.54961107e-008, -1, -8.5764373e-012, 0.173648521, 1.31013387e-008, 0.984807789, -0.984807789, -7.43506305e-008, 0.173648506)
  3349. o214.FormFactor = Enum.FormFactor.Custom
  3350. o214.Size = Vector3.new(0.449999988, 0.200000003, 0.200000003)
  3351. o214.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3352. o214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. o214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. o214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3355. o214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. o214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. o214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3358. o215 = Instance.new("BlockMesh")
  3359. o215.Parent = o214
  3360. o215.Scale = Vector3.new(1, 0.0833333358, 0.333333343)
  3361. o216 = Instance.new("Part")
  3362. o216.Parent = o1
  3363. o216.Material = Enum.Material.SmoothPlastic
  3364. o216.BrickColor = BrickColor.new("Really black")
  3365. o216.Position = Vector3.new(-113.539955, 1.61063278, 63.6465836)
  3366. o216.Rotation = Vector3.new(90.0000076, 5.00937449e-006, 180)
  3367. o216.Anchored = true
  3368. o216.CFrame = CFrame.new(-113.539955, 1.61063278, 63.6465836, -1, -8.74234445e-008, 8.7430081e-008, -8.74300881e-008, 1.93715223e-007, -1, 8.74234232e-008, -1, -1.93715252e-007)
  3369. o216.FormFactor = Enum.FormFactor.Custom
  3370. o216.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3371. o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3374. o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. o216.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3376. o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3377. o216.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3378. o217 = Instance.new("SpecialMesh")
  3379. o217.Parent = o216
  3380. o217.Scale = Vector3.new(0.333333343, 0.25, 0.416666687)
  3381. o217.MeshType = Enum.MeshType.Wedge
  3382. o218 = Instance.new("Part")
  3383. o218.Parent = o1
  3384. o218.Material = Enum.Material.SmoothPlastic
  3385. o218.BrickColor = BrickColor.new("Really black")
  3386. o218.Position = Vector3.new(-113.539955, 1.49396372, 62.1833)
  3387. o218.Rotation = Vector3.new(90.0000076, -5.00833175e-006, -1.2209328e-010)
  3388. o218.Anchored = true
  3389. o218.CFrame = CFrame.new(-113.539955, 1.49396372, 62.1833, 1, 2.13092976e-012, -8.74118768e-008, -8.74118768e-008, -1.04308192e-007, -1, -2.14004747e-012, 1, -1.04308192e-007)
  3390. o218.FormFactor = Enum.FormFactor.Custom
  3391. o218.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3392. o218.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3393. o218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3394. o218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3395. o218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3396. o218.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3397. o218.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3398. o218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3399. o219 = Instance.new("SpecialMesh")
  3400. o219.Parent = o218
  3401. o219.Scale = Vector3.new(0.333333343, 0.583333313, 0.666666687)
  3402. o219.MeshType = Enum.MeshType.Wedge
  3403. o220 = Instance.new("Part")
  3404. o220.Parent = o1
  3405. o220.Material = Enum.Material.SmoothPlastic
  3406. o220.BrickColor = BrickColor.new("Really black")
  3407. o220.Position = Vector3.new(-113.48996, 1.54398501, 60.233345)
  3408. o220.Rotation = Vector3.new(90.0000153, 5.00939313e-006, 180)
  3409. o220.Anchored = true
  3410. o220.CFrame = CFrame.new(-113.48996, 1.54398501, 60.233345, -1, -2.13552136e-012, 8.74304007e-008, -8.74304007e-008, 2.68221214e-007, -1, 2.11207028e-012, -1, -2.68221214e-007)
  3411. o220.FormFactor = Enum.FormFactor.Custom
  3412. o220.Size = Vector3.new(0.200000003, 0.883333325, 0.200000003)
  3413. o220.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. o220.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3415. o220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3416. o220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3417. o220.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3418. o220.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3419. o220.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3420. o221 = Instance.new("BlockMesh")
  3421. o221.Parent = o220
  3422. o221.Scale = Vector3.new(0.166666672, 1, 0.666666687)
  3423. o222 = Instance.new("Part")
  3424. o222.Name = "Zoom"
  3425. o222.Parent = o1
  3426. o222.Material = Enum.Material.SmoothPlastic
  3427. o222.BrickColor = BrickColor.new("Really black")
  3428. o222.Transparency = 1
  3429. o222.Position = Vector3.new(-113.539955, 1.72229445, 59.8150215)
  3430. o222.Rotation = Vector3.new(-179.999985, 1.15806685e-007, 180)
  3431. o222.Anchored = true
  3432. o222.CFrame = CFrame.new(-113.539955, 1.72229445, 59.8150215, -1, -1.51002368e-007, 2.02120787e-009, -1.51002368e-007, 1, 3.27825802e-007, -2.02125738e-009, 3.27825802e-007, -1)
  3433. o222.FormFactor = Enum.FormFactor.Custom
  3434. o222.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3435. o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3436. o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3437. o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3438. o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. o222.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. o222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3442. o223 = Instance.new("BlockMesh")
  3443. o223.Parent = o222
  3444. o223.Scale = Vector3.new(0.166666672, 0.75, 0.166666672)
  3445. o224 = Instance.new("Sound")
  3446. o224.Name = "Empty"
  3447. o224.Parent = o222
  3448. o224.SoundId = "rbxasset://sounds//clickfast.wav"
  3449. o224.Volume = 1
  3450. o225 = Instance.new("Sound")
  3451. o225.Name = "M1"
  3452. o225.Parent = o222
  3453. o225.Pitch = 1
  3454. o225.SoundId = "http://roblox.com/asset/?id=233931573"
  3455. o225.Volume = 1
  3456. o226 = Instance.new("Sound")
  3457. o226.Name = "M2"
  3458. o226.Pitch = 1.7
  3459. o226.Parent = o222
  3460. o226.SoundId = "0"
  3461. o226.Volume = 1
  3462. o227 = Instance.new("Sound")
  3463. o227.Name = "Fire"
  3464. o227.Parent = o222
  3465. o227.Pitch = 1.25
  3466. o227.SoundId = "http://roblox.com/asset/?id=258193800"
  3467. o227.PlayOnRemove = true
  3468. o228 = Instance.new("Sound")
  3469. o228.Name = "M3"
  3470. o228.Parent = o222
  3471. o228.SoundId = "0"
  3472. o228.Volume = 1
  3473. o228.PlayOnRemove = true
  3474. o229 = Instance.new("Part")
  3475. o229.Parent = o1
  3476. o229.Material = Enum.Material.SmoothPlastic
  3477. o229.BrickColor = BrickColor.new("Neon orange")
  3478. o229.Position = Vector3.new(-113.539955, 1.46897221, 61.2999878)
  3479. o229.Rotation = Vector3.new(90.0000153, 5.00937495e-006, 180)
  3480. o229.Anchored = true
  3481. o229.CFrame = CFrame.new(-113.539955, 1.46897221, 61.2999878, -1, -1.94638273e-012, 8.74300881e-008, -8.74301023e-008, 2.38417329e-007, -0.999991596, 2.10141236e-012, -0.999991596, -2.38417329e-007)
  3482. o229.FormFactor = Enum.FormFactor.Custom
  3483. o229.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3484. o229.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. o229.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3486. o229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. o229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3488. o229.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3489. o229.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3490. o229.Color = Color3.new(0.835294, 0.45098, 0.239216)
  3491. o230 = Instance.new("SpecialMesh")
  3492. o230.Parent = o229
  3493. o230.Scale = Vector3.new(0.916666687, 0.0833333358, 0.0833333358)
  3494. o230.MeshType = Enum.MeshType.Wedge
  3495. o231 = Instance.new("Part")
  3496. o231.Parent = o1
  3497. o231.Material = Enum.Material.SmoothPlastic
  3498. o231.BrickColor = BrickColor.new("Really black")
  3499. o231.Position = Vector3.new(-113.539955, 1.41896868, 62.2083168)
  3500. o231.Rotation = Vector3.new(-90, -5.20843257e-010, 1.22437671e-010)
  3501. o231.Anchored = true
  3502. o231.CFrame = CFrame.new(-113.539955, 1.41896868, 62.2083168, 1, -2.13694036e-012, -9.0904298e-012, 9.0904298e-012, 1.34110536e-007, 1, -2.13693885e-012, -1, 1.3411055e-007)
  3503. o231.FormFactor = Enum.FormFactor.Custom
  3504. o231.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3505. o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3506. o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3507. o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3508. o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3509. o231.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3510. o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3511. o231.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3512. o232 = Instance.new("CylinderMesh")
  3513. o232.Parent = o231
  3514. o232.Scale = Vector3.new(0.5, 1, 0.5)
  3515. o233 = Instance.new("Part")
  3516. o233.Parent = o1
  3517. o233.Material = Enum.Material.SmoothPlastic
  3518. o233.BrickColor = BrickColor.new("Really black")
  3519. o233.Position = Vector3.new(-113.539955, 1.41896856, 62.8066254)
  3520. o233.Rotation = Vector3.new(-89.9999924, -5.20843257e-010, 1.22437671e-010)
  3521. o233.Anchored = true
  3522. o233.CFrame = CFrame.new(-113.539955, 1.41896856, 62.8066254, 1, -2.13694058e-012, -9.0904298e-012, 9.0904298e-012, 1.63912873e-007, 1, -2.13693885e-012, -1, 1.63912887e-007)
  3523. o233.FormFactor = Enum.FormFactor.Custom
  3524. o233.Size = Vector3.new(0.200000003, 2.13000011, 0.200000003)
  3525. o233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. o233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3527. o233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. o233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3529. o233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3530. o233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3531. o233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3532. o234 = Instance.new("Decal")
  3533. o234.Parent = o233
  3534. o234.Texture = "http://www.roblox.com/asset/?id=47760372"
  3535. o234.Face = Enum.NormalId.Bottom
  3536. o235 = Instance.new("CylinderMesh")
  3537. o235.Parent = o233
  3538. o235.Scale = Vector3.new(0.416666687, 1, 0.416666687)
  3539. o236 = Instance.new("Part")
  3540. o236.Parent = o1
  3541. o236.Material = Enum.Material.SmoothPlastic
  3542. o236.BrickColor = BrickColor.new("Really black")
  3543. o236.Position = Vector3.new(-113.509956, 1.69896829, 63.7049255)
  3544. o236.Rotation = Vector3.new(-90, -24.9996357, 2.5930288e-007)
  3545. o236.Anchored = true
  3546. o236.CFrame = CFrame.new(-113.509956, 1.69896829, 63.7049255, 0.906310558, -4.10167988e-009, -0.422612488, 0.422612488, 1.3219875e-007, 0.906310558, 5.21514458e-008, -1, 1.21546535e-007)
  3547. o236.FormFactor = Enum.FormFactor.Custom
  3548. o236.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3549. o236.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3550. o236.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3551. o236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. o236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. o236.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. o236.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. o236.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3556. o237 = Instance.new("BlockMesh")
  3557. o237.Parent = o236
  3558. o237.Scale = Vector3.new(0.0416666679, 0.333333343, 0.166666672)
  3559. o238 = Instance.new("Part")
  3560. o238.Parent = o1
  3561. o238.Material = Enum.Material.SmoothPlastic
  3562. o238.BrickColor = BrickColor.new("Really black")
  3563. o238.Position = Vector3.new(-113.539955, 1.07028496, 60.0163193)
  3564. o238.Rotation = Vector3.new(-134.999985, -5.91992693e-006, 180)
  3565. o238.Anchored = true
  3566. o238.CFrame = CFrame.new(-113.539955, 1.07028496, 60.0163193, -1, -1.50998176e-007, -1.03322215e-007, -1.79831659e-007, 0.707106709, 0.707106948, -3.37120198e-008, 0.707106948, -0.707106709)
  3567. o238.FormFactor = Enum.FormFactor.Custom
  3568. o238.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3569. o238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. o238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. o238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. o238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. o238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. o238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. o238.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3576. o239 = Instance.new("BlockMesh")
  3577. o239.Parent = o238
  3578. o239.Scale = Vector3.new(0.833333373, 0.666666687, 0.166666672)
  3579. mas.Parent = workspace
  3580. mas:MakeJoints()
  3581. local mas1 = mas:GetChildren()
  3582. for i=1,#mas1 do
  3583. mas1[i].Parent = workspace
  3584. ypcall(function() mas1[i]:MakeJoints() end)
  3585. end
  3586. mas:Destroy()
  3587. for i=1,#cors do
  3588. coroutine.resume(cors[i])
  3589. end
  3590. o1.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement