Kaemi

MLG Gun

Sep 5th, 2017
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 181.44 KB | None | 0 0
  1. --M249 by DMS ok don8 plz
  2. local ASDAD = function(f,scri)
  3. local oldenv = getfenv(f)
  4. local newenv = setmetatable({}, {
  5. __index = function(_, k)
  6. if k:lower() == 'script' then
  7. return scri
  8. else
  9. return oldenv[k]
  10. end
  11. end
  12. })
  13. setfenv(f, newenv)
  14. ypcall(function() f() end)
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. mas.Name = "MLGMODEL"
  19. rvrf = Instance.new("Tool")
  20. rvrf.Name = "M249 SAW"
  21. rvrf.Parent = mas
  22. rvrf.GripForward = Vector3.new(-0.233495846, -0, -0.972357869)
  23. rvrf.GripPos = Vector3.new(0, -0.419999987, 0)
  24. rvrf.GripRight = Vector3.new(0.97235775, 0, -0.233495817)
  25. sadsd = Instance.new("Part")
  26. sadsd.Parent = rvrf
  27. sadsd.Material = Enum.Material.SmoothPlastic
  28. sadsd.BrickColor = BrickColor.new("Black")
  29. sadsd.Position = Vector3.new(-23.2300014, 1.27942598, 7.71392298)
  30. sadsd.Rotation = Vector3.new(79.4030533, 0, -0)
  31. sadsd.Anchored = true
  32. sadsd.CFrame = CFrame.new(-23.2300014, 1.27942598, 7.71392298, 1, 0, 0, 0, 0.183899015, -0.982945144, 0, 0.982945144, 0.183899)
  33. sadsd.Size = Vector3.new(1, 1.20000005, 1)
  34. sadsd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  35. sadsd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  36. sadsd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  37. sadsd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  38. sadsd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  39. sadsd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  40. sadsd.Color = Color3.new(0.105882, 0.164706, 0.207843)
  41. o3 = Instance.new("SpecialMesh")
  42. o3.Parent = sadsd
  43. o3.Scale = Vector3.new(0.217771411, 0.277793646, 0.106888883)
  44. o3.MeshType = Enum.MeshType.Wedge
  45. o4 = Instance.new("LocalScript")
  46. o4.Name = "BackupWeld"
  47. o4.Parent = rvrf
  48. table.insert(cors,coroutine.create(function()
  49. wait()
  50. ASDAD(function()
  51. function Weld(x,y)
  52. local W = Instance.new("Weld")
  53. W.Part0 = x
  54. W.Part1 = y
  55. local CJ = CFrame.new(x.Position)
  56. local C0 = x.CFrame:inverse()*CJ
  57. local C1 = y.CFrame:inverse()*CJ
  58. W.C0 = C0
  59. W.C1 = C1
  60. W.Parent = x
  61. end
  62.  
  63. function Get(A)
  64. if A.className == "Part" then
  65. Weld(script.Parent.Handle, A)
  66. A.Anchored = false
  67. else
  68. local C = A:GetChildren()
  69. for i=1, #C do
  70. Get(C[i])
  71. end
  72. end
  73. end
  74.  
  75. function Finale()
  76. Get(script.Parent)
  77. end
  78.  
  79. script.Parent.Equipped:connect(Finale)
  80. script.Parent.Unequipped:connect(Finale)
  81. Finale()
  82. end,o4)
  83. end))
  84. o5 = Instance.new("NumberValue")
  85. o5.Name = "Ammo"
  86. o5.Parent = rvrf
  87. o5.Value = 100
  88. o6 = Instance.new("Part")
  89. o6.Name = "A9"
  90. o6.Parent = rvrf
  91. o6.Material = Enum.Material.SmoothPlastic
  92. o6.BrickColor = BrickColor.new("Dark stone grey")
  93. o6.Position = Vector3.new(-23.1480083, 1.58144104, 8.80720234)
  94. o6.Rotation = Vector3.new(-0.851446211, 0, -0)
  95. o6.Anchored = true
  96. o6.CFrame = CFrame.new(-23.1480083, 1.58144104, 8.80720234, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  97. o6.Size = Vector3.new(1, 1.20000005, 1)
  98. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  99. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  100. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  101. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  102. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  103. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  104. o6.Color = Color3.new(0.388235, 0.372549, 0.384314)
  105. o7 = Instance.new("BlockMesh")
  106. o7.Parent = o6
  107. o7.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
  108. o8 = Instance.new("NumberValue")
  109. o8.Name = "MaxAmmo"
  110. o8.Parent = rvrf
  111. o8.Value = 100
  112. o9 = Instance.new("NumberValue")
  113. o9.Name = "Recoil"
  114. o9.Parent = rvrf
  115. o9.Value = 3
  116. rvrf0 = Instance.new("Script")
  117. rvrf0.Parent = o9
  118. table.insert(cors,coroutine.create(function()
  119. wait()
  120. ASDAD(function()
  121. while true do
  122. wait(.2)
  123. if script.Parent.Value > 3 then
  124. script.Parent.Value = script.Parent.Value - 1
  125. end
  126. end
  127.  
  128. end,rvrf0)
  129. end))
  130. rvrf1 = Instance.new("NumberValue")
  131. rvrf1.Name = "StoredAmmo"
  132. rvrf1.Parent = rvrf
  133. rvrf1.Value = 700
  134. rvrf2 = Instance.new("LocalScript")
  135. rvrf2.Name = "Crouch"
  136. rvrf2.Parent = rvrf
  137. table.insert(cors,coroutine.create(function()
  138. wait()
  139. ASDAD(function()
  140. on = 0
  141. Tool = script.Parent
  142. welds = {}
  143. sh = {}
  144. arms = nil
  145. torso = nil
  146. f = nil
  147. function Crouch(ison)
  148. if arms == nil and torso == nil then
  149. arms = {Tool.Parent:FindFirstChild("Left Leg"), Tool.Parent:FindFirstChild("Right Leg")}
  150. torso = Tool.Parent:FindFirstChild("Torso")
  151. end
  152. if arms ~= nil and torso ~= nil then
  153. sh = {torso:FindFirstChild("Left Hip"), torso:FindFirstChild("Right Hip")}
  154. if sh ~= nil then
  155. local yes = true
  156. if yes then
  157. yes = false
  158. if ison == 1 then
  159. sh[1].Part1 = nil
  160. sh[2].Part1 = nil
  161. local weld1 = Instance.new("Weld")
  162. weld1.Part0 = torso
  163. weld1.Parent = torso
  164. weld1.Part1 = arms[1]
  165. weld1.C1 = CFrame.new(-0.5, 0.75, 1)
  166. arms[1].Name = "LDave"
  167. arms[1].CanCollide = true
  168. welds[1] = weld1
  169. local weld2 = Instance.new("Weld")
  170. weld2.Part0 = torso
  171. weld2.Parent = torso
  172. weld2.Part1 = arms[2]
  173. weld2.C1 = CFrame.new(0.5,0.495,1.25) * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0)
  174. arms[2].Name = "RDave"
  175. arms[2].CanCollide = true
  176. welds[2] = weld2
  177. local force = Instance.new("BodyForce")
  178. force.Parent = torso
  179. f = force
  180. wait(0.01)
  181. elseif ison == 0 then
  182. if arms then
  183. sh[1].Part1 = arms[1]
  184. sh[2].Part1 = arms[2]
  185. f.Parent = nil
  186. arms[2].Name = "Right Leg"
  187. arms[1].Name = "Left Leg"
  188. welds[1].Parent = nil
  189. welds[2].Parent = nil
  190. end
  191. end
  192. end
  193. else
  194. print("sh")
  195. end
  196. else
  197. print("arms")
  198. end
  199. end
  200. function Key(key)
  201. if key then
  202. key = string.lower(key)
  203. if (key=="c") then
  204. if on == 1 then
  205. on = 0
  206. elseif on == 0 then
  207. on = 1
  208. end
  209. Crouch(on)
  210. end
  211. end
  212. end
  213. function Equip(mouse)
  214. mouse.KeyDown:connect(Key)
  215. end
  216. script.Parent.Equipped:connect(Equip)
  217.  
  218.  
  219. end,rvrf2)
  220. end))
  221. rvrf3 = Instance.new("LocalScript")
  222. rvrf3.Name = "Shooter"
  223. rvrf3.Parent = rvrf
  224. table.insert(cors,coroutine.create(function()
  225. wait()
  226. ASDAD(function()
  227. Tool = script.Parent
  228.  
  229. local arms = nil
  230. local torso = nil
  231. local weld33 = nil -- right arm
  232. local weld55 = nil -- left arm
  233. local welds = {}
  234. local reloading = false
  235. local firing = false
  236.  
  237. function ReloadSequence()
  238. weld33.C1 = CFrame.new(-0.76, -0, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-87), math.rad(-15), 0)
  239. weld55.C1 = CFrame.new(-0.35, 1.1, 1.05) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.1, math.rad(-96))
  240. wait(.04)
  241. weld33.C1 = CFrame.new(-0.77, -0, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), 0)
  242. weld55.C1 = CFrame.new(-0.35, 0.7, 1) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.2, math.rad(-102))
  243. wait(.04)
  244. weld33.C1 = CFrame.new(-0.78, 0.1, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-81), math.rad(-15), 0)
  245. weld55.C1 = CFrame.new(-0.35, 0.4, 0.95) * CFrame.fromEulerAnglesXYZ(math.rad(330), 0.3, math.rad(-108))
  246. wait(.04)
  247. weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(350), 0.4, math.rad(-114))
  248. wait(.4)
  249. weld55.C1 = CFrame.new(-0.35, 1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.6, math.rad(-96))
  250. Tool.A1.Transparency = 1
  251. Tool.A2.Transparency = 1
  252. Tool.A3.Transparency = 1
  253. Tool.A4.Transparency = 1
  254. Tool.A5.Transparency = 1
  255. Tool.A6.Transparency = 1
  256. Tool.A7.Transparency = 1
  257. Tool.A8.Transparency = 1
  258. Tool.A9.Transparency = 1
  259. Tool.A10.Transparency = 1
  260. Tool.A11.Transparency = 1
  261. Tool.A12.Transparency = 1
  262. Tool.A13.Transparency = 1
  263. Tool.A14.Transparency = 1
  264. Tool.A15.Transparency = 1
  265. Tool.A16.Transparency = 1
  266. Tool.A17.Transparency = 1
  267. Tool.A18.Transparency = 1
  268. Tool.A19.Transparency = 1
  269. Tool.A20.Transparency = 1
  270. Tool.A21.Transparency = 1
  271. Tool.A22.Transparency = 1
  272. Tool.A23.Transparency = 1
  273. Tool.B1.Transparency = 0
  274. Tool.B2.Transparency = 0
  275. Tool.B3.Transparency = 0
  276. Tool.B4.Transparency = 0
  277. Tool.B5.Transparency = 0
  278. Tool.B6.Transparency = 0
  279. Tool.B7.Transparency = 0
  280. Tool.B8.Transparency = 0
  281. Tool.B9.Transparency = 0
  282. Tool.B10.Transparency = 0
  283. Tool.B11.Transparency = 0
  284. Tool.B12.Transparency = 0
  285. Tool.B13.Transparency = 0
  286. Tool.B14.Transparency = 0
  287. Tool.B15.Transparency = 0
  288. Tool.B16.Transparency = 0
  289. Tool.B17.Transparency = 0
  290. Tool.B18.Transparency = 0
  291. Tool.B19.Transparency = 0
  292. Tool.B20.Transparency = 0
  293. Tool.B21.Transparency = 0
  294. Tool.B22.Transparency = 0
  295. Tool.B23.Transparency = 0
  296. Tool.Handle.rvrf:play()
  297. wait(.4)
  298. weld55.C1 = CFrame.new(-0.35, 0.8, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.5, math.rad(-96))
  299. wait(.04)
  300. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.4, math.rad(-96))
  301. wait(.04)
  302. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.4, math.rad(-96))
  303. Tool.S1.Transparency = 1
  304. Tool.S2.Transparency = 1
  305. Tool.S3.Transparency = 1
  306. Tool.S4.Transparency = 1
  307. Tool.S5.Transparency = 1
  308. Tool.S6.Transparency = 1
  309. Tool.S7.Transparency = 1
  310. Tool.S8.Transparency = 1
  311. Tool.S9.Transparency = 1
  312. wait(.04)
  313. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.35, math.rad(-96))
  314. Tool.OMag3.Transparency = 1
  315. Tool.Mag3.Transparency = 0
  316. wait(.04)
  317. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.3, math.rad(-96))
  318. Tool.Mag3.Transparency = 1
  319. Tool.Mag2.Transparency = 1
  320. Tool.Mag.Transparency = 1
  321. local mag = Tool.Mag:clone()
  322. mag.Parent = game.Workspace
  323. mag.CanCollide = false
  324. mag.Transparency = 0
  325. Tool.Handle.M1:play()
  326. local mag = Tool.Mag3:clone()
  327. mag.Parent = game.Workspace
  328. mag.CanCollide = false
  329. mag.Transparency = 0
  330. wait(.04)
  331. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.2, math.rad(-96))
  332. wait(.04)
  333. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.1, math.rad(-96))
  334. wait(.04)
  335. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0, math.rad(-96))
  336. wait(.04)
  337. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.1, math.rad(-96))
  338. wait(.04)
  339. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.2, math.rad(-96))
  340. wait(.04)
  341. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.3, math.rad(-96))
  342. wait(.04)
  343. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.4, math.rad(-96))
  344. wait(.04)
  345. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(304), -0.5, math.rad(-96))
  346. wait(.04)
  347. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(303), -0.6, math.rad(-96))
  348. wait(.04)
  349. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(302), -0.7, math.rad(-96))
  350. wait(.04)
  351. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(301), -0.8, math.rad(-96))
  352. wait(.04)
  353. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.9, math.rad(-96))
  354. wait(.4)
  355. Tool.Mag.Transparency = 0
  356. Tool.Mag3.Transparency = 0
  357. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.88)
  358. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.88)
  359. wait(.04)
  360. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.8, math.rad(-96))
  361. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.77)
  362. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.77)
  363. wait(.04)
  364. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.7, math.rad(-96))
  365. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.66)
  366. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.66)
  367. wait(.04)
  368. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.6, math.rad(-96))
  369. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.55)
  370. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.55)
  371. wait(.04)
  372. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.5, math.rad(-96))
  373. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.44)
  374. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.44)
  375. wait(.04)
  376. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.4, math.rad(-96))
  377. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.33)
  378. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.33)
  379. wait(.04)
  380. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.3, math.rad(-96))
  381. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.22)
  382. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.22)
  383. wait(.04)
  384. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.2, math.rad(-96))
  385. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0.11)
  386. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0.11)
  387. wait(.04)
  388. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(300), -0.1, math.rad(-96))
  389. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.1, 0)
  390. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.1, 0)
  391. wait(.04)
  392. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(302), -0.1, math.rad(-96))
  393. Tool.Mag.Mesh.Offset = Vector3.new(0, 0.05, 0)
  394. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0.05, 0)
  395. wait(.04)
  396. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0.1, math.rad(-96))
  397. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
  398. Tool.Mag3.Mesh.Offset = Vector3.new(0, 0, 0)
  399. Tool.Mag2.Transparency = 0
  400. Tool.Handle.M2:play()
  401. wait(.04)
  402. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), -0, math.rad(-96))
  403. wait(.04)
  404. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.1, math.rad(-96))
  405. wait(.04)
  406. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.2, math.rad(-96))
  407. Tool.OMag3.Transparency = 0
  408. Tool.Mag3.Transparency = 1
  409. wait(.04)
  410. weld55.C1 = CFrame.new(-0.35, 0.6, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.3, math.rad(-96))
  411. Tool.S1.Transparency = 0
  412. Tool.S2.Transparency = 0
  413. Tool.S3.Transparency = 0
  414. Tool.S4.Transparency = 0
  415. Tool.S5.Transparency = 0
  416. Tool.S6.Transparency = 0
  417. Tool.S7.Transparency = 0
  418. Tool.S8.Transparency = 0
  419. Tool.S9.Transparency = 0
  420. wait(.04)
  421. weld55.C1 = CFrame.new(-0.35, 0.72, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.43, math.rad(-96))
  422. wait(.04)
  423. weld55.C1 = CFrame.new(-0.35, 0.84, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.56, math.rad(-96))
  424. wait(.04)
  425. weld55.C1 = CFrame.new(-0.35, 0.96, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.69, math.rad(-96))
  426. wait(.04)
  427. weld55.C1 = CFrame.new(-0.35, 1.08, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.8, math.rad(-96))
  428. wait(.4)
  429. weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(350), 0.4, math.rad(-114))
  430. Tool.A1.Transparency = 0
  431. Tool.A2.Transparency = 0
  432. Tool.A3.Transparency = 0
  433. Tool.A4.Transparency = 0
  434. Tool.A5.Transparency = 0
  435. Tool.A6.Transparency = 0
  436. Tool.A7.Transparency = 0
  437. Tool.A8.Transparency = 0
  438. Tool.A9.Transparency = 0
  439. Tool.A10.Transparency = 0
  440. Tool.A11.Transparency = 0
  441. Tool.A12.Transparency = 0
  442. Tool.A13.Transparency = 0
  443. Tool.A14.Transparency = 0
  444. Tool.A15.Transparency = 0
  445. Tool.A16.Transparency = 0
  446. Tool.A17.Transparency = 0
  447. Tool.A18.Transparency = 0
  448. Tool.A19.Transparency = 0
  449. Tool.A20.Transparency = 0
  450. Tool.A21.Transparency = 0
  451. Tool.A22.Transparency = 0
  452. Tool.A23.Transparency = 0
  453. Tool.B1.Transparency = 1
  454. Tool.B2.Transparency = 1
  455. Tool.B3.Transparency = 1
  456. Tool.B4.Transparency = 1
  457. Tool.B5.Transparency = 1
  458. Tool.B6.Transparency = 1
  459. Tool.B7.Transparency = 1
  460. Tool.B8.Transparency = 1
  461. Tool.B9.Transparency = 1
  462. Tool.B10.Transparency = 1
  463. Tool.B11.Transparency = 1
  464. Tool.B12.Transparency = 1
  465. Tool.B13.Transparency = 1
  466. Tool.B14.Transparency = 1
  467. Tool.B15.Transparency = 1
  468. Tool.B16.Transparency = 1
  469. Tool.B17.Transparency = 1
  470. Tool.B18.Transparency = 1
  471. Tool.B19.Transparency = 1
  472. Tool.B20.Transparency = 1
  473. Tool.B21.Transparency = 1
  474. Tool.B22.Transparency = 1
  475. Tool.B23.Transparency = 1
  476. Tool.Handle.sadsd:play()
  477. wait(.4)
  478. weld33.C1 = CFrame.new(-0.75, -0, 0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.1)
  479. wait(.04)
  480. weld33.C1 = CFrame.new(-0.73, -0, 0.25) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.2)
  481. wait(.04)
  482. weld33.C1 = CFrame.new(-0.71, -0, 0.2) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.3)
  483. wait(.04)
  484. weld33.C1 = CFrame.new(-0.69, -0, 0.15) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.4)
  485. wait(.04)
  486. weld33.C1 = CFrame.new(-0.67, -0, 0.1) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.5)
  487. wait(.04)
  488. weld33.C1 = CFrame.new(-0.65, -0, 0.05) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.6)
  489. wait(.04)
  490. weld33.C1 = CFrame.new(-0.63, -0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.7)
  491. weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.325, math.rad(-108))
  492. wait(.04)
  493. weld33.C1 = CFrame.new(-0.61, -0, -0.1) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.8)
  494. weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.25, math.rad(-102))
  495. wait(.04)
  496. weld33.C1 = CFrame.new(-0.59, -0, -0.2) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -0.9)
  497. weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.175, math.rad(-96))
  498. wait(.04)
  499. weld33.C1 = CFrame.new(-0.57, -0, -0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-84), math.rad(-15), -1)
  500. weld55.C1 = CFrame.new(-0.35, 0.1, 0.85) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.1, math.rad(-90))
  501. wait(.4)
  502. weld55.C1 = CFrame.new(-0.35, -0.4, 0.65) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.1, math.rad(-90))
  503. Tool.Handle.Click:play()
  504. Tool.Bolt.Mesh.Offset = Vector3.new(-0.3, 0, 0)
  505. wait(.04)
  506. weld55.C1 = CFrame.new(-0.35, -0.7, 0.55) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.1, math.rad(-90))
  507. Tool.Bolt.Mesh.Offset = Vector3.new(-0.9, 0, 0)
  508. wait(.22)
  509. weld55.C1 = CFrame.new(-0.35, -0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0.1, math.rad(-90))
  510. Tool.Bolt.Mesh.Offset = Vector3.new(0, 0, 0)
  511. wait(.4)
  512. weld33.C1 = CFrame.new(-0.72, -0.07, 0.325) * CFrame.fromEulerAnglesXYZ(math.rad(-86), math.rad(-15), 0)
  513. weld55.C1 = CFrame.new(-0.35, 0.7, 0.73) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.025, math.rad(-90))
  514. wait(.08)
  515. weld33.C1 = CFrame.new(-0.665, -0.13, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-88), math.rad(-15), 0)
  516. weld55.C1 = CFrame.new(-0.35, 0.9, 0.86) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0.05, math.rad(-90))
  517. wait(.08)
  518. weld33.C1 = CFrame.new(-0.72, -0.18, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  519. weld55.C1 = CFrame.new(-0.35, 1.1, 0.99) * CFrame.fromEulerAnglesXYZ(math.rad(305), 0.025, math.rad(-90))
  520. wait(.08)
  521. weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  522. weld55.C1 = CFrame.new(-0.35, 1.3, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
  523. end
  524.  
  525. function Reload()
  526. if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading == false and script.Parent.StoredAmmo.Value >= 1 then
  527. reloading = true
  528. script.Parent.Ammo.Value = 0
  529. ReloadSequence()
  530. if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
  531. script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
  532. script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value
  533. script.Parent.Recoil.Value = 5
  534. elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then
  535. script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
  536. script.Parent.StoredAmmo.Value = 0
  537. script.Parent.Recoil.Value = 5
  538. end
  539. reloading = false
  540. end
  541. end
  542.  
  543. function Equip(mouse)
  544. wait(0.01)
  545. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  546. torso = Tool.Parent:FindFirstChild("Torso")
  547. if arms ~= nil and torso ~= nil then
  548. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  549. if sh ~= nil then
  550. local yes = true
  551. if yes then
  552. yes = false
  553. sh[1].Part1 = nil
  554. sh[2].Part1 = nil
  555. falsearm1 = arms[1]:clone()
  556. local mesh1 = Instance.new("BlockMesh")
  557. mesh1.Scale = Vector3.new(.9,.9,.9)
  558. mesh1.Parent = falsearm1
  559. local armweld1 = Instance.new("Weld")
  560. falsearm1.BrickColor = BrickColor.new(26)
  561. falsearm1.Parent = Tool
  562. armweld1.Parent = falsearm1
  563. armweld1.Part0 = falsearm1
  564. armweld1.Part1 = arms[1]
  565. falsearm2 = arms[2]:clone()
  566. local mesh2 = Instance.new("BlockMesh")
  567. mesh2.Scale = Vector3.new(.9,.9,.9)
  568. mesh2.Parent = falsearm2
  569. local armweld2 = Instance.new("Weld")
  570. falsearm2.BrickColor = BrickColor.new(26)
  571. falsearm2.Parent = Tool
  572. armweld2.Parent = falsearm2
  573. armweld2.Part0 = falsearm2
  574. armweld2.Part1 = arms[2]
  575. local weld1 = Instance.new("Weld") -- left arm
  576. weld55 = weld1
  577. weld1.Part0 = torso
  578. weld1.Parent = torso
  579. weld1.Part1 = arms[1]
  580. weld1.C1 = CFrame.new(-0.35, 1.3, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
  581. welds[1] = weld1
  582. local weld2 = Instance.new("Weld") -- right arm
  583. weld33 = weld2
  584. weld2.Part0 = torso
  585. weld2.Parent = torso
  586. weld2.Part1 = arms[2]
  587. weld2.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  588. welds[2] = weld2
  589. end
  590. else
  591. print("sh")
  592. end
  593. else
  594. print("arms")
  595. end
  596. end
  597.  
  598. local legs = nil
  599. local torssadsd = nil
  600. local welds2 = {}
  601. local bodyforce = nil
  602.  
  603. function Unequip(mouse)
  604. if arms ~= nil and torso ~= nil then
  605. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  606. if sh ~= nil then
  607. local yes = true
  608. if yes then
  609. yes = false
  610. sh[1].Part1 = arms[1]
  611. sh[2].Part1 = arms[2]
  612. welds[1].Parent = nil
  613. welds[2].Parent = nil
  614. falsearm1:remove()
  615. falsearm2:remove()
  616. end
  617. else
  618. print("sh")
  619. end
  620. else
  621. print("arms")
  622. end
  623. end
  624.  
  625. function fire(v)
  626. script.Parent.Flash.Light.Light.Visible = true
  627. Tool.Handle.Fire:play()
  628. Tool.Handle.Fire2:play()
  629.  
  630. local vCharacter = Tool.Parent
  631. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  632.  
  633. local missile = Instance.new("Part")
  634.  
  635.  
  636.  
  637. local spawnPos = vCharacter.PrimaryPart.Position
  638.  
  639.  
  640.  
  641. spawnPos = spawnPos + (v * 8)
  642.  
  643. missile.Position = spawnPos
  644. missile.Size = Vector3.new(1,1,1)
  645. missile.Velocity = v * 600
  646. missile.BrickColor = BrickColor.new(26)
  647. missile.Shape = 0
  648. missile.BottomSurface = 0
  649. missile.TopSurface = 0
  650. missile.Name = "Bullet"
  651. missile.Elasticity = 0
  652. missile.Reflectance = 0
  653. missile.Friction = .9
  654. missile.CanCollide = false
  655.  
  656. local force = Instance.new("BodyForce")
  657. force.force = Vector3.new(0,missile:getMass() * 196,0)
  658. force.Parent = missile
  659.  
  660. local mesh = Instance.new("SpecialMesh")
  661. mesh.Scale = Vector3.new(.08,.08,.08)
  662. mesh.MeshType = "Sphere"
  663. mesh.Parent = missile
  664. function onTouched(part)
  665. local h = part.Parent:findFirstChild("Humanoid")
  666. if h~=nil then
  667. h.parent:BreakJoints
  668. wait(.1)
  669. h.parent:BreakJoints
  670. wait(.1)
  671.  
  672. end
  673. end
  674.  
  675. missile.Touched:connect(onTouched)
  676.  
  677. local creator_tag = Instance.new("ObjectValue")
  678. creator_tag.Value = vPlayer
  679. creator_tag.Name = "creator"
  680. creator_tag.Parent = missile
  681.  
  682.  
  683.  
  684. missile.Parent = game.Workspace
  685.  
  686. cam = game.Workspace.CurrentCamera
  687. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  688. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  689. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.01, 0.005, 0)
  690. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  691. weld33.C1 = CFrame.new(-0.75, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  692. weld55.C1 = CFrame.new(-0.35, 1.2, 1.04) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
  693. Tool.Flash.Mesh.Scale = Vector3.new(.75, 1.5, .75)
  694. Tool.Flash.Transparency = 1
  695. Tool.R1.Transparency = 0
  696. Tool.R2.Transparency = 0
  697. Tool.R3.Transparency = 0
  698. Tool.R4.Transparency = 0
  699. Tool.R5.Transparency = 0
  700. Tool.R6.Transparency = 0
  701. Tool.R7.Transparency = 0
  702. Tool.R8.Transparency = 0
  703. Tool.S1.Transparency = 1
  704. Tool.S2.Transparency = 1
  705. Tool.S3.Transparency = 1
  706. Tool.S4.Transparency = 1
  707. Tool.S5.Transparency = 1
  708. Tool.S6.Transparency = 1
  709. Tool.S7.Transparency = 1
  710. Tool.S8.Transparency = 1
  711. Tool.S9.Transparency = 1
  712. Tool.Bolt.Mesh.Offset = Vector3.new(-0.7, 0, 0)
  713. wait(0.02)
  714. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  715. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  716. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(-0.005, -0.01, 0)
  717. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  718. weld33.C1 = CFrame.new(-0.75, -0.25, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  719. weld55.C1 = CFrame.new(-0.35, 1.25, 1.07) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
  720. Tool.Flash.Mesh.Scale = Vector3.new(.5, 1.5, .5)
  721. Tool.Flash.Transparency = 1
  722. Tool.Bolt.Mesh.Offset = Vector3.new(-0.3, 0, 0)
  723. wait(0.02)
  724. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  725. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  726. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.01, 0.005, 0)
  727. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  728. weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  729. weld55.C1 = CFrame.new(-0.35, 1.3, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0, math.rad(-90))
  730. Tool.Flash.Transparency = 1
  731. Tool.R1.Transparency = 1
  732. Tool.R2.Transparency = 1
  733. Tool.R3.Transparency = 1
  734. Tool.R4.Transparency = 1
  735. Tool.R5.Transparency = 1
  736. Tool.R6.Transparency = 1
  737. Tool.R7.Transparency = 1
  738. Tool.R8.Transparency = 1
  739. Tool.S1.Transparency = 0
  740. Tool.S2.Transparency = 0
  741. Tool.S3.Transparency = 0
  742. Tool.S4.Transparency = 0
  743. Tool.S5.Transparency = 0
  744. Tool.S6.Transparency = 0
  745. Tool.S7.Transparency = 0
  746. Tool.S8.Transparency = 0
  747. Tool.S9.Transparency = 0
  748. Tool.Bolt.Mesh.Offset = Vector3.new(0, 0, 0)
  749. script.Parent.Flash.Light.Light.Visible = false
  750. end
  751.  
  752. function KeyDownFunctions(key)
  753. if key == "r" then
  754. Reload()
  755. end
  756. end
  757.  
  758. Tool.Enabled = true
  759. function onActivated()
  760.  
  761. if not Tool.Enabled then
  762. return
  763. end
  764.  
  765. Tool.Enabled = false
  766.  
  767. local character = Tool.Parent;
  768. local humanoid = character.Humanoid
  769. if humanoid == nil then
  770. print("Humanoid not found")
  771. return
  772. end
  773. local ammo = script.Parent.Ammo
  774. local maxammo = script.Parent.MaxAmmo
  775. firing = true
  776. while firing == true do
  777. wait()
  778. if reloading == false and humanoid.Health >= 1 then
  779. if ammo.Value >= 1 then
  780. ammo.Value = ammo.Value - 1
  781. local targetPos = humanoid.TargetPoint
  782. local lookAt = (targetPos - character.Head.Position).unit
  783. if script.Parent.Recoil.Value < 10 then
  784. script.Parent.Recoil.Value = script.Parent.Recoil.Value + 1
  785. end
  786. fire(lookAt)
  787. else
  788. Reload()
  789. break
  790. end
  791. elseif reloading == false and humanoid.Health < 1 then
  792. Tool:remove()
  793. end
  794. end
  795. Tool.Enabled = true
  796. end
  797.  
  798. function nofiar(mouse)
  799. firing = false
  800. end
  801.  
  802. function onEquippedLocal(mouse)
  803.  
  804. if mouse == nil then
  805. print("Mouse not found")
  806. return
  807. end
  808.  
  809. mouse.Icon = "http://www.roblox.com/asset/?id=49912389"
  810. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  811. mouse.Button1Up:connect(function() nofiar(mouse) end)
  812. mouse.KeyDown:connect(KeyDownFunctions)
  813. while true do
  814. wait()
  815. end
  816. end
  817.  
  818.  
  819. Tool.Equipped:connect(onEquippedLocal)
  820.  
  821.  
  822. script.Parent.Activated:connect(onActivated)
  823. Tool.Equipped:connect(Equip)
  824. Tool.Unequipped:connect(Unequip)
  825.  
  826. end,rvrf3)
  827. end))
  828. rvrf4 = Instance.new("LocalScript")
  829. rvrf4.Name = "Zoom Script"
  830. rvrf4.Parent = rvrf
  831. table.insert(cors,coroutine.create(function()
  832. wait()
  833. ASDAD(function()
  834. local Tool = script.Parent
  835. a=false
  836. cam=nil
  837. wut = Tool.Parent
  838.  
  839.  
  840.  
  841. function onEquipped(mouse2)
  842. mouse2.KeyDown:connect(onkeyDown)
  843. mouse = mouse2
  844. end
  845. function onkeyDown(key)
  846. if key == "q" then
  847. if not a then
  848. cam=game.Workspace.CurrentCamera:clone()
  849. cam.Parent=game.Workspace
  850. game.Workspace.CurrentCamera.CameraSubject = Tool.Zoom
  851. game.Workspace.CurrentCamera.CameraType=1
  852. Tool.Recoil.Value = 5
  853. Tool.ZoomedIn.Value = true
  854. Tool.Parent.Humanoid.WalkSpeed = 10
  855. a=true
  856. else
  857. game.Workspace.CurrentCamera.CameraSubject=game.Players.LocalPlayer.Character
  858. game.Workspace.CurrentCamera:Remove()
  859. game.Workspace.CurrentCamera=cam
  860. Tool.ZoomedIn.Value = false
  861. Tool.Recoil.Value = 10
  862. Tool.Parent.Humanoid.WalkSpeed = 16
  863. a=false
  864. end
  865. end
  866. end
  867.  
  868.  
  869.  
  870.  
  871. script.Parent.Equipped:connect(onEquipped)
  872. end,rvrf4)
  873. end))
  874. rvrf5 = Instance.new("LocalScript")
  875. rvrf5.Name = "GuiScript"
  876. rvrf5.Parent = rvrf
  877. table.insert(cors,coroutine.create(function()
  878. wait()
  879. ASDAD(function()
  880.  
  881. local Tool = script.Parent
  882. local Ammo = Tool.Ammo
  883. local MaxAmmo = Ammo.Value
  884.  
  885. local vPlayer
  886. local Gui
  887. local Text
  888.  
  889. function onChanged(value)
  890. if value == "Value" or value == Ammo.Value then
  891. if Gui ~= nil and Text ~= nil then
  892. if Ammo.Value >= 1 then
  893. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  894. elseif math.floor(Ammo.Value) == 0 then
  895. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  896. elseif Ammo.Value < 0 then
  897. for i = 0, 1, 0.03 / 2 do
  898. local Num = math.floor(i * MaxAmmo + 0.5)
  899.  
  900. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  901. wait()
  902. end
  903. end
  904. end
  905. end
  906. end
  907.  
  908. function on2Changed()
  909. if Gui ~= nil and Text ~= nil then
  910.  
  911. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  912. wait()
  913. end
  914. end
  915.  
  916. function setUpGui()
  917. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  918. return
  919. end
  920.  
  921. Gui = Instance.new("ScreenGui")
  922. Text = Instance.new("TextLabel")
  923.  
  924. Gui.Name = "DEDisplay"
  925. Gui.Parent = vPlayer.PlayerGui
  926.  
  927. Text.BackgroundColor3 = BrickColor.Black().Color
  928. Text.BackgroundTransparency = 1
  929. Text.BorderColor3 = BrickColor.White().Color
  930. Text.BorderSizePixel = 0
  931. Text.Name = "Ammo"
  932. Text.Parent = Gui
  933. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  934. Text.Size = UDim2.new(0, -60, 0, 64)
  935. Text.FontSize = "Size18"
  936. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  937. Text.TextColor3 = BrickColor.White().Color
  938. end
  939.  
  940. function onEquippedLocal(mouse)
  941. vPlayer = game.Players.LocalPlayer
  942.  
  943. setUpGui()
  944. end
  945.  
  946. function onUnequippedLocal(mouse)
  947. if Gui then
  948. Gui:remove()
  949. end
  950.  
  951. Gui = nil
  952. Text = nil
  953. vPlayer = nil
  954. end
  955.  
  956. Tool.Equipped:connect(onEquippedLocal)
  957. Tool.Unequipped:connect(onUnequippedLocal)
  958.  
  959. Ammo.Changed:connect(onChanged)
  960. Tool.StoredAmmo.Changed:connect(on2Changed)
  961. end,rvrf5)
  962. end))
  963. rvrf6 = Instance.new("LocalScript")
  964. rvrf6.Name = "GuiScript(backup)"
  965. rvrf6.Parent = rvrf
  966. table.insert(cors,coroutine.create(function()
  967. wait()
  968. ASDAD(function()
  969.  
  970. local Tool = script.Parent
  971. local Ammo = Tool.Ammo
  972. local MaxAmmo = Ammo.Value
  973.  
  974. local vPlayer
  975. local Gui
  976. local Text
  977.  
  978. function onChanged(value)
  979. if value == "Value" or value == Ammo.Value then
  980. if Gui ~= nil and Text ~= nil then
  981. if Ammo.Value >= 1 then
  982. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  983. elseif math.floor(Ammo.Value) == 0 then
  984. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  985. elseif Ammo.Value < 0 then
  986. for i = 0, 1, 0.03 / 2 do
  987. local Num = math.floor(i * MaxAmmo + 0.5)
  988.  
  989. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  990. wait()
  991. end
  992. end
  993. end
  994. end
  995. end
  996.  
  997. function on2Changed()
  998. if Gui ~= nil and Text ~= nil then
  999.  
  1000. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1001. wait()
  1002. end
  1003. end
  1004.  
  1005. function setUpGui()
  1006. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  1007. return
  1008. end
  1009.  
  1010. Gui = Instance.new("ScreenGui")
  1011. Text = Instance.new("TextLabel")
  1012.  
  1013. Gui.Name = "DEDisplay"
  1014. Gui.Parent = vPlayer.PlayerGui
  1015.  
  1016. Text.BackgroundColor3 = BrickColor.Black().Color
  1017. Text.BackgroundTransparency = 1
  1018. Text.BorderColor3 = BrickColor.White().Color
  1019. Text.BorderSizePixel = 0
  1020. Text.Name = "Ammo"
  1021. Text.Parent = Gui
  1022. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  1023. Text.Size = UDim2.new(0, -60, 0, 64)
  1024. Text.FontSize = "Size18"
  1025. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  1026. Text.TextColor3 = BrickColor.White().Color
  1027. end
  1028.  
  1029. function onEquippedLocal(mouse)
  1030. vPlayer = game.Players.LocalPlayer
  1031.  
  1032. setUpGui()
  1033. end
  1034.  
  1035. function onUnequippedLocal(mouse)
  1036. if Gui then
  1037. Gui:remove()
  1038. end
  1039.  
  1040. Gui = nil
  1041. Text = nil
  1042. vPlayer = nil
  1043. end
  1044.  
  1045. Tool.Equipped:connect(onEquippedLocal)
  1046. Tool.Unequipped:connect(onUnequippedLocal)
  1047.  
  1048. Ammo.Changed:connect(onChanged)
  1049. Tool.StoredAmmo.Changed:connect(on2Changed)
  1050. end,rvrf6)
  1051. end))
  1052. rvrf7 = Instance.new("BoolValue")
  1053. rvrf7.Name = "ZoomedIn"
  1054. rvrf7.Parent = rvrf
  1055. rvrf8 = Instance.new("Part")
  1056. rvrf8.Parent = rvrf
  1057. rvrf8.Material = Enum.Material.SmoothPlastic
  1058. rvrf8.BrickColor = BrickColor.new("Really black")
  1059. rvrf8.Position = Vector3.new(-23.3057003, 1.33301294, 9.4844923)
  1060. rvrf8.Rotation = Vector3.new(179.14856, 0, -180)
  1061. rvrf8.Anchored = true
  1062. rvrf8.CFrame = CFrame.new(-23.3057003, 1.33301294, 9.4844923, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1063. rvrf8.Size = Vector3.new(1, 1.20000005, 1)
  1064. rvrf8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. rvrf8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. rvrf8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. rvrf8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. rvrf8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1069. rvrf8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1070. rvrf8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1071. rvrf9 = Instance.new("BlockMesh")
  1072. rvrf9.Parent = rvrf8
  1073. rvrf9.Scale = Vector3.new(0.0704761893, 0.0469841249, 0.72942853)
  1074. sadsd0 = Instance.new("Part")
  1075. sadsd0.Name = "A10"
  1076. sadsd0.Parent = rvrf
  1077. sadsd0.Material = Enum.Material.SmoothPlastic
  1078. sadsd0.BrickColor = BrickColor.new("Really black")
  1079. sadsd0.Position = Vector3.new(-23.1592999, 1.60455704, 8.5995903)
  1080. sadsd0.Rotation = Vector3.new(-90.8514481, 0, -90)
  1081. sadsd0.Anchored = true
  1082. sadsd0.CFrame = CFrame.new(-23.1592999, 1.60455704, 8.5995903, 0, 1, 0, 0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
  1083. sadsd0.Size = Vector3.new(1, 1.20000005, 1)
  1084. sadsd0.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. sadsd0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. sadsd0.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. sadsd0.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. sadsd0.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. sadsd0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. sadsd0.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1091. sadsd1 = Instance.new("CylinderMesh")
  1092. sadsd1.Parent = sadsd0
  1093. sadsd1.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
  1094. sadsd2 = Instance.new("Part")
  1095. sadsd2.Name = "Flash"
  1096. sadsd2.Parent = rvrf
  1097. sadsd2.Material = Enum.Material.SmoothPlastic
  1098. sadsd2.BrickColor = BrickColor.new("Bright orange")
  1099. sadsd2.Transparency = 1
  1100. sadsd2.Position = Vector3.new(-23.2273922, 1.38708901, 13.2625084)
  1101. sadsd2.Rotation = Vector3.new(89.1485519, 0, -0)
  1102. sadsd2.Anchored = true
  1103. sadsd2.CFrame = CFrame.new(-23.2273922, 1.38708901, 13.2625084, 1, 0, 0, 0, 0.0148599939, -0.999889612, 0, 0.999889612, 0.014859993)
  1104. sadsd2.FormFactor = Enum.FormFactor.Custom
  1105. sadsd2.Size = Vector3.new(0.315185189, 0.643095255, 0.268201053)
  1106. sadsd2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. sadsd2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. sadsd2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. sadsd2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. sadsd2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. sadsd2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. sadsd2.Color = Color3.new(0.854902, 0.521569, 0.254902)
  1113. sadsd3 = Instance.new("SpecialMesh")
  1114. sadsd3.Parent = sadsd2
  1115. sadsd3.Scale = Vector3.new(1.625, 1.70000017, 1.62499988)
  1116. sadsd3.MeshType = Enum.MeshType.Sphere
  1117. sadsd4 = Instance.new("BillboardGui")
  1118. sadsd4.Name = "Light"
  1119. sadsd4.Parent = sadsd2
  1120. sadsd4.Size = UDim2.new(3,0,3,0)
  1121. sadsd4.Active = true
  1122. sadsd4.Adornee = sadsd2
  1123. sadsd5 = Instance.new("ImageLabel")
  1124. sadsd5.Name = "Light"
  1125. sadsd5.Parent = sadsd4
  1126. sadsd5.Position = UDim2.new(-0.5,0,-0.5,0)
  1127. sadsd5.Size = UDim2.new(2,0,2,0)
  1128. sadsd5.Active = true
  1129. sadsd5.Visible = false
  1130. sadsd5.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
  1131. sadsd5.BackgroundTransparency = 1
  1132. sadsd5.Image = "http://www.roblox.com/asset/?id=68683102"
  1133. sadsd6 = Instance.new("Script")
  1134. sadsd6.Parent = sadsd4
  1135. table.insert(cors,coroutine.create(function()
  1136. wait()
  1137. ASDAD(function()
  1138. script.Parent.Adornee = script.Parent.Parent
  1139. end,sadsd6)
  1140. end))
  1141. sadsd7 = Instance.new("Part")
  1142. sadsd7.Parent = rvrf
  1143. sadsd7.Material = Enum.Material.SmoothPlastic
  1144. sadsd7.BrickColor = BrickColor.new("Dark stone grey")
  1145. sadsd7.Position = Vector3.new(-23.2163811, 1.37584996, 12.6044378)
  1146. sadsd7.Rotation = Vector3.new(-90.8514481, 0, -180)
  1147. sadsd7.Anchored = true
  1148. sadsd7.CFrame = CFrame.new(-23.2163811, 1.37584996, 12.6044378, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1149. sadsd7.Size = Vector3.new(1, 1.20000005, 1)
  1150. sadsd7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. sadsd7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. sadsd7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. sadsd7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. sadsd7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. sadsd7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. sadsd7.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1157. sadsd8 = Instance.new("Decal")
  1158. sadsd8.Parent = sadsd7
  1159. sadsd8.Texture = "http://www.roblox.com/asset/?id=47760372"
  1160. sadsd8.Face = Enum.NormalId.Top
  1161. sadsd9 = Instance.new("CylinderMesh")
  1162. sadsd9.Parent = sadsd7
  1163. sadsd9.Scale = Vector3.new(0.140952379, 0.146825388, 0.0898571387)
  1164. o30 = Instance.new("Part")
  1165. o30.Parent = rvrf
  1166. o30.Material = Enum.Material.SmoothPlastic
  1167. o30.BrickColor = BrickColor.new("Dark stone grey")
  1168. o30.Position = Vector3.new(-23.2183743, 1.37560499, 12.4906559)
  1169. o30.Rotation = Vector3.new(-90.8514481, 0, -180)
  1170. o30.Anchored = true
  1171. o30.CFrame = CFrame.new(-23.2183743, 1.37560499, 12.4906559, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1172. o30.Size = Vector3.new(1, 1.20000005, 1)
  1173. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1175. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. o30.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1180. o31 = Instance.new("CylinderMesh")
  1181. o31.Parent = o30
  1182. o31.Scale = Vector3.new(0.140952379, 0.0117460312, 0.0898571387)
  1183. o32 = Instance.new("Part")
  1184. o32.Parent = rvrf
  1185. o32.Material = Enum.Material.SmoothPlastic
  1186. o32.BrickColor = BrickColor.new("Black")
  1187. o32.Position = Vector3.new(-23.2511559, 0.512670994, 8.81136799)
  1188. o32.Rotation = Vector3.new(-164.108109, 0, -180)
  1189. o32.Anchored = true
  1190. o32.CFrame = CFrame.new(-23.2511559, 0.512670994, 8.81136799, -1, 0, 0, 0, 0.961780131, 0.273823023, 0, 0.273823023, -0.961780131)
  1191. o32.Size = Vector3.new(1, 1.20000005, 1)
  1192. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1193. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. o32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1199. o33 = Instance.new("BlockMesh")
  1200. o33.Parent = o32
  1201. o33.Scale = Vector3.new(0.129206344, 0.0352380946, 0.0704761893)
  1202. o34 = Instance.new("Part")
  1203. o34.Parent = rvrf
  1204. o34.Material = Enum.Material.SmoothPlastic
  1205. o34.BrickColor = BrickColor.new("Black")
  1206. o34.Position = Vector3.new(-23.2266369, 1.20310497, 11.7690916)
  1207. o34.Rotation = Vector3.new(-90.8514481, 0, -180)
  1208. o34.Anchored = true
  1209. o34.CFrame = CFrame.new(-23.2266369, 1.20310497, 11.7690916, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1210. o34.Size = Vector3.new(1, 1.20000005, 1)
  1211. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1215. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. o34.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1218. o35 = Instance.new("CylinderMesh")
  1219. o35.Parent = o34
  1220. o35.Scale = Vector3.new(0.140952379, 0.105714284, 0.095377773)
  1221. o36 = Instance.new("Part")
  1222. o36.Parent = rvrf
  1223. o36.Material = Enum.Material.SmoothPlastic
  1224. o36.BrickColor = BrickColor.new("Black")
  1225. o36.Position = Vector3.new(-23.2266369, 1.20450604, 11.8399296)
  1226. o36.Rotation = Vector3.new(-90.8514481, 0, -180)
  1227. o36.Anchored = true
  1228. o36.CFrame = CFrame.new(-23.2266369, 1.20450604, 11.8399296, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1229. o36.Size = Vector3.new(1, 1.20000005, 1)
  1230. o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. o36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1237. o37 = Instance.new("CylinderMesh")
  1238. o37.Parent = o36
  1239. o37.Scale = Vector3.new(0.140952379, 0.0176190473, 0.131555557)
  1240. o38 = Instance.new("Part")
  1241. o38.Parent = rvrf
  1242. o38.Material = Enum.Material.SmoothPlastic
  1243. o38.BrickColor = BrickColor.new("Dark stone grey")
  1244. o38.Position = Vector3.new(-23.2255459, 1.197721, 11.4730816)
  1245. o38.Rotation = Vector3.new(-90.8514481, 0, -180)
  1246. o38.Anchored = true
  1247. o38.CFrame = CFrame.new(-23.2255459, 1.197721, 11.4730816, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1248. o38.Size = Vector3.new(1, 1.20000005, 1)
  1249. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. o38.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1256. o39 = Instance.new("CylinderMesh")
  1257. o39.Parent = o38
  1258. o39.Scale = Vector3.new(0.140952379, 0.0704761893, 0.109003171)
  1259. o40 = Instance.new("Part")
  1260. o40.Parent = rvrf
  1261. o40.Material = Enum.Material.SmoothPlastic
  1262. o40.BrickColor = BrickColor.new("Dark stone grey")
  1263. o40.Position = Vector3.new(-23.2250729, 1.20606697, 11.6229343)
  1264. o40.Rotation = Vector3.new(-90.8514481, 0, -180)
  1265. o40.Anchored = true
  1266. o40.CFrame = CFrame.new(-23.2250729, 1.20606697, 11.6229343, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1267. o40.Size = Vector3.new(1, 1.20000005, 1)
  1268. o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. o40.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1275. o41 = Instance.new("CylinderMesh")
  1276. o41.Parent = o40
  1277. o41.Scale = Vector3.new(0.140952379, 0.11746031, 0.109003171)
  1278. o42 = Instance.new("Part")
  1279. o42.Parent = rvrf
  1280. o42.Material = Enum.Material.SmoothPlastic
  1281. o42.BrickColor = BrickColor.new("Black")
  1282. o42.Position = Vector3.new(-23.2367382, 0.696099997, 7.22962093)
  1283. o42.Rotation = Vector3.new(179.148468, 0.000308065792, -179.542679)
  1284. o42.Anchored = true
  1285. o42.CFrame = CFrame.new(-23.2367382, 0.696099997, 7.22962093, -0.999968231, 0.00798196252, 5.37676215e-006, 0.0079810014, 0.999857783, -0.0148615111, -0.000124000027, -0.014860996, -0.999889612)
  1286. o42.Size = Vector3.new(1, 1.20000005, 1)
  1287. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. o42.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1294. o43 = Instance.new("BlockMesh")
  1295. o43.Parent = o42
  1296. o43.Scale = Vector3.new(0.214247614, 0.202971414, 0.516825378)
  1297. o44 = Instance.new("Part")
  1298. o44.Parent = rvrf
  1299. o44.Material = Enum.Material.SmoothPlastic
  1300. o44.BrickColor = BrickColor.new("Dark stone grey")
  1301. o44.Position = Vector3.new(-23.2183571, 1.65113103, 11.6472178)
  1302. o44.Rotation = Vector3.new(179.14856, 0, -180)
  1303. o44.Anchored = true
  1304. o44.CFrame = CFrame.new(-23.2183571, 1.65113103, 11.6472178, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1305. o44.Size = Vector3.new(1, 1.20000005, 1)
  1306. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. o44.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1313. o45 = Instance.new("SpecialMesh")
  1314. o45.Parent = o44
  1315. o45.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1316. o45.Scale = Vector3.new(0.0822222233, 0.0822222233, 0.469841272)
  1317. o45.MeshType = Enum.MeshType.FileMesh
  1318. o46 = Instance.new("Part")
  1319. o46.Parent = rvrf
  1320. o46.Material = Enum.Material.SmoothPlastic
  1321. o46.BrickColor = BrickColor.new("Dark stone grey")
  1322. o46.Position = Vector3.new(-23.2193794, 1.52678394, 11.651516)
  1323. o46.Rotation = Vector3.new(-0.851446211, 0, -0)
  1324. o46.Anchored = true
  1325. o46.CFrame = CFrame.new(-23.2193794, 1.52678394, 11.651516, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1326. o46.Size = Vector3.new(1, 1.20000005, 1)
  1327. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. o46.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1334. o47 = Instance.new("BlockMesh")
  1335. o47.Parent = o46
  1336. o47.Scale = Vector3.new(0.0502142869, 0.149644449, 0.058730159)
  1337. o48 = Instance.new("Part")
  1338. o48.Parent = rvrf
  1339. o48.Material = Enum.Material.SmoothPlastic
  1340. o48.BrickColor = BrickColor.new("Dark stone grey")
  1341. o48.Position = Vector3.new(-23.2194729, 1.54340398, 11.5960999)
  1342. o48.Rotation = Vector3.new(-0.851446211, 0, -0)
  1343. o48.Anchored = true
  1344. o48.CFrame = CFrame.new(-23.2194729, 1.54340398, 11.5960999, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1345. o48.Size = Vector3.new(1, 1.20000005, 1)
  1346. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. o48.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1353. o49 = Instance.new("SpecialMesh")
  1354. o49.Parent = o48
  1355. o49.Scale = Vector3.new(0.0516825393, 0.105714284, 0.058730159)
  1356. o49.MeshType = Enum.MeshType.Wedge
  1357. o50 = Instance.new("Part")
  1358. o50.Parent = rvrf
  1359. o50.Material = Enum.Material.SmoothPlastic
  1360. o50.BrickColor = BrickColor.new("Dark stone grey")
  1361. o50.Position = Vector3.new(-23.2223339, 1.61075497, 11.6595259)
  1362. o50.Rotation = Vector3.new(-0.851446211, 0, -0)
  1363. o50.Anchored = true
  1364. o50.CFrame = CFrame.new(-23.2223339, 1.61075497, 11.6595259, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1365. o50.Size = Vector3.new(1, 1.20000005, 1)
  1366. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1369. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. o50.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1373. o51 = Instance.new("BlockMesh")
  1374. o51.Parent = o50
  1375. o51.Scale = Vector3.new(0.0111587299, 0.0633111149, 0.0352380946)
  1376. o52 = Instance.new("Part")
  1377. o52.Parent = rvrf
  1378. o52.Material = Enum.Material.SmoothPlastic
  1379. o52.BrickColor = BrickColor.new("Dark stone grey")
  1380. o52.Position = Vector3.new(-23.2194195, 1.45888495, 11.6276598)
  1381. o52.Rotation = Vector3.new(-0.851446211, 0, -0)
  1382. o52.Anchored = true
  1383. o52.CFrame = CFrame.new(-23.2194195, 1.45888495, 11.6276598, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1384. o52.Size = Vector3.new(1, 1.20000005, 1)
  1385. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1388. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. o52.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1392. o53 = Instance.new("BlockMesh")
  1393. o53.Parent = o52
  1394. o53.Scale = Vector3.new(0.0634285733, 0.0460444465, 0.111587301)
  1395. o54 = Instance.new("Part")
  1396. o54.Parent = rvrf
  1397. o54.Material = Enum.Material.SmoothPlastic
  1398. o54.BrickColor = BrickColor.new("Dark stone grey")
  1399. o54.Position = Vector3.new(-23.2193871, 1.40530097, 11.6191502)
  1400. o54.Rotation = Vector3.new(-0.851446211, 0, -0)
  1401. o54.Anchored = true
  1402. o54.CFrame = CFrame.new(-23.2193871, 1.40530097, 11.6191502, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1403. o54.Size = Vector3.new(1, 1.20000005, 1)
  1404. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. o54.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1411. o55 = Instance.new("BlockMesh")
  1412. o55.Parent = o54
  1413. o55.Scale = Vector3.new(0.0634285733, 0.0460444465, 0.129206344)
  1414. o56 = Instance.new("Part")
  1415. o56.Parent = rvrf
  1416. o56.Material = Enum.Material.SmoothPlastic
  1417. o56.BrickColor = BrickColor.new("Dark stone grey")
  1418. o56.Position = Vector3.new(-23.2209358, 1.35829699, 11.5988922)
  1419. o56.Rotation = Vector3.new(-90.8514481, -0.00658828719, 179.999893)
  1420. o56.Anchored = true
  1421. o56.CFrame = CFrame.new(-23.2209358, 1.35829699, 11.5988922, -1, -1.70889939e-006, -0.000114987306, -0.000115000003, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1422. o56.Size = Vector3.new(1, 1.20000005, 1)
  1423. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. o56.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1430. o57 = Instance.new("CylinderMesh")
  1431. o57.Parent = o56
  1432. o57.Scale = Vector3.new(0.140952379, 0.156222224, 0.11581587)
  1433. o58 = Instance.new("Part")
  1434. o58.Parent = rvrf
  1435. o58.Material = Enum.Material.SmoothPlastic
  1436. o58.BrickColor = BrickColor.new("Dark stone grey")
  1437. o58.Position = Vector3.new(-23.2219067, 1.35964096, 11.3649101)
  1438. o58.Rotation = Vector3.new(-90.8514481, 0, -180)
  1439. o58.Anchored = true
  1440. o58.CFrame = CFrame.new(-23.2219067, 1.35964096, 11.3649101, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1441. o58.Size = Vector3.new(1, 1.20000005, 1)
  1442. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. o58.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1449. o59 = Instance.new("CylinderMesh")
  1450. o59.Parent = o58
  1451. o59.Scale = Vector3.new(0.117460318, 1.95571434, 0.0749396756)
  1452. o60 = Instance.new("Part")
  1453. o60.Parent = rvrf
  1454. o60.Material = Enum.Material.SmoothPlastic
  1455. o60.BrickColor = BrickColor.new("Dark stone grey")
  1456. o60.Position = Vector3.new(-23.2203655, 1.31391799, 11.6183996)
  1457. o60.Rotation = Vector3.new(-0.851446211, 0, -0)
  1458. o60.Anchored = true
  1459. o60.CFrame = CFrame.new(-23.2203655, 1.31391799, 11.6183996, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1460. o60.Size = Vector3.new(1, 1.20000005, 1)
  1461. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. o60.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1468. o61 = Instance.new("BlockMesh")
  1469. o61.Parent = o60
  1470. o61.Scale = Vector3.new(0.0422857143, 0.12662223, 0.123333335)
  1471. o62 = Instance.new("Part")
  1472. o62.Parent = rvrf
  1473. o62.Material = Enum.Material.SmoothPlastic
  1474. o62.BrickColor = BrickColor.new("Dark stone grey")
  1475. o62.Position = Vector3.new(-23.2255306, 1.19762599, 11.43118)
  1476. o62.Rotation = Vector3.new(-90.8514481, 0, -180)
  1477. o62.Anchored = true
  1478. o62.CFrame = CFrame.new(-23.2255306, 1.19762599, 11.43118, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1479. o62.Size = Vector3.new(1, 1.20000005, 1)
  1480. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. o62.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1487. o63 = Instance.new("CylinderMesh")
  1488. o63.Parent = o62
  1489. o63.Scale = Vector3.new(0.140952379, 0.0880952328, 0.14306666)
  1490. o64 = Instance.new("Part")
  1491. o64.Parent = rvrf
  1492. o64.Material = Enum.Material.SmoothPlastic
  1493. o64.BrickColor = BrickColor.new("Dark stone grey")
  1494. o64.Position = Vector3.new(-23.2205162, 1.195099, 11.6163864)
  1495. o64.Rotation = Vector3.new(-0.851446211, 0, -0)
  1496. o64.Anchored = true
  1497. o64.CFrame = CFrame.new(-23.2205162, 1.195099, 11.6163864, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1498. o64.Size = Vector3.new(1, 1.20000005, 1)
  1499. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. o64.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1506. o65 = Instance.new("BlockMesh")
  1507. o65.Parent = o64
  1508. o65.Scale = Vector3.new(0.0422857143, 0.0382333361, 0.217301592)
  1509. o66 = Instance.new("Part")
  1510. o66.Parent = rvrf
  1511. o66.Material = Enum.Material.SmoothPlastic
  1512. o66.BrickColor = BrickColor.new("Dark stone grey")
  1513. o66.Position = Vector3.new(-23.2264309, 1.18282199, 11.338212)
  1514. o66.Rotation = Vector3.new(-0.851542294, -0.000321413652, -0.52197659)
  1515. o66.Anchored = true
  1516. o66.CFrame = CFrame.new(-23.2264309, 1.18282199, 11.338212, 0.999958515, 0.00911008473, -5.60972649e-006, -0.00910899509, 0.999848127, 0.0148616694, 0.000140999924, -0.0148610016, 0.999889612)
  1517. o66.Size = Vector3.new(1, 1.20000005, 1)
  1518. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. o66.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1525. o67 = Instance.new("BlockMesh")
  1526. o67.Parent = o66
  1527. o67.Scale = Vector3.new(0.0775238127, 0.0819285661, 0.117460318)
  1528. o68 = Instance.new("Part")
  1529. o68.Name = "Mag"
  1530. o68.Parent = rvrf
  1531. o68.Material = Enum.Material.SmoothPlastic
  1532. o68.BrickColor = BrickColor.new("Grime")
  1533. o68.Position = Vector3.new(-23.2234631, 0.744753003, 9.60257626)
  1534. o68.Rotation = Vector3.new(89.1485519, -0.457333356, -90)
  1535. o68.Anchored = true
  1536. o68.CFrame = CFrame.new(-23.2234631, 0.744753003, 9.60257626, 0, 0.999968231, -0.00798188802, -0.0148599939, -0.00798100699, -0.999857783, -0.999889612, 0.000118610813, 0.0148595208)
  1537. o68.FormFactor = Enum.FormFactor.Custom
  1538. o68.Size = Vector3.new(0.390620798, 0.924412668, 0.642834187)
  1539. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. o68.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1546. o69 = Instance.new("BlockMesh")
  1547. o69.Parent = o68
  1548. o70 = Instance.new("Part")
  1549. o70.Parent = rvrf
  1550. o70.Material = Enum.Material.SmoothPlastic
  1551. o70.BrickColor = BrickColor.new("Dark stone grey")
  1552. o70.Position = Vector3.new(-23.2248669, 1.07155001, 11.1419821)
  1553. o70.Rotation = Vector3.new(-90.8514481, -89.4781036, -90)
  1554. o70.Anchored = true
  1555. o70.CFrame = CFrame.new(-23.2248669, 1.07155001, 11.1419821, 0, 0.00910800137, -0.999958515, 0.0148599939, 0.999848127, 0.00910699554, 0.999889612, -0.0148593774, -0.000135344846)
  1556. o70.Size = Vector3.new(1, 1.20000005, 1)
  1557. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. o70.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1564. o71 = Instance.new("SpecialMesh")
  1565. o71.Parent = o70
  1566. o71.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1567. o71.Scale = Vector3.new(0.176190481, 0.176190481, 0.822222233)
  1568. o71.MeshType = Enum.MeshType.FileMesh
  1569. o72 = Instance.new("Part")
  1570. o72.Parent = rvrf
  1571. o72.Material = Enum.Material.SmoothPlastic
  1572. o72.BrickColor = BrickColor.new("Dark stone grey")
  1573. o72.Position = Vector3.new(-23.2233944, 1.25265002, 11.299984)
  1574. o72.Rotation = Vector3.new(-0.851446211, 0, -0)
  1575. o72.Anchored = true
  1576. o72.CFrame = CFrame.new(-23.2233944, 1.25265002, 11.299984, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  1577. o72.Size = Vector3.new(1, 1.20000005, 1)
  1578. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. o72.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1585. o73 = Instance.new("BlockMesh")
  1586. o73.Parent = o72
  1587. o73.Scale = Vector3.new(0.0775238127, 0.120161906, 0.170317456)
  1588. o74 = Instance.new("Part")
  1589. o74.Parent = rvrf
  1590. o74.Material = Enum.Material.SmoothPlastic
  1591. o74.BrickColor = BrickColor.new("Black")
  1592. o74.Position = Vector3.new(-23.2511196, 0.834206998, 8.76428413)
  1593. o74.Rotation = Vector3.new(-164.108109, 0, -180)
  1594. o74.Anchored = true
  1595. o74.CFrame = CFrame.new(-23.2511196, 0.834206998, 8.76428413, -1, 0, 0, 0, 0.961780131, 0.273823023, 0, 0.273823023, -0.961780131)
  1596. o74.Size = Vector3.new(1, 1.20000005, 1)
  1597. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1604. o75 = Instance.new("BlockMesh")
  1605. o75.Parent = o74
  1606. o75.Scale = Vector3.new(0.131555557, 0.526809514, 0.24666667)
  1607. o76 = Instance.new("Part")
  1608. o76.Parent = rvrf
  1609. o76.Material = Enum.Material.SmoothPlastic
  1610. o76.BrickColor = BrickColor.new("Black")
  1611. o76.Position = Vector3.new(-23.2506008, 0.849501014, 8.62048244)
  1612. o76.Rotation = Vector3.new(15.8918867, 0, -0)
  1613. o76.Anchored = true
  1614. o76.CFrame = CFrame.new(-23.2506008, 0.849501014, 8.62048244, 1, 0, 0, 0, 0.961780131, -0.273823023, 0, 0.273823023, 0.961780131)
  1615. o76.Size = Vector3.new(1, 1.20000005, 1)
  1616. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1623. o77 = Instance.new("SpecialMesh")
  1624. o77.Parent = o76
  1625. o77.Scale = Vector3.new(0.131555557, 0.49333331, 0.119809531)
  1626. o77.MeshType = Enum.MeshType.Wedge
  1627. o78 = Instance.new("Part")
  1628. o78.Parent = rvrf
  1629. o78.Material = Enum.Material.SmoothPlastic
  1630. o78.BrickColor = BrickColor.new("Dark stone grey")
  1631. o78.Position = Vector3.new(-23.4410362, 1.79004896, 10.6977501)
  1632. o78.Rotation = Vector3.new(-67.1868591, -17.1787853, -172.625076)
  1633. o78.Anchored = true
  1634. o78.CFrame = CFrame.new(-23.4410362, 1.79004896, 10.6977501, -0.947484374, 0.122635208, -0.295354307, -0.319767118, -0.349573106, 0.880651891, 0.00475100195, 0.928848386, 0.370429754)
  1635. o78.Size = Vector3.new(1, 1.20000005, 1)
  1636. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. o78.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1643. o79 = Instance.new("CylinderMesh")
  1644. o79.Parent = o78
  1645. o79.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
  1646. o80 = Instance.new("Part")
  1647. o80.Parent = rvrf
  1648. o80.Material = Enum.Material.SmoothPlastic
  1649. o80.BrickColor = BrickColor.new("Dark stone grey")
  1650. o80.Position = Vector3.new(-23.2258205, 1.19740796, 11.0828257)
  1651. o80.Rotation = Vector3.new(-0.851542294, -0.000321413652, -0.52197659)
  1652. o80.Anchored = true
  1653. o80.CFrame = CFrame.new(-23.2258205, 1.19740796, 11.0828257, 0.999958515, 0.00911008473, -5.60972649e-006, -0.00910899509, 0.999848127, 0.0148616694, 0.000140999924, -0.0148610016, 0.999889612)
  1654. o80.Size = Vector3.new(1, 1.20000005, 1)
  1655. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1656. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1657. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. o80.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1662. o81 = Instance.new("BlockMesh")
  1663. o81.Parent = o80
  1664. o81.Scale = Vector3.new(0.0775238127, 0.114523798, 0.414047629)
  1665. o82 = Instance.new("Part")
  1666. o82.Parent = rvrf
  1667. o82.Material = Enum.Material.SmoothPlastic
  1668. o82.BrickColor = BrickColor.new("Dark stone grey")
  1669. o82.Position = Vector3.new(-23.2409573, 0.933480978, 9.24785805)
  1670. o82.Rotation = Vector3.new(134.86351, 0, -180)
  1671. o82.Anchored = true
  1672. o82.CFrame = CFrame.new(-23.2409573, 0.933480978, 9.24785805, -1, 0, 0, 0, 0.705420256, -0.708789229, 0, -0.708789229, -0.705420256)
  1673. o82.Size = Vector3.new(1, 1.20000005, 1)
  1674. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1675. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1681. o83 = Instance.new("BlockMesh")
  1682. o83.Parent = o82
  1683. o83.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.058730159)
  1684. o84 = Instance.new("Part")
  1685. o84.Parent = rvrf
  1686. o84.Material = Enum.Material.SmoothPlastic
  1687. o84.BrickColor = BrickColor.new("Dark stone grey")
  1688. o84.Position = Vector3.new(-23.2411404, 0.913949013, 9.08325958)
  1689. o84.Rotation = Vector3.new(179.14856, 0, -180)
  1690. o84.Anchored = true
  1691. o84.CFrame = CFrame.new(-23.2411404, 0.913949013, 9.08325958, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1692. o84.Size = Vector3.new(1, 1.20000005, 1)
  1693. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1697. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. o84.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1700. o85 = Instance.new("BlockMesh")
  1701. o85.Parent = o84
  1702. o85.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.299523801)
  1703. o86 = Instance.new("Part")
  1704. o86.Parent = rvrf
  1705. o86.Material = Enum.Material.SmoothPlastic
  1706. o86.BrickColor = BrickColor.new("Dark stone grey")
  1707. o86.Position = Vector3.new(-23.3985806, 1.67633402, 10.7366762)
  1708. o86.Rotation = Vector3.new(20.6240711, 7.04427052, -162.686478)
  1709. o86.Anchored = true
  1710. o86.CFrame = CFrame.new(-23.3985806, 1.67633402, 10.7366762, -0.947484374, 0.295353889, 0.122636214, -0.319767118, -0.880650699, -0.349576116, 0.00475100195, -0.370432884, 0.928847194)
  1711. o86.Size = Vector3.new(1, 1.20000005, 1)
  1712. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1717. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1718. o86.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1719. o87 = Instance.new("CylinderMesh")
  1720. o87.Parent = o86
  1721. o87.Scale = Vector3.new(0.0411111116, 0.179714277, 0.109003171)
  1722. o88 = Instance.new("Part")
  1723. o88.Parent = rvrf
  1724. o88.Material = Enum.Material.SmoothPlastic
  1725. o88.Position = Vector3.new(-23.2306805, 1.44978905, 10.6398363)
  1726. o88.Rotation = Vector3.new(179.14856, 0, -180)
  1727. o88.Anchored = true
  1728. o88.CFrame = CFrame.new(-23.2306805, 1.44978905, 10.6398363, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1729. o88.Size = Vector3.new(1, 1.20000005, 1)
  1730. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1735. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. o89 = Instance.new("BlockMesh")
  1737. o89.Parent = o88
  1738. o89.Scale = Vector3.new(0.229047626, 0.0819285661, 0.998412669)
  1739. o90 = Instance.new("Part")
  1740. o90.Parent = rvrf
  1741. o90.Material = Enum.Material.SmoothPlastic
  1742. o90.BrickColor = BrickColor.new("Dark stone grey")
  1743. o90.Position = Vector3.new(-23.3680458, 1.58389604, 10.4415636)
  1744. o90.Rotation = Vector3.new(-90.8513947, -38.5948944, -179.999954)
  1745. o90.Anchored = true
  1746. o90.CFrame = CFrame.new(-23.3680458, 1.58389604, 10.4415636, -0.781576097, 6.3545599e-007, -0.623809934, -0.623741031, 0.0148595022, 0.781489849, 0.0092700012, 0.999889612, -0.011613436)
  1747. o90.Size = Vector3.new(1, 1.20000005, 1)
  1748. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1749. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1750. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1751. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1752. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. o90.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1755. o91 = Instance.new("CylinderMesh")
  1756. o91.Parent = o90
  1757. o91.Scale = Vector3.new(0.0411111116, 0.434603184, 0.109003171)
  1758. o92 = Instance.new("Part")
  1759. o92.Parent = rvrf
  1760. o92.Material = Enum.Material.SmoothPlastic
  1761. o92.BrickColor = BrickColor.new("Dark stone grey")
  1762. o92.Position = Vector3.new(-23.4694729, 1.88699794, 10.4365396)
  1763. o92.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
  1764. o92.Anchored = true
  1765. o92.CFrame = CFrame.new(-23.4694729, 1.88699794, 10.4365396, -0.947484374, 0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195, 0.928497136, 0.37130934)
  1766. o92.Size = Vector3.new(1, 1.20000005, 1)
  1767. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. o92.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1774. o93 = Instance.new("CylinderMesh")
  1775. o93.Parent = o92
  1776. o93.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
  1777. o94 = Instance.new("Part")
  1778. o94.Parent = rvrf
  1779. o94.Material = Enum.Material.SmoothPlastic
  1780. o94.Position = Vector3.new(-23.2865047, 1.50315201, 10.63941)
  1781. o94.Rotation = Vector3.new(-90.8514481, 0, -180)
  1782. o94.Anchored = true
  1783. o94.CFrame = CFrame.new(-23.2865047, 1.50315201, 10.63941, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1784. o94.Size = Vector3.new(1, 1.20000005, 1)
  1785. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. o95 = Instance.new("CylinderMesh")
  1792. o95.Parent = o94
  1793. o95.Scale = Vector3.new(0.114523813, 0.831442833, 0.112761907)
  1794. o96 = Instance.new("Part")
  1795. o96.Parent = rvrf
  1796. o96.Material = Enum.Material.SmoothPlastic
  1797. o96.BrickColor = BrickColor.new("Dark stone grey")
  1798. o96.Position = Vector3.new(-23.4563503, 1.83910501, 10.5668459)
  1799. o96.Rotation = Vector3.new(-67.236557, -17.1849232, -172.639755)
  1800. o96.Anchored = true
  1801. o96.CFrame = CFrame.new(-23.4563503, 1.83910501, 10.5668459, -0.947484374, 0.122388348, -0.295456678, -0.319767118, -0.348837078, 0.880943656, 0.00475100195, 0.929157615, 0.369653404)
  1802. o96.Size = Vector3.new(1, 1.20000005, 1)
  1803. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1804. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. o96.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1810. o97 = Instance.new("CylinderMesh")
  1811. o97.Parent = o96
  1812. o97.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
  1813. o98 = Instance.new("Part")
  1814. o98.Parent = rvrf
  1815. o98.Material = Enum.Material.SmoothPlastic
  1816. o98.BrickColor = BrickColor.new("Black")
  1817. o98.Position = Vector3.new(-23.2405605, 0.848497987, 7.42372513)
  1818. o98.Rotation = Vector3.new(89.1484604, -0.45745331, 0.0389279239)
  1819. o98.Anchored = true
  1820. o98.CFrame = CFrame.new(-23.2405605, 0.848497987, 7.42372513, 0.999967873, -0.000679398712, -0.00798398163, -0.00797299948, 0.0148670068, -0.999857783, 0.000797999906, 0.999889255, 0.0148611143)
  1821. o98.Size = Vector3.new(1, 1.20000005, 1)
  1822. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1823. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1829. o99 = Instance.new("SpecialMesh")
  1830. o99.Parent = o98
  1831. o99.Scale = Vector3.new(0.211428568, 0.0710634962, 0.114523813)
  1832. o99.MeshType = Enum.MeshType.Wedge
  1833. rvrf00 = Instance.new("Part")
  1834. rvrf00.Parent = rvrf
  1835. rvrf00.Material = Enum.Material.SmoothPlastic
  1836. rvrf00.BrickColor = BrickColor.new("Black")
  1837. rvrf00.Position = Vector3.new(-23.2345715, 0.940246999, 7.45028782)
  1838. rvrf00.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  1839. rvrf00.Anchored = true
  1840. rvrf00.CFrame = CFrame.new(-23.2345715, 0.940246999, 7.45028782, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  1841. rvrf00.Size = Vector3.new(1, 1.20000005, 1)
  1842. rvrf00.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. rvrf00.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. rvrf00.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. rvrf00.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. rvrf00.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. rvrf00.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. rvrf00.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1849. rvrf01 = Instance.new("SpecialMesh")
  1850. rvrf01.Parent = rvrf00
  1851. rvrf01.Scale = Vector3.new(0.217771411, 0.0710634962, 0.114523813)
  1852. rvrf01.MeshType = Enum.MeshType.Wedge
  1853. rvrf02 = Instance.new("Part")
  1854. rvrf02.Parent = rvrf
  1855. rvrf02.Material = Enum.Material.SmoothPlastic
  1856. rvrf02.BrickColor = BrickColor.new("Dark stone grey")
  1857. rvrf02.Position = Vector3.new(-23.4822903, 1.93434703, 10.3062258)
  1858. rvrf02.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
  1859. rvrf02.Anchored = true
  1860. rvrf02.CFrame = CFrame.new(-23.4822903, 1.93434703, 10.3062258, -0.947484374, 0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195, 0.928497136, 0.37130934)
  1861. rvrf02.Size = Vector3.new(1, 1.20000005, 1)
  1862. rvrf02.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. rvrf02.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. rvrf02.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. rvrf02.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. rvrf02.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. rvrf02.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. rvrf02.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1869. rvrf03 = Instance.new("CylinderMesh")
  1870. rvrf03.Parent = rvrf02
  1871. rvrf03.Scale = Vector3.new(0.141000003, 0.105700001, 0.209000006)
  1872. rvrf04 = Instance.new("Part")
  1873. rvrf04.Parent = rvrf
  1874. rvrf04.Material = Enum.Material.SmoothPlastic
  1875. rvrf04.BrickColor = BrickColor.new("Black")
  1876. rvrf04.Position = Vector3.new(-23.2303982, 1.19663596, 10.4908819)
  1877. rvrf04.Rotation = Vector3.new(179.14856, 0, -180)
  1878. rvrf04.Anchored = true
  1879. rvrf04.CFrame = CFrame.new(-23.2303982, 1.19663596, 10.4908819, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1880. rvrf04.Size = Vector3.new(1, 1.20000005, 1)
  1881. rvrf04.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. rvrf04.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. rvrf04.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. rvrf04.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. rvrf04.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. rvrf04.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. rvrf04.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1888. rvrf05 = Instance.new("BlockMesh")
  1889. rvrf05.Parent = rvrf04
  1890. rvrf05.Scale = Vector3.new(0.25195238, 0.305866688, 0.927936494)
  1891. rvrf06 = Instance.new("Part")
  1892. rvrf06.Parent = rvrf
  1893. rvrf06.Material = Enum.Material.SmoothPlastic
  1894. rvrf06.BrickColor = BrickColor.new("Black")
  1895. rvrf06.Position = Vector3.new(-23.2328396, 1.35371006, 10.6206684)
  1896. rvrf06.Rotation = Vector3.new(179.14856, 0, -180)
  1897. rvrf06.Anchored = true
  1898. rvrf06.CFrame = CFrame.new(-23.2328396, 1.35371006, 10.6206684, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1899. rvrf06.Size = Vector3.new(1, 1.20000005, 1)
  1900. rvrf06.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. rvrf06.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. rvrf06.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. rvrf06.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. rvrf06.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. rvrf06.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. rvrf06.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1907. rvrf07 = Instance.new("BlockMesh")
  1908. rvrf07.Parent = rvrf06
  1909. rvrf07.Scale = Vector3.new(0.25195238, 0.163857132, 1.0453968)
  1910. rvrf08 = Instance.new("Part")
  1911. rvrf08.Parent = rvrf
  1912. rvrf08.Material = Enum.Material.SmoothPlastic
  1913. rvrf08.BrickColor = BrickColor.new("Dark stone grey")
  1914. rvrf08.Position = Vector3.new(-23.4564095, 1.866714, 10.4713678)
  1915. rvrf08.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
  1916. rvrf08.Anchored = true
  1917. rvrf08.CFrame = CFrame.new(-23.4564095, 1.866714, 10.4713678, -0.947484374, 0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195, 0.928497136, 0.37130934)
  1918. rvrf08.Size = Vector3.new(1, 1.20000005, 1)
  1919. rvrf08.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. rvrf08.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. rvrf08.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. rvrf08.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. rvrf08.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. rvrf08.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. rvrf08.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1926. rvrf09 = Instance.new("CylinderMesh")
  1927. rvrf09.Parent = rvrf08
  1928. rvrf09.Scale = Vector3.new(0.0411111116, 0.545015931, 0.109003171)
  1929. rvrf10 = Instance.new("Part")
  1930. rvrf10.Parent = rvrf
  1931. rvrf10.Material = Enum.Material.SmoothPlastic
  1932. rvrf10.Position = Vector3.new(-23.1730862, 1.50275898, 10.6398296)
  1933. rvrf10.Rotation = Vector3.new(-90.8514481, 0, -180)
  1934. rvrf10.Anchored = true
  1935. rvrf10.CFrame = CFrame.new(-23.1730862, 1.50275898, 10.6398296, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  1936. rvrf10.Size = Vector3.new(1, 1.20000005, 1)
  1937. rvrf10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. rvrf10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. rvrf10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. rvrf10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. rvrf10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. rvrf10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. rvrf11 = Instance.new("CylinderMesh")
  1944. rvrf11.Parent = rvrf10
  1945. rvrf11.Scale = Vector3.new(0.114523813, 0.831442833, 0.112761907)
  1946. rvrf12 = Instance.new("Part")
  1947. rvrf12.Parent = rvrf
  1948. rvrf12.Material = Enum.Material.SmoothPlastic
  1949. rvrf12.Position = Vector3.new(-23.2362862, 1.52591896, 10.6387138)
  1950. rvrf12.Rotation = Vector3.new(179.14856, 0, -180)
  1951. rvrf12.Anchored = true
  1952. rvrf12.CFrame = CFrame.new(-23.2362862, 1.52591896, 10.6387138, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1953. rvrf12.Size = Vector3.new(1, 1.20000005, 1)
  1954. rvrf12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. rvrf12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. rvrf12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. rvrf12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. rvrf12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. rvrf12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. rvrf13 = Instance.new("BlockMesh")
  1961. rvrf13.Parent = rvrf12
  1962. rvrf13.Scale = Vector3.new(0.117460318, 0.0546190441, 0.998412669)
  1963. rvrf14 = Instance.new("Part")
  1964. rvrf14.Parent = rvrf
  1965. rvrf14.Material = Enum.Material.SmoothPlastic
  1966. rvrf14.BrickColor = BrickColor.new("Dark stone grey")
  1967. rvrf14.Position = Vector3.new(-23.2174664, 1.35506904, 10.6874475)
  1968. rvrf14.Rotation = Vector3.new(179.14856, 0, -180)
  1969. rvrf14.Anchored = true
  1970. rvrf14.CFrame = CFrame.new(-23.2174664, 1.35506904, 10.6874475, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  1971. rvrf14.Size = Vector3.new(1, 1.20000005, 1)
  1972. rvrf14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. rvrf14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. rvrf14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. rvrf14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. rvrf14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. rvrf14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. rvrf14.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1979. rvrf15 = Instance.new("SpecialMesh")
  1980. rvrf15.Parent = rvrf14
  1981. rvrf15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1982. rvrf15.Scale = Vector3.new(0.0939682573, 0.0998412669, 8.80952358)
  1983. rvrf15.MeshType = Enum.MeshType.FileMesh
  1984. rvrf16 = Instance.new("Part")
  1985. rvrf16.Parent = rvrf
  1986. rvrf16.Material = Enum.Material.SmoothPlastic
  1987. rvrf16.BrickColor = BrickColor.new("Dark stone grey")
  1988. rvrf16.Position = Vector3.new(-23.2347927, 1.17028296, 9.8694582)
  1989. rvrf16.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
  1990. rvrf16.Anchored = true
  1991. rvrf16.CFrame = CFrame.new(-23.2347927, 1.17028296, 9.8694582, -0.999968231, 0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -0.000124000027, -0.014860996, -0.999889612)
  1992. rvrf16.Size = Vector3.new(1, 1.20000005, 2)
  1993. rvrf16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. rvrf16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. rvrf16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. rvrf16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. rvrf16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1998. rvrf16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1999. rvrf16.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2000. rvrf17 = Instance.new("BlockMesh")
  2001. rvrf17.Parent = rvrf16
  2002. rvrf17.Scale = Vector3.new(0.172666669, 0.061079368, 1.06621671)
  2003. rvrf18 = Instance.new("Part")
  2004. rvrf18.Name = "Mag2"
  2005. rvrf18.Parent = rvrf
  2006. rvrf18.Material = Enum.Material.SmoothPlastic
  2007. rvrf18.BrickColor = BrickColor.new("Grime")
  2008. rvrf18.Position = Vector3.new(-23.2373562, 1.13329601, 9.59825802)
  2009. rvrf18.Rotation = Vector3.new(89.1485519, -0.457333356, -90)
  2010. rvrf18.Anchored = true
  2011. rvrf18.CFrame = CFrame.new(-23.2373562, 1.13329601, 9.59825802, 0, 0.999968231, -0.00798188802, -0.0148599939, -0.00798100699, -0.999857783, -0.999889612, 0.000118610813, 0.0148595208)
  2012. rvrf18.FormFactor = Enum.FormFactor.Custom
  2013. rvrf18.Size = Vector3.new(0.390620798, 0.200000003, 0.243469104)
  2014. rvrf18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. rvrf18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2016. rvrf18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2017. rvrf18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2018. rvrf18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2019. rvrf18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2020. rvrf18.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2021. rvrf19 = Instance.new("BlockMesh")
  2022. rvrf19.Parent = rvrf18
  2023. rvrf19.Scale = Vector3.new(1, 0.745872855, 1)
  2024. rvrf20 = Instance.new("Part")
  2025. rvrf20.Parent = rvrf
  2026. rvrf20.Material = Enum.Material.SmoothPlastic
  2027. rvrf20.BrickColor = BrickColor.new("Dark stone grey")
  2028. rvrf20.Position = Vector3.new(-23.2424984, 1.06406796, 9.2754221)
  2029. rvrf20.Rotation = Vector3.new(-88.1604919, 0, -180)
  2030. rvrf20.Anchored = true
  2031. rvrf20.CFrame = CFrame.new(-23.2424984, 1.06406796, 9.2754221, -1, 0, 0, 0, -0.0320999883, 0.999484658, 0, 0.999484658, 0.0320999883)
  2032. rvrf20.Size = Vector3.new(1, 1.20000005, 1)
  2033. rvrf20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. rvrf20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2035. rvrf20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2036. rvrf20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2037. rvrf20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2038. rvrf20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2039. rvrf20.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2040. rvrf21 = Instance.new("BlockMesh")
  2041. rvrf21.Parent = rvrf20
  2042. rvrf21.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.170317456)
  2043. rvrf22 = Instance.new("Part")
  2044. rvrf22.Parent = rvrf
  2045. rvrf22.Material = Enum.Material.SmoothPlastic
  2046. rvrf22.BrickColor = BrickColor.new("Black")
  2047. rvrf22.Position = Vector3.new(-23.2383785, 1.04182506, 8.65920639)
  2048. rvrf22.Rotation = Vector3.new(-89.9312439, 0, -0)
  2049. rvrf22.Anchored = true
  2050. rvrf22.CFrame = CFrame.new(-23.2383785, 1.04182506, 8.65920639, 1, 0, 0, 0, 0.00120000041, 0.999999344, 0, -0.999999344, 0.00120000052)
  2051. rvrf22.Size = Vector3.new(1, 1.20000005, 1)
  2052. rvrf22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. rvrf22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2054. rvrf22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2055. rvrf22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2056. rvrf22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2057. rvrf22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2058. rvrf22.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2059. rvrf23 = Instance.new("SpecialMesh")
  2060. rvrf23.Parent = rvrf22
  2061. rvrf23.Scale = Vector3.new(0.131555557, 0.0880952328, 0.0469841287)
  2062. rvrf23.MeshType = Enum.MeshType.Wedge
  2063. rvrf24 = Instance.new("Part")
  2064. rvrf24.Parent = rvrf
  2065. rvrf24.Material = Enum.Material.SmoothPlastic
  2066. rvrf24.BrickColor = BrickColor.new("Dark stone grey")
  2067. rvrf24.Position = Vector3.new(-23.2398205, 1.04674304, 9.08656025)
  2068. rvrf24.Rotation = Vector3.new(179.14856, 0, -0)
  2069. rvrf24.Anchored = true
  2070. rvrf24.CFrame = CFrame.new(-23.2398205, 1.04674304, 9.08656025, 1, 0, 0, 0, -0.999889612, -0.014859993, 0, 0.0148599939, -0.999889612)
  2071. rvrf24.Size = Vector3.new(1, 1.20000005, 1)
  2072. rvrf24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. rvrf24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. rvrf24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. rvrf24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2076. rvrf24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2077. rvrf24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2078. rvrf24.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2079. rvrf25 = Instance.new("SpecialMesh")
  2080. rvrf25.Parent = rvrf24
  2081. rvrf25.Scale = Vector3.new(0.0469841287, 0.0646031722, 0.058730159)
  2082. rvrf25.MeshType = Enum.MeshType.Wedge
  2083. rvrf26 = Instance.new("Part")
  2084. rvrf26.Name = "Handle"
  2085. rvrf26.Parent = rvrf
  2086. rvrf26.Material = Enum.Material.SmoothPlastic
  2087. rvrf26.BrickColor = BrickColor.new("Dark stone grey")
  2088. rvrf26.Position = Vector3.new(-23.2388287, 1.05169797, 9.05185986)
  2089. rvrf26.Rotation = Vector3.new(179.14856, 0, -180)
  2090. rvrf26.Anchored = true
  2091. rvrf26.CFrame = CFrame.new(-23.2388287, 1.05169797, 9.05185986, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  2092. rvrf26.Size = Vector3.new(1, 1.20000005, 1)
  2093. rvrf26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2094. rvrf26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2095. rvrf26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. rvrf26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2097. rvrf26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2098. rvrf26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. rvrf26.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2100. rvrf27 = Instance.new("BlockMesh")
  2101. rvrf27.Parent = rvrf26
  2102. rvrf27.Scale = Vector3.new(0.0465142876, 0.0939682499, 0.0411111116)
  2103. rvrf28 = Instance.new("Sound")
  2104. rvrf28.Name = "Click"
  2105. rvrf28.Parent = rvrf26
  2106. rvrf28.Pitch = 1.1000000238419
  2107. rvrf28.SoundId = "http://roblox.com/asset/?id=10209881"
  2108. rvrf28.Volume = 1
  2109. rvrf28.PlayOnRemove = true
  2110. rvrf29 = Instance.new("Sound")
  2111. rvrf29.Name = "M1"
  2112. rvrf29.Parent = rvrf26
  2113. rvrf29.Pitch = 0.75
  2114. rvrf29.SoundId = "http://roblox.com/asset/?id=10209834"
  2115. rvrf29.Volume = 1
  2116. rvrf29.PlayOnRemove = true
  2117. rvrf30 = Instance.new("Sound")
  2118. rvrf30.Name = "M2"
  2119. rvrf30.Parent = rvrf26
  2120. rvrf30.SoundId = "http://roblox.com/asset/?id=10209636"
  2121. rvrf30.Volume = 1
  2122. rvrf30.PlayOnRemove = true
  2123. rvrf31 = Instance.new("Sound")
  2124. rvrf31.Name = "rvrf"
  2125. rvrf31.Parent = rvrf26
  2126. rvrf31.Pitch = 0.40000000596046
  2127. rvrf31.SoundId = "http://www.roblox.com/asset/?id=2697295"
  2128. rvrf31.Volume = 1
  2129. rvrf31.PlayOnRemove = true
  2130. rvrf32 = Instance.new("Sound")
  2131. rvrf32.Name = "sadsd"
  2132. rvrf32.Parent = rvrf26
  2133. rvrf32.Pitch = 0.5
  2134. rvrf32.SoundId = "http://www.roblox.com/asset/?id=2697295"
  2135. rvrf32.Volume = 1
  2136. rvrf32.PlayOnRemove = true
  2137. rvrf33 = Instance.new("Sound")
  2138. rvrf33.Name = "Fire"
  2139. rvrf33.Parent = rvrf26
  2140. rvrf33.Pitch = 1.7000000476837
  2141. rvrf33.SoundId = "http://roblox.com/asset/?id=10209257"
  2142. rvrf33.PlayOnRemove = true
  2143. rvrf34 = Instance.new("Sound")
  2144. rvrf34.Name = "Fire2"
  2145. rvrf34.Parent = rvrf26
  2146. rvrf34.Pitch = 1.2999999523163
  2147. rvrf34.SoundId = "http://roblox.com/asset/?id=10209798"
  2148. rvrf34.Volume = 0.80000001192093
  2149. rvrf34.PlayOnRemove = true
  2150. rvrf36 = Instance.new("Part")
  2151. rvrf36.Parent = rvrf
  2152. rvrf36.Material = Enum.Material.SmoothPlastic
  2153. rvrf36.BrickColor = BrickColor.new("Dark stone grey")
  2154. rvrf36.Position = Vector3.new(-23.2370739, 1.05162096, 9.02153969)
  2155. rvrf36.Rotation = Vector3.new(10.4415331, 0, -180)
  2156. rvrf36.Anchored = true
  2157. rvrf36.CFrame = CFrame.new(-23.2370739, 1.05162096, 9.02153969, -1, 0, 0, 0, -0.983440459, -0.181232095, 0, -0.181232095, 0.983440459)
  2158. rvrf36.Size = Vector3.new(1, 1.20000005, 1)
  2159. rvrf36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. rvrf36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. rvrf36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. rvrf36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. rvrf36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. rvrf36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. rvrf36.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2166. rvrf37 = Instance.new("SpecialMesh")
  2167. rvrf37.Parent = rvrf36
  2168. rvrf37.Scale = Vector3.new(0.0469841287, 0.0646031722, 0.0469841287)
  2169. rvrf37.MeshType = Enum.MeshType.Wedge
  2170. rvrf38 = Instance.new("Part")
  2171. rvrf38.Parent = rvrf
  2172. rvrf38.Material = Enum.Material.SmoothPlastic
  2173. rvrf38.BrickColor = BrickColor.new("Black")
  2174. rvrf38.Position = Vector3.new(-23.2382946, 1.02710795, 8.80364418)
  2175. rvrf38.Rotation = Vector3.new(179.14856, 0, -180)
  2176. rvrf38.Anchored = true
  2177. rvrf38.CFrame = CFrame.new(-23.2382946, 1.02710795, 8.80364418, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  2178. rvrf38.Size = Vector3.new(1, 1.20000005, 1)
  2179. rvrf38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. rvrf38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2181. rvrf38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2182. rvrf38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2183. rvrf38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. rvrf38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2185. rvrf38.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2186. rvrf39 = Instance.new("BlockMesh")
  2187. rvrf39.Parent = rvrf38
  2188. rvrf39.Scale = Vector3.new(0.131555557, 0.0880952328, 0.164444447)
  2189. rvrf40 = Instance.new("Part")
  2190. rvrf40.Name = "S8"
  2191. rvrf40.Parent = rvrf
  2192. rvrf40.Material = Enum.Material.SmoothPlastic
  2193. rvrf40.BrickColor = BrickColor.new("Bright yellow")
  2194. rvrf40.Reflectance = 0.5
  2195. rvrf40.Position = Vector3.new(-22.9364147, 1.11619401, 9.58078003)
  2196. rvrf40.Rotation = Vector3.new(-90.8514481, 0, -180)
  2197. rvrf40.Anchored = true
  2198. rvrf40.CFrame = CFrame.new(-22.9364147, 1.11619401, 9.58078003, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2199. rvrf40.Size = Vector3.new(1, 1.20000005, 1)
  2200. rvrf40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2201. rvrf40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. rvrf40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2203. rvrf40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2204. rvrf40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2205. rvrf40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. rvrf40.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2207. rvrf41 = Instance.new("CylinderMesh")
  2208. rvrf41.Parent = rvrf40
  2209. rvrf41.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2210. rvrf42 = Instance.new("Part")
  2211. rvrf42.Name = "S7"
  2212. rvrf42.Parent = rvrf
  2213. rvrf42.Material = Enum.Material.SmoothPlastic
  2214. rvrf42.BrickColor = BrickColor.new("Bright yellow")
  2215. rvrf42.Reflectance = 0.5
  2216. rvrf42.Position = Vector3.new(-22.9537411, 1.16532302, 9.58003807)
  2217. rvrf42.Rotation = Vector3.new(-90.8514481, 0, -180)
  2218. rvrf42.Anchored = true
  2219. rvrf42.CFrame = CFrame.new(-22.9537411, 1.16532302, 9.58003807, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2220. rvrf42.Size = Vector3.new(1, 1.20000005, 1)
  2221. rvrf42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. rvrf42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2223. rvrf42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. rvrf42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. rvrf42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2226. rvrf42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2227. rvrf42.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2228. rvrf43 = Instance.new("CylinderMesh")
  2229. rvrf43.Parent = rvrf42
  2230. rvrf43.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2231. rvrf44 = Instance.new("Part")
  2232. rvrf44.Name = "R8"
  2233. rvrf44.Parent = rvrf
  2234. rvrf44.Material = Enum.Material.SmoothPlastic
  2235. rvrf44.BrickColor = BrickColor.new("Bright yellow")
  2236. rvrf44.Reflectance = 0.5
  2237. rvrf44.Transparency = 1
  2238. rvrf44.Position = Vector3.new(-22.9248314, 1.12416005, 9.57847023)
  2239. rvrf44.Rotation = Vector3.new(-90.8514481, 0, -180)
  2240. rvrf44.Anchored = true
  2241. rvrf44.CFrame = CFrame.new(-22.9248314, 1.12416005, 9.57847023, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2242. rvrf44.Size = Vector3.new(1, 1.20000005, 1)
  2243. rvrf44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2244. rvrf44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2245. rvrf44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2246. rvrf44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. rvrf44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. rvrf44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. rvrf44.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2250. rvrf45 = Instance.new("CylinderMesh")
  2251. rvrf45.Parent = rvrf44
  2252. rvrf45.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2253. rvrf46 = Instance.new("Part")
  2254. rvrf46.Name = "OMag3"
  2255. rvrf46.Parent = rvrf
  2256. rvrf46.Material = Enum.Material.SmoothPlastic
  2257. rvrf46.BrickColor = BrickColor.new("Grime")
  2258. rvrf46.Position = Vector3.new(-22.8112087, 1.132882, 9.59636021)
  2259. rvrf46.Rotation = Vector3.new(89.1485519, 15.388896, -90)
  2260. rvrf46.Anchored = true
  2261. rvrf46.CFrame = CFrame.new(-22.8112087, 1.132882, 9.59636021, 0, 0.964146852, 0.265369266, -0.0148599939, 0.265339971, -0.964040399, -0.999889612, -0.00394338556, 0.014327215)
  2262. rvrf46.FormFactor = Enum.FormFactor.Custom
  2263. rvrf46.Size = Vector3.new(0.390620798, 0.200000003, 0.200000003)
  2264. rvrf46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. rvrf46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. rvrf46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. rvrf46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. rvrf46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. rvrf46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. rvrf46.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2271. rvrf47 = Instance.new("BlockMesh")
  2272. rvrf47.Parent = rvrf46
  2273. rvrf47.Scale = Vector3.new(1, 0.270158708, 0.982424915)
  2274. rvrf48 = Instance.new("Part")
  2275. rvrf48.Name = "R7"
  2276. rvrf48.Parent = rvrf
  2277. rvrf48.Material = Enum.Material.SmoothPlastic
  2278. rvrf48.BrickColor = BrickColor.new("Bright yellow")
  2279. rvrf48.Reflectance = 0.5
  2280. rvrf48.Transparency = 1
  2281. rvrf48.Position = Vector3.new(-22.9590855, 1.171471, 9.57894802)
  2282. rvrf48.Rotation = Vector3.new(-90.8514481, 0, -180)
  2283. rvrf48.Anchored = true
  2284. rvrf48.CFrame = CFrame.new(-22.9590855, 1.171471, 9.57894802, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2285. rvrf48.Size = Vector3.new(1, 1.20000005, 1)
  2286. rvrf48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. rvrf48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. rvrf48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. rvrf48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. rvrf48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. rvrf48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. rvrf48.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2293. rvrf49 = Instance.new("CylinderMesh")
  2294. rvrf49.Parent = rvrf48
  2295. rvrf49.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2296. rvrf50 = Instance.new("Part")
  2297. rvrf50.Name = "Mag3"
  2298. rvrf50.Parent = rvrf
  2299. rvrf50.Material = Enum.Material.SmoothPlastic
  2300. rvrf50.BrickColor = BrickColor.new("Really black")
  2301. rvrf50.Position = Vector3.new(-22.9231014, 1.05372202, 9.59893799)
  2302. rvrf50.Rotation = Vector3.new(89.1485519, -0.457333356, -90)
  2303. rvrf50.Anchored = true
  2304. rvrf50.CFrame = CFrame.new(-22.9231014, 1.05372202, 9.59893799, 0, 0.999968231, -0.00798188802, -0.0148599939, -0.00798100699, -0.999857783, -0.999889612, 0.000118610813, 0.0148595208)
  2305. rvrf50.FormFactor = Enum.FormFactor.Custom
  2306. rvrf50.Size = Vector3.new(0.314271599, 0.200000003, 0.200000003)
  2307. rvrf50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. rvrf50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. rvrf50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. rvrf50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2311. rvrf50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2312. rvrf50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2313. rvrf50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2314. rvrf51 = Instance.new("BlockMesh")
  2315. rvrf51.Parent = rvrf50
  2316. rvrf51.Scale = Vector3.new(1, 0.393491864, 0.130837619)
  2317. rvrf52 = Instance.new("Part")
  2318. rvrf52.Parent = rvrf
  2319. rvrf52.Material = Enum.Material.SmoothPlastic
  2320. rvrf52.BrickColor = BrickColor.new("Dark stone grey")
  2321. rvrf52.Position = Vector3.new(-23.2386074, 0.981200993, 9.08058834)
  2322. rvrf52.Rotation = Vector3.new(134.810394, 0, -0)
  2323. rvrf52.Anchored = true
  2324. rvrf52.CFrame = CFrame.new(-23.2386074, 0.981200993, 9.08058834, 1, 0, 0, 0, -0.704762936, -0.709442914, 0, 0.709442914, -0.704762936)
  2325. rvrf52.Size = Vector3.new(1, 1.20000005, 1)
  2326. rvrf52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. rvrf52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. rvrf52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. rvrf52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2330. rvrf52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2331. rvrf52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2332. rvrf52.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2333. rvrf53 = Instance.new("SpecialMesh")
  2334. rvrf53.Parent = rvrf52
  2335. rvrf53.Scale = Vector3.new(0.0469841287, 0.0646031722, 0.0411111116)
  2336. rvrf53.MeshType = Enum.MeshType.Wedge
  2337. rvrf54 = Instance.new("Part")
  2338. rvrf54.Parent = rvrf
  2339. rvrf54.Material = Enum.Material.SmoothPlastic
  2340. rvrf54.BrickColor = BrickColor.new("Dark stone grey")
  2341. rvrf54.Position = Vector3.new(-23.2411327, 0.966130018, 8.92686558)
  2342. rvrf54.Rotation = Vector3.new(-107.313881, 0.87902534, 179.502975)
  2343. rvrf54.Anchored = true
  2344. rvrf54.CFrame = CFrame.new(-23.2411327, 0.966130018, 8.92686558, -0.99984473, -0.00867354125, 0.0153412847, 0.0120639969, 0.297722071, 0.954576373, -0.012846997, 0.954613209, -0.297571182)
  2345. rvrf54.Size = Vector3.new(1, 1.20000005, 1)
  2346. rvrf54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. rvrf54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. rvrf54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. rvrf54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2350. rvrf54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. rvrf54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. rvrf54.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2353. rvrf55 = Instance.new("BlockMesh")
  2354. rvrf55.Parent = rvrf54
  2355. rvrf55.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.105714284)
  2356. rvrf56 = Instance.new("Part")
  2357. rvrf56.Name = "S9"
  2358. rvrf56.Parent = rvrf
  2359. rvrf56.Material = Enum.Material.SmoothPlastic
  2360. rvrf56.BrickColor = BrickColor.new("Bright yellow")
  2361. rvrf56.Reflectance = 0.5
  2362. rvrf56.Position = Vector3.new(-22.9256268, 1.06501794, 9.5902338)
  2363. rvrf56.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  2364. rvrf56.Anchored = true
  2365. rvrf56.CFrame = CFrame.new(-22.9256268, 1.06501794, 9.5902338, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  2366. rvrf56.Size = Vector3.new(1, 1.20000005, 1)
  2367. rvrf56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. rvrf56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2369. rvrf56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2370. rvrf56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2371. rvrf56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2372. rvrf56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2373. rvrf56.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2374. rvrf57 = Instance.new("CylinderMesh")
  2375. rvrf57.Parent = rvrf56
  2376. rvrf57.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2377. rvrf58 = Instance.new("Part")
  2378. rvrf58.Parent = rvrf
  2379. rvrf58.Material = Enum.Material.SmoothPlastic
  2380. rvrf58.BrickColor = BrickColor.new("Dark stone grey")
  2381. rvrf58.Position = Vector3.new(-23.2416592, 0.97161299, 9.27027988)
  2382. rvrf58.Rotation = Vector3.new(103.976089, 0, -180)
  2383. rvrf58.Anchored = true
  2384. rvrf58.CFrame = CFrame.new(-23.2416592, 0.97161299, 9.27027988, -1, 0, 0, 0, 0.241516903, -0.970396638, 0, -0.970396638, -0.241516903)
  2385. rvrf58.Size = Vector3.new(1, 1.20000005, 1)
  2386. rvrf58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. rvrf58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2388. rvrf58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. rvrf58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2390. rvrf58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2391. rvrf58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2392. rvrf58.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2393. rvrf59 = Instance.new("BlockMesh")
  2394. rvrf59.Parent = rvrf58
  2395. rvrf59.Scale = Vector3.new(0.0880952403, 0.00880952366, 0.0440476201)
  2396. rvrf60 = Instance.new("Part")
  2397. rvrf60.Parent = rvrf
  2398. rvrf60.Material = Enum.Material.SmoothPlastic
  2399. rvrf60.BrickColor = BrickColor.new("Black")
  2400. rvrf60.Position = Vector3.new(-23.2344494, 0.834527969, 7.17079401)
  2401. rvrf60.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
  2402. rvrf60.Anchored = true
  2403. rvrf60.CFrame = CFrame.new(-23.2344494, 0.834527969, 7.17079401, -0.999968231, 0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -0.000124000027, -0.014860996, -0.999889612)
  2404. rvrf60.Size = Vector3.new(1, 1.20000005, 1)
  2405. rvrf60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. rvrf60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. rvrf60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2408. rvrf60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2409. rvrf60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2410. rvrf60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2411. rvrf60.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2412. rvrf61 = Instance.new("BlockMesh")
  2413. rvrf61.Parent = rvrf60
  2414. rvrf61.Scale = Vector3.new(0.205320626, 0.202971414, 0.499206334)
  2415. rvrf62 = Instance.new("Part")
  2416. rvrf62.Parent = rvrf
  2417. rvrf62.Material = Enum.Material.SmoothPlastic
  2418. rvrf62.BrickColor = BrickColor.new("Dark stone grey")
  2419. rvrf62.Position = Vector3.new(-23.5046635, 2.01294804, 10.1049175)
  2420. rvrf62.Rotation = Vector3.new(-67.1305313, -17.1718121, -172.608429)
  2421. rvrf62.Anchored = true
  2422. rvrf62.CFrame = CFrame.new(-23.5046635, 2.01294804, 10.1049175, -0.947484374, 0.12291491, -0.295238048, -0.319767118, -0.350407064, 0.88032043, 0.00475100195, 0.928497136, 0.37130934)
  2423. rvrf62.Size = Vector3.new(1, 1.20000005, 1)
  2424. rvrf62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. rvrf62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. rvrf62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2427. rvrf62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2428. rvrf62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2429. rvrf62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2430. rvrf62.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2431. rvrf63 = Instance.new("CylinderMesh")
  2432. rvrf63.Parent = rvrf62
  2433. rvrf63.Scale = Vector3.new(0.141000003, 0.220200002, 0.209000006)
  2434. rvrf64 = Instance.new("Part")
  2435. rvrf64.Parent = rvrf
  2436. rvrf64.Material = Enum.Material.SmoothPlastic
  2437. rvrf64.BrickColor = BrickColor.new("Dark stone grey")
  2438. rvrf64.Position = Vector3.new(-23.2356548, 1.14493895, 8.75710392)
  2439. rvrf64.Rotation = Vector3.new(179.148453, 0.000321413652, -179.478027)
  2440. rvrf64.Anchored = true
  2441. rvrf64.CFrame = CFrame.new(-23.2356548, 1.14493895, 8.75710392, -0.999958515, 0.00911008473, 5.60972649e-006, 0.00910899509, 0.999848127, -0.0148616694, -0.000140999924, -0.0148610016, -0.999889612)
  2442. rvrf64.Size = Vector3.new(1, 1.20000005, 1)
  2443. rvrf64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. rvrf64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. rvrf64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. rvrf64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2447. rvrf64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2448. rvrf64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2449. rvrf64.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2450. rvrf65 = Instance.new("BlockMesh")
  2451. rvrf65.Parent = rvrf64
  2452. rvrf65.Scale = Vector3.new(0.172666669, 0.061079368, 0.367122233)
  2453. rvrf66 = Instance.new("Part")
  2454. rvrf66.Name = "S5"
  2455. rvrf66.Parent = rvrf
  2456. rvrf66.Material = Enum.Material.SmoothPlastic
  2457. rvrf66.BrickColor = BrickColor.new("Bright yellow")
  2458. rvrf66.Reflectance = 0.5
  2459. rvrf66.Position = Vector3.new(-23.0063229, 1.25897396, 9.57277012)
  2460. rvrf66.Rotation = Vector3.new(-90.8514481, 0, -180)
  2461. rvrf66.Anchored = true
  2462. rvrf66.CFrame = CFrame.new(-23.0063229, 1.25897396, 9.57277012, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2463. rvrf66.Size = Vector3.new(1, 1.20000005, 1)
  2464. rvrf66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2465. rvrf66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. rvrf66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2467. rvrf66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2468. rvrf66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2469. rvrf66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. rvrf66.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2471. rvrf67 = Instance.new("CylinderMesh")
  2472. rvrf67.Parent = rvrf66
  2473. rvrf67.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2474. rvrf68 = Instance.new("Part")
  2475. rvrf68.Name = "R5"
  2476. rvrf68.Parent = rvrf
  2477. rvrf68.Material = Enum.Material.SmoothPlastic
  2478. rvrf68.BrickColor = BrickColor.new("Bright yellow")
  2479. rvrf68.Reflectance = 0.5
  2480. rvrf68.Transparency = 1
  2481. rvrf68.Position = Vector3.new(-22.9830742, 1.25912702, 9.57411957)
  2482. rvrf68.Rotation = Vector3.new(-90.8514481, 0, -180)
  2483. rvrf68.Anchored = true
  2484. rvrf68.CFrame = CFrame.new(-22.9830742, 1.25912702, 9.57411957, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2485. rvrf68.Size = Vector3.new(1, 1.20000005, 1)
  2486. rvrf68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. rvrf68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. rvrf68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. rvrf68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. rvrf68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. rvrf68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2492. rvrf68.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2493. rvrf69 = Instance.new("CylinderMesh")
  2494. rvrf69.Parent = rvrf68
  2495. rvrf69.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2496. rvrf70 = Instance.new("Part")
  2497. rvrf70.Parent = rvrf
  2498. rvrf70.Material = Enum.Material.SmoothPlastic
  2499. rvrf70.BrickColor = BrickColor.new("Dark stone grey")
  2500. rvrf70.Position = Vector3.new(-23.2382565, 1.11560297, 8.90417957)
  2501. rvrf70.Rotation = Vector3.new(179.14856, 0, -180)
  2502. rvrf70.Anchored = true
  2503. rvrf70.CFrame = CFrame.new(-23.2382565, 1.11560297, 8.90417957, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  2504. rvrf70.Size = Vector3.new(1, 1.20000005, 1)
  2505. rvrf70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. rvrf70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. rvrf70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. rvrf70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. rvrf70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. rvrf70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2511. rvrf70.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2512. rvrf71 = Instance.new("BlockMesh")
  2513. rvrf71.Parent = rvrf70
  2514. rvrf71.Scale = Vector3.new(0.131555557, 0.0763492063, 0.912666619)
  2515. rvrf72 = Instance.new("Part")
  2516. rvrf72.Name = "S6"
  2517. rvrf72.Parent = rvrf
  2518. rvrf72.Material = Enum.Material.SmoothPlastic
  2519. rvrf72.BrickColor = BrickColor.new("Bright yellow")
  2520. rvrf72.Reflectance = 0.5
  2521. rvrf72.Position = Vector3.new(-22.9888363, 1.20747399, 9.57354164)
  2522. rvrf72.Rotation = Vector3.new(-90.8514481, 0, -180)
  2523. rvrf72.Anchored = true
  2524. rvrf72.CFrame = CFrame.new(-22.9888363, 1.20747399, 9.57354164, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2525. rvrf72.Size = Vector3.new(1, 1.20000005, 1)
  2526. rvrf72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. rvrf72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. rvrf72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. rvrf72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. rvrf72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2531. rvrf72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2532. rvrf72.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2533. rvrf73 = Instance.new("CylinderMesh")
  2534. rvrf73.Parent = rvrf72
  2535. rvrf73.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2536. rvrf74 = Instance.new("Part")
  2537. rvrf74.Name = "R6"
  2538. rvrf74.Parent = rvrf
  2539. rvrf74.Material = Enum.Material.SmoothPlastic
  2540. rvrf74.BrickColor = BrickColor.new("Bright yellow")
  2541. rvrf74.Reflectance = 0.5
  2542. rvrf74.Transparency = 1
  2543. rvrf74.Position = Vector3.new(-22.9754086, 1.21833503, 9.57736778)
  2544. rvrf74.Rotation = Vector3.new(-90.8514481, 0, -180)
  2545. rvrf74.Anchored = true
  2546. rvrf74.CFrame = CFrame.new(-22.9754086, 1.21833503, 9.57736778, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2547. rvrf74.Size = Vector3.new(1, 1.20000005, 1)
  2548. rvrf74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. rvrf74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2550. rvrf74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. rvrf74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. rvrf74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2553. rvrf74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2554. rvrf74.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2555. rvrf75 = Instance.new("CylinderMesh")
  2556. rvrf75.Parent = rvrf74
  2557. rvrf75.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2558. rvrf76 = Instance.new("Part")
  2559. rvrf76.Parent = rvrf
  2560. rvrf76.Material = Enum.Material.SmoothPlastic
  2561. rvrf76.BrickColor = BrickColor.new("Black")
  2562. rvrf76.Position = Vector3.new(-23.2340908, 1.08784103, 8.19130898)
  2563. rvrf76.Rotation = Vector3.new(-15.9594479, 0, -180)
  2564. rvrf76.Anchored = true
  2565. rvrf76.CFrame = CFrame.new(-23.2340908, 1.08784103, 8.19130898, -1, 0, 0, 0, -0.961456537, 0.274956912, 0, 0.274956882, 0.961456537)
  2566. rvrf76.Size = Vector3.new(1, 1.20000005, 1)
  2567. rvrf76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. rvrf76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. rvrf76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2570. rvrf76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2571. rvrf76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2572. rvrf76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2573. rvrf76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2574. rvrf77 = Instance.new("SpecialMesh")
  2575. rvrf77.Parent = rvrf76
  2576. rvrf77.Scale = Vector3.new(0.207199991, 0.142126992, 0.534444451)
  2577. rvrf77.MeshType = Enum.MeshType.Wedge
  2578. rvrf78 = Instance.new("Part")
  2579. rvrf78.Parent = rvrf
  2580. rvrf78.Material = Enum.Material.SmoothPlastic
  2581. rvrf78.BrickColor = BrickColor.new("Dark stone grey")
  2582. rvrf78.Position = Vector3.new(-23.3719311, 1.57720101, 10.1491575)
  2583. rvrf78.Rotation = Vector3.new(-90.8513947, -38.5948944, -179.999954)
  2584. rvrf78.Anchored = true
  2585. rvrf78.CFrame = CFrame.new(-23.3719311, 1.57720101, 10.1491575, -0.781576097, 6.3545599e-007, -0.623809934, -0.623741031, 0.0148595022, 0.781489849, 0.0092700012, 0.999889612, -0.011613436)
  2586. rvrf78.Size = Vector3.new(1, 1.20000005, 1)
  2587. rvrf78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2588. rvrf78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2589. rvrf78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2590. rvrf78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2591. rvrf78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2592. rvrf78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2593. rvrf78.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2594. rvrf79 = Instance.new("CylinderMesh")
  2595. rvrf79.Parent = rvrf78
  2596. rvrf79.Scale = Vector3.new(0.140952379, 0.170317471, 0.109003171)
  2597. rvrf80 = Instance.new("Part")
  2598. rvrf80.Parent = rvrf
  2599. rvrf80.Material = Enum.Material.SmoothPlastic
  2600. rvrf80.BrickColor = BrickColor.new("Dark stone grey")
  2601. rvrf80.Position = Vector3.new(-23.3407116, 1.49455404, 10.1160164)
  2602. rvrf80.Rotation = Vector3.new(179.148468, 5.52183337e-005, 141.405106)
  2603. rvrf80.Anchored = true
  2604. rvrf80.CFrame = CFrame.new(-23.3407116, 1.49455404, 10.1160164, -0.781576097, -0.623809993, 9.63741741e-007, -0.623741031, 0.781489789, -0.0148615055, 0.0092700012, -0.0116159981, -0.999889612)
  2605. rvrf80.Size = Vector3.new(1, 1.20000005, 1)
  2606. rvrf80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. rvrf80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2608. rvrf80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. rvrf80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2610. rvrf80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2611. rvrf80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2612. rvrf80.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2613. rvrf81 = Instance.new("BlockMesh")
  2614. rvrf81.Parent = rvrf80
  2615. rvrf81.Scale = Vector3.new(0.0352380946, 0.155047625, 0.0575555563)
  2616. rvrf82 = Instance.new("Part")
  2617. rvrf82.Name = "B14"
  2618. rvrf82.Parent = rvrf
  2619. rvrf82.Material = Enum.Material.SmoothPlastic
  2620. rvrf82.BrickColor = BrickColor.new("Dark stone grey")
  2621. rvrf82.Transparency = 1
  2622. rvrf82.Position = Vector3.new(-23.321743, 2.54436088, 10.1414118)
  2623. rvrf82.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  2624. rvrf82.Anchored = true
  2625. rvrf82.CFrame = CFrame.new(-23.321743, 2.54436088, 10.1414118, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  2626. rvrf82.Size = Vector3.new(1, 1.20000005, 1)
  2627. rvrf82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2628. rvrf82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2629. rvrf82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2630. rvrf82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2631. rvrf82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2632. rvrf82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2633. rvrf82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2634. rvrf83 = Instance.new("SpecialMesh")
  2635. rvrf83.Parent = rvrf82
  2636. rvrf83.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
  2637. rvrf83.MeshType = Enum.MeshType.Wedge
  2638. rvrf84 = Instance.new("Part")
  2639. rvrf84.Name = "B15"
  2640. rvrf84.Parent = rvrf
  2641. rvrf84.Material = Enum.Material.SmoothPlastic
  2642. rvrf84.BrickColor = BrickColor.new("Black")
  2643. rvrf84.Transparency = 1
  2644. rvrf84.Position = Vector3.new(-23.307806, 2.7171669, 10.1052303)
  2645. rvrf84.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
  2646. rvrf84.Anchored = true
  2647. rvrf84.CFrame = CFrame.new(-23.307806, 2.7171669, 10.1052303, -0.00798299816, 0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111, 0.014860996, 0.000124000551, 0.999889612)
  2648. rvrf84.Size = Vector3.new(1, 1.20000005, 1)
  2649. rvrf84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. rvrf84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. rvrf84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. rvrf84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2653. rvrf84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. rvrf84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. rvrf84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2656. rvrf85 = Instance.new("CylinderMesh")
  2657. rvrf85.Parent = rvrf84
  2658. rvrf85.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
  2659. rvrf86 = Instance.new("Part")
  2660. rvrf86.Name = "B13"
  2661. rvrf86.Parent = rvrf
  2662. rvrf86.Material = Enum.Material.SmoothPlastic
  2663. rvrf86.BrickColor = BrickColor.new("Dark stone grey")
  2664. rvrf86.Transparency = 1
  2665. rvrf86.Position = Vector3.new(-23.3219357, 2.51436996, 10.0867596)
  2666. rvrf86.Rotation = Vector3.new(89.1485519, -0.457394928, 0.00030789827)
  2667. rvrf86.Anchored = true
  2668. rvrf86.CFrame = CFrame.new(-23.3219357, 2.51436996, 10.0867596, 0.999968231, -5.37366805e-006, -0.00798296276, -0.00798200164, 0.0148600368, -0.999857783, 0.000124000027, 0.999889612, 0.0148595208)
  2669. rvrf86.Size = Vector3.new(1, 1.20000005, 1)
  2670. rvrf86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2671. rvrf86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. rvrf86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. rvrf86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. rvrf86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. rvrf86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. rvrf86.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2677. rvrf87 = Instance.new("BlockMesh")
  2678. rvrf87.Parent = rvrf86
  2679. rvrf87.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
  2680. rvrf88 = Instance.new("Part")
  2681. rvrf88.Name = "B11"
  2682. rvrf88.Parent = rvrf
  2683. rvrf88.Material = Enum.Material.SmoothPlastic
  2684. rvrf88.BrickColor = BrickColor.new("Dark stone grey")
  2685. rvrf88.Transparency = 1
  2686. rvrf88.Position = Vector3.new(-23.3195248, 2.68173194, 10.0865803)
  2687. rvrf88.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
  2688. rvrf88.Anchored = true
  2689. rvrf88.CFrame = CFrame.new(-23.3195248, 2.68173194, 10.0865803, -0.00798299816, 0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111, 0.014860996, 0.000124000551, 0.999889612)
  2690. rvrf88.Size = Vector3.new(1, 1.20000005, 1)
  2691. rvrf88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. rvrf88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. rvrf88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. rvrf88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2695. rvrf88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. rvrf88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2697. rvrf88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2698. rvrf89 = Instance.new("CylinderMesh")
  2699. rvrf89.Parent = rvrf88
  2700. rvrf89.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
  2701. rvrf90 = Instance.new("Part")
  2702. rvrf90.Name = "B9"
  2703. rvrf90.Parent = rvrf
  2704. rvrf90.Material = Enum.Material.SmoothPlastic
  2705. rvrf90.BrickColor = BrickColor.new("Dark stone grey")
  2706. rvrf90.Transparency = 1
  2707. rvrf90.Position = Vector3.new(-23.241415, 2.7096951, 10.1268282)
  2708. rvrf90.Rotation = Vector3.new(-90.8515625, -89.5432892, 179.999969)
  2709. rvrf90.Anchored = true
  2710. rvrf90.CFrame = CFrame.new(-23.241415, 2.7096951, 10.1268282, -0.00798299816, -4.20063051e-009, -0.999968231, -0.999857783, 0.0148614682, 0.00798211712, 0.014860996, 0.999889612, -0.000118643271)
  2711. rvrf90.Size = Vector3.new(1, 1.20000005, 1)
  2712. rvrf90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. rvrf90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2714. rvrf90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2715. rvrf90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2716. rvrf90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2717. rvrf90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2718. rvrf90.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2719. rvrf91 = Instance.new("SpecialMesh")
  2720. rvrf91.Parent = rvrf90
  2721. rvrf91.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
  2722. rvrf91.MeshType = Enum.MeshType.Wedge
  2723. rvrf92 = Instance.new("Part")
  2724. rvrf92.Name = "B8"
  2725. rvrf92.Parent = rvrf
  2726. rvrf92.Material = Enum.Material.SmoothPlastic
  2727. rvrf92.BrickColor = BrickColor.new("Dark stone grey")
  2728. rvrf92.Transparency = 1
  2729. rvrf92.Position = Vector3.new(-23.2179165, 2.70950508, 10.1268377)
  2730. rvrf92.Rotation = Vector3.new(89.1484985, 89.5432892, 3.01488762e-005)
  2731. rvrf92.Anchored = true
  2732. rvrf92.CFrame = CFrame.new(-23.2179165, 2.70950508, 10.1268377, 0.00798199791, -4.20010426e-009, 0.999968231, 0.999857783, 0.014860468, -0.00798111688, -0.0148599958, 0.999889612, 0.000118620432)
  2733. rvrf92.Size = Vector3.new(1, 1.20000005, 1)
  2734. rvrf92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2735. rvrf92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2736. rvrf92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2737. rvrf92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2738. rvrf92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2739. rvrf92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2740. rvrf92.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2741. rvrf93 = Instance.new("SpecialMesh")
  2742. rvrf93.Parent = rvrf92
  2743. rvrf93.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
  2744. rvrf93.MeshType = Enum.MeshType.Wedge
  2745. rvrf94 = Instance.new("Part")
  2746. rvrf94.Name = "B7"
  2747. rvrf94.Parent = rvrf
  2748. rvrf94.Material = Enum.Material.SmoothPlastic
  2749. rvrf94.BrickColor = BrickColor.new("Dark stone grey")
  2750. rvrf94.Transparency = 1
  2751. rvrf94.Position = Vector3.new(-23.2296638, 2.70966291, 10.1392622)
  2752. rvrf94.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  2753. rvrf94.Anchored = true
  2754. rvrf94.CFrame = CFrame.new(-23.2296638, 2.70966291, 10.1392622, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  2755. rvrf94.Size = Vector3.new(1, 1.20000005, 1)
  2756. rvrf94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2757. rvrf94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2758. rvrf94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2759. rvrf94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2760. rvrf94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2761. rvrf94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2762. rvrf94.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2763. rvrf95 = Instance.new("SpecialMesh")
  2764. rvrf95.Parent = rvrf94
  2765. rvrf95.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2766. rvrf95.Scale = Vector3.new(0.0370000005, 0.0381746031, 0.0469841287)
  2767. rvrf95.MeshType = Enum.MeshType.FileMesh
  2768. rvrf96 = Instance.new("Part")
  2769. rvrf96.Name = "B6"
  2770. rvrf96.Parent = rvrf
  2771. rvrf96.Material = Enum.Material.SmoothPlastic
  2772. rvrf96.BrickColor = BrickColor.new("Dark stone grey")
  2773. rvrf96.Transparency = 1
  2774. rvrf96.Position = Vector3.new(-23.2296638, 2.70933509, 10.1092081)
  2775. rvrf96.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  2776. rvrf96.Anchored = true
  2777. rvrf96.CFrame = CFrame.new(-23.2296638, 2.70933509, 10.1092081, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  2778. rvrf96.Size = Vector3.new(1, 1.20000005, 1)
  2779. rvrf96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2780. rvrf96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. rvrf96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. rvrf96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. rvrf96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. rvrf96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. rvrf96.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2786. rvrf97 = Instance.new("BlockMesh")
  2787. rvrf97.Parent = rvrf96
  2788. rvrf97.Scale = Vector3.new(0.0411111116, 0.0234920625, 0.00587301608)
  2789. rvrf98 = Instance.new("Part")
  2790. rvrf98.Parent = rvrf
  2791. rvrf98.Material = Enum.Material.SmoothPlastic
  2792. rvrf98.BrickColor = BrickColor.new("Dark stone grey")
  2793. rvrf98.Position = Vector3.new(-23.2352715, 1.23677802, 9.26346016)
  2794. rvrf98.Rotation = Vector3.new(179.14856, 0, -180)
  2795. rvrf98.Anchored = true
  2796. rvrf98.CFrame = CFrame.new(-23.2352715, 1.23677802, 9.26346016, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  2797. rvrf98.Size = Vector3.new(1, 1.20000005, 1)
  2798. rvrf98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. rvrf98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. rvrf98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. rvrf98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. rvrf98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. rvrf98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. rvrf98.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2805. rvrf99 = Instance.new("BlockMesh")
  2806. rvrf99.Parent = rvrf98
  2807. rvrf99.Scale = Vector3.new(0.172666669, 0.152698398, 1.67128396)
  2808. sadsd00 = Instance.new("Part")
  2809. sadsd00.Name = "S4"
  2810. sadsd00.Parent = rvrf
  2811. sadsd00.Material = Enum.Material.SmoothPlastic
  2812. sadsd00.BrickColor = BrickColor.new("Bright yellow")
  2813. sadsd00.Reflectance = 0.5
  2814. sadsd00.Position = Vector3.new(-23.0237865, 1.31280303, 9.57196426)
  2815. sadsd00.Rotation = Vector3.new(-90.8514481, 0, -180)
  2816. sadsd00.Anchored = true
  2817. sadsd00.CFrame = CFrame.new(-23.0237865, 1.31280303, 9.57196426, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2818. sadsd00.Size = Vector3.new(1, 1.20000005, 1)
  2819. sadsd00.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. sadsd00.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. sadsd00.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. sadsd00.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2823. sadsd00.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2824. sadsd00.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2825. sadsd00.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2826. sadsd01 = Instance.new("CylinderMesh")
  2827. sadsd01.Parent = sadsd00
  2828. sadsd01.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2829. sadsd02 = Instance.new("Part")
  2830. sadsd02.Name = "S3"
  2831. sadsd02.Parent = rvrf
  2832. sadsd02.Material = Enum.Material.SmoothPlastic
  2833. sadsd02.BrickColor = BrickColor.new("Bright yellow")
  2834. sadsd02.Reflectance = 0.5
  2835. sadsd02.Position = Vector3.new(-23.0648842, 1.34803796, 9.57144833)
  2836. sadsd02.Rotation = Vector3.new(-90.8514481, 0, -180)
  2837. sadsd02.Anchored = true
  2838. sadsd02.CFrame = CFrame.new(-23.0648842, 1.34803796, 9.57144833, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2839. sadsd02.Size = Vector3.new(1, 1.20000005, 1)
  2840. sadsd02.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. sadsd02.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2842. sadsd02.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2843. sadsd02.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2844. sadsd02.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. sadsd02.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. sadsd02.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2847. sadsd03 = Instance.new("CylinderMesh")
  2848. sadsd03.Parent = sadsd02
  2849. sadsd03.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2850. sadsd04 = Instance.new("Part")
  2851. sadsd04.Name = "R3"
  2852. sadsd04.Parent = rvrf
  2853. sadsd04.Material = Enum.Material.SmoothPlastic
  2854. sadsd04.BrickColor = BrickColor.new("Bright yellow")
  2855. sadsd04.Reflectance = 0.5
  2856. sadsd04.Transparency = 1
  2857. sadsd04.Position = Vector3.new(-23.0341854, 1.34119594, 9.57540607)
  2858. sadsd04.Rotation = Vector3.new(-90.8514481, 0, -180)
  2859. sadsd04.Anchored = true
  2860. sadsd04.CFrame = CFrame.new(-23.0341854, 1.34119594, 9.57540607, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2861. sadsd04.Size = Vector3.new(1, 1.20000005, 1)
  2862. sadsd04.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2863. sadsd04.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. sadsd04.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. sadsd04.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. sadsd04.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. sadsd04.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. sadsd04.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2869. sadsd05 = Instance.new("CylinderMesh")
  2870. sadsd05.Parent = sadsd04
  2871. sadsd05.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2872. sadsd06 = Instance.new("Part")
  2873. sadsd06.Name = "R4"
  2874. sadsd06.Parent = rvrf
  2875. sadsd06.Material = Enum.Material.SmoothPlastic
  2876. sadsd06.BrickColor = BrickColor.new("Bright yellow")
  2877. sadsd06.Reflectance = 0.5
  2878. sadsd06.Transparency = 1
  2879. sadsd06.Position = Vector3.new(-23.0100079, 1.30758095, 9.57409763)
  2880. sadsd06.Rotation = Vector3.new(-90.8514481, 0, -180)
  2881. sadsd06.Anchored = true
  2882. sadsd06.CFrame = CFrame.new(-23.0100079, 1.30758095, 9.57409763, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  2883. sadsd06.Size = Vector3.new(1, 1.20000005, 1)
  2884. sadsd06.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. sadsd06.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2886. sadsd06.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. sadsd06.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. sadsd06.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. sadsd06.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. sadsd06.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2891. sadsd07 = Instance.new("CylinderMesh")
  2892. sadsd07.Parent = sadsd06
  2893. sadsd07.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  2894. sadsd08 = Instance.new("Part")
  2895. sadsd08.Name = "Bolt"
  2896. sadsd08.Parent = rvrf
  2897. sadsd08.Material = Enum.Material.SmoothPlastic
  2898. sadsd08.BrickColor = BrickColor.new("Dark stone grey")
  2899. sadsd08.Position = Vector3.new(-23.3885555, 1.33256996, 9.86617565)
  2900. sadsd08.Rotation = Vector3.new(89.1485519, 0, 90)
  2901. sadsd08.Anchored = true
  2902. sadsd08.CFrame = CFrame.new(-23.3885555, 1.33256996, 9.86617565, 0, -1, 0, 0.0148599939, 0, -0.999889612, 0.999889612, 0, 0.014859993)
  2903. sadsd08.FormFactor = Enum.FormFactor.Custom
  2904. sadsd08.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2905. sadsd08.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2906. sadsd08.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. sadsd08.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. sadsd08.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2909. sadsd08.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. sadsd08.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. sadsd08.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2912. sadsd09 = Instance.new("CylinderMesh")
  2913. sadsd09.Parent = sadsd08
  2914. sadsd09.Scale = Vector3.new(0.416984111, 0.622539699, 0.387619019)
  2915. sadsd10 = Instance.new("Part")
  2916. sadsd10.Parent = rvrf
  2917. sadsd10.Material = Enum.Material.SmoothPlastic
  2918. sadsd10.BrickColor = BrickColor.new("Black")
  2919. sadsd10.Position = Vector3.new(-23.2351894, 0.978531003, 7.12445402)
  2920. sadsd10.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
  2921. sadsd10.Anchored = true
  2922. sadsd10.CFrame = CFrame.new(-23.2351894, 0.978531003, 7.12445402, -0.999968231, 0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -0.000124000027, -0.014860996, -0.999889612)
  2923. sadsd10.Size = Vector3.new(1, 1.20000005, 1)
  2924. sadsd10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2925. sadsd10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. sadsd10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. sadsd10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. sadsd10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. sadsd10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. sadsd10.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2931. sadsd11 = Instance.new("BlockMesh")
  2932. sadsd11.Parent = sadsd10
  2933. sadsd11.Scale = Vector3.new(0.211428568, 0.676571369, 0.593174577)
  2934. sadsd12 = Instance.new("Part")
  2935. sadsd12.Parent = rvrf
  2936. sadsd12.Material = Enum.Material.SmoothPlastic
  2937. sadsd12.BrickColor = BrickColor.new("Black")
  2938. sadsd12.Position = Vector3.new(-23.2291698, 1.27317202, 7.58024216)
  2939. sadsd12.Rotation = Vector3.new(89.2193222, -0.00709112454, -0.0388894677)
  2940. sadsd12.Anchored = true
  2941. sadsd12.CFrame = CFrame.new(-23.2291698, 1.27317202, 7.58024216, 0.999999762, 0.000678749173, -0.000123763471, -0.000132999965, 0.0136249997, -0.999907255, -0.0006769998, 0.999907017, 0.0136250863)
  2942. sadsd12.Size = Vector3.new(1, 1.20000005, 1)
  2943. sadsd12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2944. sadsd12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. sadsd12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. sadsd12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. sadsd12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. sadsd12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. sadsd12.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2950. sadsd13 = Instance.new("SpecialMesh")
  2951. sadsd13.Parent = sadsd12
  2952. sadsd13.Scale = Vector3.new(0.217771411, 0.277793646, 0.236682534)
  2953. sadsd13.MeshType = Enum.MeshType.Wedge
  2954. sadsd14 = Instance.new("Part")
  2955. sadsd14.Parent = rvrf
  2956. sadsd14.Material = Enum.Material.SmoothPlastic
  2957. sadsd14.BrickColor = BrickColor.new("Black")
  2958. sadsd14.Position = Vector3.new(-23.2336636, 1.13090098, 7.63717175)
  2959. sadsd14.Rotation = Vector3.new(169.403046, 0, -180)
  2960. sadsd14.Anchored = true
  2961. sadsd14.CFrame = CFrame.new(-23.2336636, 1.13090098, 7.63717175, -1, 0, 0, 0, 0.982945144, -0.183899, 0, -0.183899015, -0.982945144)
  2962. sadsd14.Size = Vector3.new(1, 1.20000005, 2)
  2963. sadsd14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. sadsd14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. sadsd14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. sadsd14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. sadsd14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. sadsd14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. sadsd14.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2970. sadsd15 = Instance.new("BlockMesh")
  2971. sadsd15.Parent = sadsd14
  2972. sadsd15.Scale = Vector3.new(0.211428568, 0.2255238, 0.775238097)
  2973. sadsd16 = Instance.new("Part")
  2974. sadsd16.Parent = rvrf
  2975. sadsd16.Material = Enum.Material.SmoothPlastic
  2976. sadsd16.BrickColor = BrickColor.new("Black")
  2977. sadsd16.Position = Vector3.new(-23.2337704, 1.35865104, 8.13371563)
  2978. sadsd16.Rotation = Vector3.new(-10.1746883, 0.0394689664, -0.000658502337)
  2979. sadsd16.Anchored = true
  2980. sadsd16.CFrame = CFrame.new(-23.2337704, 1.35865104, 8.13371563, 0.999999762, 1.14930308e-005, 0.000688863336, -0.000132999965, 0.984273732, 0.176649898, -0.000675999851, -0.176649958, 0.984273553)
  2981. sadsd16.Size = Vector3.new(1, 1.20000005, 1)
  2982. sadsd16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2983. sadsd16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. sadsd16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2985. sadsd16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. sadsd16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. sadsd16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. sadsd16.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2989. sadsd17 = Instance.new("SpecialMesh")
  2990. sadsd17.Parent = sadsd16
  2991. sadsd17.Scale = Vector3.new(0.211428568, 0.142126992, 0.458095253)
  2992. sadsd17.MeshType = Enum.MeshType.Wedge
  2993. sadsd18 = Instance.new("Part")
  2994. sadsd18.Name = "B1"
  2995. sadsd18.Parent = rvrf
  2996. sadsd18.Material = Enum.Material.SmoothPlastic
  2997. sadsd18.BrickColor = BrickColor.new("Dark stone grey")
  2998. sadsd18.Transparency = 1
  2999. sadsd18.Position = Vector3.new(-23.2364483, 2.08131003, 9.99996376)
  3000. sadsd18.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  3001. sadsd18.Anchored = true
  3002. sadsd18.CFrame = CFrame.new(-23.2364483, 2.08131003, 9.99996376, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  3003. sadsd18.Size = Vector3.new(1, 1.20000005, 1)
  3004. sadsd18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. sadsd18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3006. sadsd18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3007. sadsd18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3008. sadsd18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. sadsd18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. sadsd18.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3011. sadsd19 = Instance.new("BlockMesh")
  3012. sadsd19.Parent = sadsd18
  3013. sadsd19.Scale = Vector3.new(0.222000003, 0.109825402, 1.38485706)
  3014. sadsd20 = Instance.new("Part")
  3015. sadsd20.Name = "B22"
  3016. sadsd20.Parent = rvrf
  3017. sadsd20.Material = Enum.Material.SmoothPlastic
  3018. sadsd20.BrickColor = BrickColor.new("Dark stone grey")
  3019. sadsd20.Transparency = 1
  3020. sadsd20.Position = Vector3.new(-23.2323666, 2.59334207, 10.0599155)
  3021. sadsd20.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  3022. sadsd20.Anchored = true
  3023. sadsd20.CFrame = CFrame.new(-23.2323666, 2.59334207, 10.0599155, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  3024. sadsd20.Size = Vector3.new(1, 1.20000005, 1)
  3025. sadsd20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. sadsd20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. sadsd20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. sadsd20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. sadsd20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3030. sadsd20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3031. sadsd20.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3032. sadsd21 = Instance.new("BlockMesh")
  3033. sadsd21.Parent = sadsd20
  3034. sadsd21.Scale = Vector3.new(0.18206349, 0.0176190473, 0.346507937)
  3035. sadsd22 = Instance.new("Part")
  3036. sadsd22.Name = "B10"
  3037. sadsd22.Parent = rvrf
  3038. sadsd22.Material = Enum.Material.SmoothPlastic
  3039. sadsd22.BrickColor = BrickColor.new("Dark stone grey")
  3040. sadsd22.Transparency = 1
  3041. sadsd22.Position = Vector3.new(-23.231739, 2.70913506, 10.0943623)
  3042. sadsd22.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
  3043. sadsd22.Anchored = true
  3044. sadsd22.CFrame = CFrame.new(-23.231739, 2.70913506, 10.0943623, -0.00798299816, 0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111, 0.014860996, 0.000124000551, 0.999889612)
  3045. sadsd22.Size = Vector3.new(1, 1.20000005, 1)
  3046. sadsd22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. sadsd22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3048. sadsd22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. sadsd22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. sadsd22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3051. sadsd22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. sadsd22.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3053. sadsd23 = Instance.new("CylinderMesh")
  3054. sadsd23.Parent = sadsd22
  3055. sadsd23.Scale = Vector3.new(0.0176190473, 0.148587301, 0.0117460322)
  3056. sadsd24 = Instance.new("Part")
  3057. sadsd24.Name = "B23"
  3058. sadsd24.Parent = rvrf
  3059. sadsd24.Material = Enum.Material.SmoothPlastic
  3060. sadsd24.BrickColor = BrickColor.new("Dark stone grey")
  3061. sadsd24.Transparency = 1
  3062. sadsd24.Position = Vector3.new(-23.1457424, 2.51290607, 10.0830116)
  3063. sadsd24.Rotation = Vector3.new(89.1485519, -0.457394928, 0.00030789827)
  3064. sadsd24.Anchored = true
  3065. sadsd24.CFrame = CFrame.new(-23.1457424, 2.51290607, 10.0830116, 0.999968231, -5.37366805e-006, -0.00798296276, -0.00798200164, 0.0148600368, -0.999857783, 0.000124000027, 0.999889612, 0.0148595208)
  3066. sadsd24.Size = Vector3.new(1, 1.20000005, 1)
  3067. sadsd24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. sadsd24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. sadsd24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. sadsd24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. sadsd24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. sadsd24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. sadsd24.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3074. sadsd25 = Instance.new("BlockMesh")
  3075. sadsd25.Parent = sadsd24
  3076. sadsd25.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
  3077. sadsd26 = Instance.new("Part")
  3078. sadsd26.Name = "B16"
  3079. sadsd26.Parent = rvrf
  3080. sadsd26.Material = Enum.Material.SmoothPlastic
  3081. sadsd26.BrickColor = BrickColor.new("Dark stone grey")
  3082. sadsd26.Transparency = 1
  3083. sadsd26.Position = Vector3.new(-23.1450024, 2.68027711, 10.0823717)
  3084. sadsd26.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
  3085. sadsd26.Anchored = true
  3086. sadsd26.CFrame = CFrame.new(-23.1450024, 2.68027711, 10.0823717, -0.00798299816, 0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111, 0.014860996, 0.000124000551, 0.999889612)
  3087. sadsd26.Size = Vector3.new(1, 1.20000005, 1)
  3088. sadsd26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. sadsd26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. sadsd26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. sadsd26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. sadsd26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. sadsd26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. sadsd26.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3095. sadsd27 = Instance.new("CylinderMesh")
  3096. sadsd27.Parent = sadsd26
  3097. sadsd27.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
  3098. sadsd28 = Instance.new("Part")
  3099. sadsd28.Name = "B5"
  3100. sadsd28.Parent = rvrf
  3101. sadsd28.Material = Enum.Material.SmoothPlastic
  3102. sadsd28.BrickColor = BrickColor.new("Dark stone grey")
  3103. sadsd28.Transparency = 1
  3104. sadsd28.Position = Vector3.new(-23.1312695, 2.71898389, 10.1065578)
  3105. sadsd28.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
  3106. sadsd28.Anchored = true
  3107. sadsd28.CFrame = CFrame.new(-23.1312695, 2.71898389, 10.1065578, -0.00798299816, 0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111, 0.014860996, 0.000124000551, 0.999889612)
  3108. sadsd28.Size = Vector3.new(1, 1.20000005, 1)
  3109. sadsd28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. sadsd28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. sadsd28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. sadsd28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. sadsd28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. sadsd28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. sadsd28.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3116. sadsd29 = Instance.new("CylinderMesh")
  3117. sadsd29.Parent = sadsd28
  3118. sadsd29.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
  3119. sadsd30 = Instance.new("Part")
  3120. sadsd30.Name = "B4"
  3121. sadsd30.Parent = rvrf
  3122. sadsd30.Material = Enum.Material.SmoothPlastic
  3123. sadsd30.BrickColor = BrickColor.new("Dark stone grey")
  3124. sadsd30.Transparency = 1
  3125. sadsd30.Position = Vector3.new(-23.1341438, 2.54812598, 10.1034756)
  3126. sadsd30.Rotation = Vector3.new(-0.851827919, -0.00133610412, -90.4573975)
  3127. sadsd30.Anchored = true
  3128. sadsd30.CFrame = CFrame.new(-23.1341438, 2.54812598, 10.1034756, -0.00798299722, 0.999968231, -2.3319415e-005, -0.999857664, -0.00798176881, 0.0148666538, 0.0148659945, 0.00014199657, 0.999889493)
  3129. sadsd30.Size = Vector3.new(1, 1.20000005, 1)
  3130. sadsd30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. sadsd30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. sadsd30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. sadsd30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3134. sadsd30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3135. sadsd30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3136. sadsd30.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3137. sadsd31 = Instance.new("CylinderMesh")
  3138. sadsd31.Parent = sadsd30
  3139. sadsd31.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
  3140. sadsd32 = Instance.new("Part")
  3141. sadsd32.Name = "B3"
  3142. sadsd32.Parent = rvrf
  3143. sadsd32.Material = Enum.Material.SmoothPlastic
  3144. sadsd32.BrickColor = BrickColor.new("Dark stone grey")
  3145. sadsd32.Transparency = 1
  3146. sadsd32.Position = Vector3.new(-23.1455574, 2.54235411, 10.1377716)
  3147. sadsd32.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  3148. sadsd32.Anchored = true
  3149. sadsd32.CFrame = CFrame.new(-23.1455574, 2.54235411, 10.1377716, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  3150. sadsd32.Size = Vector3.new(1, 1.20000005, 1)
  3151. sadsd32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3152. sadsd32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3153. sadsd32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3154. sadsd32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3155. sadsd32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3156. sadsd32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3157. sadsd32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3158. sadsd33 = Instance.new("SpecialMesh")
  3159. sadsd33.Parent = sadsd32
  3160. sadsd33.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
  3161. sadsd33.MeshType = Enum.MeshType.Wedge
  3162. sadsd34 = Instance.new("Part")
  3163. sadsd34.Name = "B17"
  3164. sadsd34.Parent = rvrf
  3165. sadsd34.Material = Enum.Material.SmoothPlastic
  3166. sadsd34.BrickColor = BrickColor.new("Dark stone grey")
  3167. sadsd34.Transparency = 1
  3168. sadsd34.Position = Vector3.new(-23.0830288, 1.95975602, 10.032032)
  3169. sadsd34.Rotation = Vector3.new(89.1485519, -80.5249329, 90)
  3170. sadsd34.Anchored = true
  3171. sadsd34.CFrame = CFrame.new(-23.0830288, 1.95975602, 10.032032, 0, -0.164619058, -0.986357331, 0.0148599939, 0.986248374, -0.164600894, 0.999889612, -0.0146572627, 0.00244623842)
  3172. sadsd34.Size = Vector3.new(1, 1.20000005, 1)
  3173. sadsd34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3174. sadsd34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. sadsd34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. sadsd34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. sadsd34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. sadsd34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. sadsd34.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3180. sadsd35 = Instance.new("SpecialMesh")
  3181. sadsd35.Parent = sadsd34
  3182. sadsd35.Scale = Vector3.new(0.0687142834, 0.0880952328, 0.0951428488)
  3183. sadsd35.MeshType = Enum.MeshType.Wedge
  3184. sadsd36 = Instance.new("Part")
  3185. sadsd36.Name = "B12"
  3186. sadsd36.Parent = rvrf
  3187. sadsd36.Material = Enum.Material.SmoothPlastic
  3188. sadsd36.BrickColor = BrickColor.new("Dark stone grey")
  3189. sadsd36.Transparency = 1
  3190. sadsd36.Position = Vector3.new(-23.1057644, 2.00099397, 10.0037737)
  3191. sadsd36.Rotation = Vector3.new(-90.8514481, -89.5432892, -90)
  3192. sadsd36.Anchored = true
  3193. sadsd36.CFrame = CFrame.new(-23.1057644, 2.00099397, 10.0037737, 0, 0.00798299816, -0.999968231, 0.0148599939, 0.999857783, 0.00798211712, 0.999889612, -0.0148595208, -0.000118627315)
  3194. sadsd36.Size = Vector3.new(1, 1.20000005, 1)
  3195. sadsd36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. sadsd36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. sadsd36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. sadsd36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. sadsd36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. sadsd36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. sadsd36.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3202. sadsd37 = Instance.new("SpecialMesh")
  3203. sadsd37.Parent = sadsd36
  3204. sadsd37.Scale = Vector3.new(0.125623807, 0.146825388, 0.0951428488)
  3205. sadsd37.MeshType = Enum.MeshType.Wedge
  3206. sadsd38 = Instance.new("Part")
  3207. sadsd38.Name = "A1"
  3208. sadsd38.Parent = rvrf
  3209. sadsd38.Material = Enum.Material.SmoothPlastic
  3210. sadsd38.BrickColor = BrickColor.new("Dark stone grey")
  3211. sadsd38.Position = Vector3.new(-23.2352562, 1.49919999, 9.20493031)
  3212. sadsd38.Rotation = Vector3.new(179.14856, 0, -180)
  3213. sadsd38.Anchored = true
  3214. sadsd38.CFrame = CFrame.new(-23.2352562, 1.49919999, 9.20493031, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3215. sadsd38.Size = Vector3.new(1, 1.20000005, 1)
  3216. sadsd38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. sadsd38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. sadsd38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. sadsd38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. sadsd38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. sadsd38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. sadsd38.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3223. sadsd39 = Instance.new("BlockMesh")
  3224. sadsd39.Parent = sadsd38
  3225. sadsd39.Scale = Vector3.new(0.222000003, 0.116285712, 1.5156492)
  3226. sadsd40 = Instance.new("Part")
  3227. sadsd40.Name = "B18"
  3228. sadsd40.Parent = rvrf
  3229. sadsd40.Material = Enum.Material.SmoothPlastic
  3230. sadsd40.BrickColor = BrickColor.new("Dark stone grey")
  3231. sadsd40.Transparency = 1
  3232. sadsd40.Position = Vector3.new(-23.0558834, 1.70907402, 10.0287399)
  3233. sadsd40.Rotation = Vector3.new(-0.851533175, -0.000307214155, 179.542603)
  3234. sadsd40.Anchored = true
  3235. sadsd40.CFrame = CFrame.new(-23.0558834, 1.70907402, 10.0287399, -0.999968231, -0.00798296276, -5.36189827e-006, 0.00798200164, -0.999857783, 0.0148615111, -0.000124000027, 0.014860996, 0.999889612)
  3236. sadsd40.Size = Vector3.new(1, 1.20000005, 1)
  3237. sadsd40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. sadsd40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3239. sadsd40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. sadsd40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. sadsd40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. sadsd40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3243. sadsd40.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3244. sadsd41 = Instance.new("CylinderMesh")
  3245. sadsd41.Parent = sadsd40
  3246. sadsd41.Scale = Vector3.new(0.0880952403, 0.345333368, 0.0822222233)
  3247. sadsd42 = Instance.new("Part")
  3248. sadsd42.Name = "B19"
  3249. sadsd42.Parent = rvrf
  3250. sadsd42.Material = Enum.Material.SmoothPlastic
  3251. sadsd42.BrickColor = BrickColor.new("Dark stone grey")
  3252. sadsd42.Transparency = 1
  3253. sadsd42.Position = Vector3.new(-23.1375103, 1.71036196, 10.0315704)
  3254. sadsd42.Rotation = Vector3.new(-90.8514481, 0.457394928, 179.999695)
  3255. sadsd42.Anchored = true
  3256. sadsd42.CFrame = CFrame.new(-23.1375103, 1.71036196, 10.0315704, -0.999968231, -5.37366805e-006, 0.00798296276, 0.00798200164, 0.0148600368, 0.999857783, -0.000124000027, 0.999889612, -0.0148595208)
  3257. sadsd42.Size = Vector3.new(1, 1.20000005, 1)
  3258. sadsd42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. sadsd42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. sadsd42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. sadsd42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3262. sadsd42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3263. sadsd42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3264. sadsd42.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3265. sadsd43 = Instance.new("BlockMesh")
  3266. sadsd43.Parent = sadsd42
  3267. sadsd43.Scale = Vector3.new(0.176190481, 0.0646031722, 0.415809542)
  3268. sadsd44 = Instance.new("Part")
  3269. sadsd44.Name = "A3"
  3270. sadsd44.Parent = rvrf
  3271. sadsd44.Material = Enum.Material.SmoothPlastic
  3272. sadsd44.BrickColor = BrickColor.new("Dark stone grey")
  3273. sadsd44.Position = Vector3.new(-23.0808754, 1.53044105, 9.35979557)
  3274. sadsd44.Rotation = Vector3.new(-0.851446211, -80.0675735, 90)
  3275. sadsd44.Anchored = true
  3276. sadsd44.CFrame = CFrame.new(-23.0808754, 1.53044105, 9.35979557, 0, -0.17248702, -0.985011876, 0.999889612, -0.01463727, 0.00256315619, -0.0148599939, -0.984903097, 0.172467992)
  3277. sadsd44.Size = Vector3.new(1, 1.20000005, 1)
  3278. sadsd44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. sadsd44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. sadsd44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3281. sadsd44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3282. sadsd44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3283. sadsd44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3284. sadsd44.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3285. sadsd45 = Instance.new("SpecialMesh")
  3286. sadsd45.Parent = sadsd44
  3287. sadsd45.Scale = Vector3.new(0.0687142834, 0.0880952328, 0.0951428488)
  3288. sadsd45.MeshType = Enum.MeshType.Wedge
  3289. sadsd46 = Instance.new("Part")
  3290. sadsd46.Name = "A4"
  3291. sadsd46.Parent = rvrf
  3292. sadsd46.Material = Enum.Material.SmoothPlastic
  3293. sadsd46.BrickColor = BrickColor.new("Dark stone grey")
  3294. sadsd46.Position = Vector3.new(-23.0517483, 1.52715397, 9.61026382)
  3295. sadsd46.Rotation = Vector3.new(-90.8514481, 0, -180)
  3296. sadsd46.Anchored = true
  3297. sadsd46.CFrame = CFrame.new(-23.0517483, 1.52715397, 9.61026382, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  3298. sadsd46.Size = Vector3.new(1, 1.20000005, 1)
  3299. sadsd46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. sadsd46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. sadsd46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3302. sadsd46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3303. sadsd46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3304. sadsd46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3305. sadsd46.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3306. sadsd47 = Instance.new("CylinderMesh")
  3307. sadsd47.Parent = sadsd46
  3308. sadsd47.Scale = Vector3.new(0.0880952403, 0.345333368, 0.0822222233)
  3309. sadsd48 = Instance.new("Part")
  3310. sadsd48.Name = "A5"
  3311. sadsd48.Parent = rvrf
  3312. sadsd48.Material = Enum.Material.SmoothPlastic
  3313. sadsd48.BrickColor = BrickColor.new("Dark stone grey")
  3314. sadsd48.Position = Vector3.new(-23.1333752, 1.52997804, 9.60963154)
  3315. sadsd48.Rotation = Vector3.new(179.14856, 0, -180)
  3316. sadsd48.Anchored = true
  3317. sadsd48.CFrame = CFrame.new(-23.1333752, 1.52997804, 9.60963154, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3318. sadsd48.Size = Vector3.new(1, 1.20000005, 1)
  3319. sadsd48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. sadsd48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. sadsd48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3322. sadsd48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3323. sadsd48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3324. sadsd48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3325. sadsd48.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3326. sadsd49 = Instance.new("BlockMesh")
  3327. sadsd49.Parent = sadsd48
  3328. sadsd49.Scale = Vector3.new(0.176190481, 0.0646031722, 0.415809542)
  3329. sadsd50 = Instance.new("Part")
  3330. sadsd50.Name = "A2"
  3331. sadsd50.Parent = rvrf
  3332. sadsd50.Material = Enum.Material.SmoothPlastic
  3333. sadsd50.BrickColor = BrickColor.new("Dark stone grey")
  3334. sadsd50.Position = Vector3.new(-23.1039486, 1.50217795, 9.31873798)
  3335. sadsd50.Rotation = Vector3.new(-90.8514481, -90, 0)
  3336. sadsd50.Anchored = true
  3337. sadsd50.CFrame = CFrame.new(-23.1039486, 1.50217795, 9.31873798, 0, 0, -1, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612, 0)
  3338. sadsd50.Size = Vector3.new(1, 1.20000005, 1)
  3339. sadsd50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. sadsd50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3341. sadsd50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3342. sadsd50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3343. sadsd50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3344. sadsd50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3345. sadsd50.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3346. sadsd51 = Instance.new("SpecialMesh")
  3347. sadsd51.Parent = sadsd50
  3348. sadsd51.Scale = Vector3.new(0.125623807, 0.146825388, 0.0951428488)
  3349. sadsd51.MeshType = Enum.MeshType.Wedge
  3350. sadsd52 = Instance.new("Part")
  3351. sadsd52.Name = "A6"
  3352. sadsd52.Parent = rvrf
  3353. sadsd52.Material = Enum.Material.SmoothPlastic
  3354. sadsd52.BrickColor = BrickColor.new("Dark stone grey")
  3355. sadsd52.Position = Vector3.new(-23.0546627, 1.45424294, 9.77741241)
  3356. sadsd52.Rotation = Vector3.new(-0.851446211, 0, -180)
  3357. sadsd52.Anchored = true
  3358. sadsd52.CFrame = CFrame.new(-23.0546627, 1.45424294, 9.77741241, -1, 0, 0, 0, -0.999889612, 0.014859993, 0, 0.0148599939, 0.999889612)
  3359. sadsd52.Size = Vector3.new(1, 1.20000005, 1)
  3360. sadsd52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3361. sadsd52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3362. sadsd52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3363. sadsd52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3364. sadsd52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. sadsd52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. sadsd52.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3367. sadsd53 = Instance.new("CylinderMesh")
  3368. sadsd53.Parent = sadsd52
  3369. sadsd53.Scale = Vector3.new(0.0880952403, 0.11746031, 0.0805777758)
  3370. sadsd54 = Instance.new("Part")
  3371. sadsd54.Name = "A7"
  3372. sadsd54.Parent = rvrf
  3373. sadsd54.Material = Enum.Material.SmoothPlastic
  3374. sadsd54.BrickColor = BrickColor.new("Dark stone grey")
  3375. sadsd54.Position = Vector3.new(-23.1451454, 1.45128, 9.77906227)
  3376. sadsd54.Rotation = Vector3.new(-90.8514481, 0, -180)
  3377. sadsd54.Anchored = true
  3378. sadsd54.CFrame = CFrame.new(-23.1451454, 1.45128, 9.77906227, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  3379. sadsd54.Size = Vector3.new(1, 1.20000005, 1)
  3380. sadsd54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3381. sadsd54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3382. sadsd54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. sadsd54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. sadsd54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. sadsd54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. sadsd54.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3387. sadsd55 = Instance.new("BlockMesh")
  3388. sadsd55.Parent = sadsd54
  3389. sadsd55.Scale = Vector3.new(0.176190481, 0.0646031722, 0.140952379)
  3390. sadsd56 = Instance.new("Part")
  3391. sadsd56.Parent = rvrf
  3392. sadsd56.Material = Enum.Material.SmoothPlastic
  3393. sadsd56.BrickColor = BrickColor.new("Dark stone grey")
  3394. sadsd56.Position = Vector3.new(-23.2352047, 1.46758997, 10.0455055)
  3395. sadsd56.Rotation = Vector3.new(-90.8514481, 0, -90)
  3396. sadsd56.Anchored = true
  3397. sadsd56.CFrame = CFrame.new(-23.2352047, 1.46758997, 10.0455055, 0, 1, 0, 0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
  3398. sadsd56.Size = Vector3.new(1, 1.20000005, 1)
  3399. sadsd56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3400. sadsd56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3401. sadsd56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. sadsd56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. sadsd56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. sadsd56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. sadsd56.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3406. sadsd57 = Instance.new("CylinderMesh")
  3407. sadsd57.Parent = sadsd56
  3408. sadsd57.Scale = Vector3.new(0.0528571419, 0.144711122, 0.0749396756)
  3409. sadsd58 = Instance.new("Part")
  3410. sadsd58.Parent = rvrf
  3411. sadsd58.Material = Enum.Material.SmoothPlastic
  3412. sadsd58.BrickColor = BrickColor.new("Dark stone grey")
  3413. sadsd58.Position = Vector3.new(-23.2352715, 1.40421295, 9.9964323)
  3414. sadsd58.Rotation = Vector3.new(179.14856, 0, -180)
  3415. sadsd58.Anchored = true
  3416. sadsd58.CFrame = CFrame.new(-23.2352715, 1.40421295, 9.9964323, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3417. sadsd58.Size = Vector3.new(1, 1.20000005, 1)
  3418. sadsd58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3419. sadsd58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3420. sadsd58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3421. sadsd58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3422. sadsd58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3423. sadsd58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. sadsd58.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3425. sadsd59 = Instance.new("BlockMesh")
  3426. sadsd59.Parent = sadsd58
  3427. sadsd59.Scale = Vector3.new(0.172666669, 0.0916190445, 0.193809524)
  3428. sadsd60 = Instance.new("Part")
  3429. sadsd60.Parent = rvrf
  3430. sadsd60.Material = Enum.Material.SmoothPlastic
  3431. sadsd60.BrickColor = BrickColor.new("Dark stone grey")
  3432. sadsd60.Position = Vector3.new(-23.2352715, 1.47445595, 9.97776604)
  3433. sadsd60.Rotation = Vector3.new(179.14856, 0, -180)
  3434. sadsd60.Anchored = true
  3435. sadsd60.CFrame = CFrame.new(-23.2352715, 1.47445595, 9.97776604, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3436. sadsd60.Size = Vector3.new(1, 1.20000005, 1)
  3437. sadsd60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3438. sadsd60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. sadsd60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. sadsd60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. sadsd60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3442. sadsd60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3443. sadsd60.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3444. sadsd61 = Instance.new("BlockMesh")
  3445. sadsd61.Parent = sadsd60
  3446. sadsd61.Scale = Vector3.new(0.172666669, 0.061079368, 0.111587301)
  3447. sadsd62 = Instance.new("Part")
  3448. sadsd62.Parent = rvrf
  3449. sadsd62.Material = Enum.Material.SmoothPlastic
  3450. sadsd62.BrickColor = BrickColor.new("Dark stone grey")
  3451. sadsd62.Position = Vector3.new(-23.2352715, 1.37529397, 9.83829594)
  3452. sadsd62.Rotation = Vector3.new(179.14856, 0, -180)
  3453. sadsd62.Anchored = true
  3454. sadsd62.CFrame = CFrame.new(-23.2352715, 1.37529397, 9.83829594, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3455. sadsd62.Size = Vector3.new(1, 1.20000005, 1)
  3456. sadsd62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. sadsd62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. sadsd62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. sadsd62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. sadsd62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3461. sadsd62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. sadsd62.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3463. sadsd63 = Instance.new("BlockMesh")
  3464. sadsd63.Parent = sadsd62
  3465. sadsd63.Scale = Vector3.new(0.172666669, 0.137428567, 0.18206349)
  3466. sadsd64 = Instance.new("Part")
  3467. sadsd64.Parent = rvrf
  3468. sadsd64.Material = Enum.Material.SmoothPlastic
  3469. sadsd64.BrickColor = BrickColor.new("Black")
  3470. sadsd64.Position = Vector3.new(-23.2322292, 1.32829905, 9.42153358)
  3471. sadsd64.Rotation = Vector3.new(179.14856, 0, -180)
  3472. sadsd64.Anchored = true
  3473. sadsd64.CFrame = CFrame.new(-23.2322292, 1.32829905, 9.42153358, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3474. sadsd64.Size = Vector3.new(1, 1.20000005, 1)
  3475. sadsd64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3476. sadsd64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3477. sadsd64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. sadsd64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3479. sadsd64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. sadsd64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3481. sadsd64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3482. sadsd65 = Instance.new("BlockMesh")
  3483. sadsd65.Parent = sadsd64
  3484. sadsd65.Scale = Vector3.new(0.213777766, 0.0904444531, 1.95500958)
  3485. sadsd66 = Instance.new("Part")
  3486. sadsd66.Parent = rvrf
  3487. sadsd66.Material = Enum.Material.SmoothPlastic
  3488. sadsd66.BrickColor = BrickColor.new("Dark stone grey")
  3489. sadsd66.Position = Vector3.new(-23.2352715, 1.35406601, 8.91909599)
  3490. sadsd66.Rotation = Vector3.new(179.14856, 0, -180)
  3491. sadsd66.Anchored = true
  3492. sadsd66.CFrame = CFrame.new(-23.2352715, 1.35406601, 8.91909599, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3493. sadsd66.Size = Vector3.new(1, 1.20000005, 1)
  3494. sadsd66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3495. sadsd66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3496. sadsd66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3497. sadsd66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. sadsd66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. sadsd66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3500. sadsd66.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3501. sadsd67 = Instance.new("BlockMesh")
  3502. sadsd67.Parent = sadsd66
  3503. sadsd67.Scale = Vector3.new(0.172666669, 0.137428567, 1.00017452)
  3504. sadsd68 = Instance.new("Part")
  3505. sadsd68.Parent = rvrf
  3506. sadsd68.Material = Enum.Material.SmoothPlastic
  3507. sadsd68.BrickColor = BrickColor.new("Dark stone grey")
  3508. sadsd68.Position = Vector3.new(-23.2346935, 1.26343596, 8.3582077)
  3509. sadsd68.Rotation = Vector3.new(-90.8514481, 0, -0)
  3510. sadsd68.Anchored = true
  3511. sadsd68.CFrame = CFrame.new(-23.2346935, 1.26343596, 8.3582077, 1, 0, 0, 0, -0.0148599939, 0.999889612, 0, -0.999889612, -0.014859993)
  3512. sadsd68.Size = Vector3.new(1, 1.20000005, 1)
  3513. sadsd68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3514. sadsd68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. sadsd68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. sadsd68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. sadsd68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. sadsd68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3519. sadsd68.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3520. sadsd69 = Instance.new("SpecialMesh")
  3521. sadsd69.Parent = sadsd68
  3522. sadsd69.Scale = Vector3.new(0.217301592, 0.158571437, 0.408761948)
  3523. sadsd69.MeshType = Enum.MeshType.Wedge
  3524. sadsd70 = Instance.new("Part")
  3525. sadsd70.Name = "S2"
  3526. sadsd70.Parent = rvrf
  3527. sadsd70.Material = Enum.Material.SmoothPlastic
  3528. sadsd70.BrickColor = BrickColor.new("Bright yellow")
  3529. sadsd70.Reflectance = 0.5
  3530. sadsd70.Position = Vector3.new(-23.1057186, 1.38914597, 9.57083797)
  3531. sadsd70.Rotation = Vector3.new(-90.8514481, 0, -180)
  3532. sadsd70.Anchored = true
  3533. sadsd70.CFrame = CFrame.new(-23.1057186, 1.38914597, 9.57083797, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  3534. sadsd70.Size = Vector3.new(1, 1.20000005, 1)
  3535. sadsd70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. sadsd70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3537. sadsd70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. sadsd70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3539. sadsd70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3540. sadsd70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. sadsd70.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3542. sadsd71 = Instance.new("CylinderMesh")
  3543. sadsd71.Parent = sadsd70
  3544. sadsd71.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  3545. sadsd72 = Instance.new("Part")
  3546. sadsd72.Name = "S1"
  3547. sadsd72.Parent = rvrf
  3548. sadsd72.Material = Enum.Material.SmoothPlastic
  3549. sadsd72.BrickColor = BrickColor.new("Bright yellow")
  3550. sadsd72.Reflectance = 0.5
  3551. sadsd72.Position = Vector3.new(-23.1587505, 1.39754701, 9.57658958)
  3552. sadsd72.Rotation = Vector3.new(-90.8514481, 0, -180)
  3553. sadsd72.Anchored = true
  3554. sadsd72.CFrame = CFrame.new(-23.1587505, 1.39754701, 9.57658958, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  3555. sadsd72.Size = Vector3.new(1, 1.20000005, 1)
  3556. sadsd72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3557. sadsd72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3558. sadsd72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3559. sadsd72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3560. sadsd72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3561. sadsd72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3562. sadsd72.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3563. sadsd73 = Instance.new("CylinderMesh")
  3564. sadsd73.Parent = sadsd72
  3565. sadsd73.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  3566. sadsd74 = Instance.new("Part")
  3567. sadsd74.Name = "R2"
  3568. sadsd74.Parent = rvrf
  3569. sadsd74.Material = Enum.Material.SmoothPlastic
  3570. sadsd74.BrickColor = BrickColor.new("Bright yellow")
  3571. sadsd74.Reflectance = 0.5
  3572. sadsd74.Transparency = 1
  3573. sadsd74.Position = Vector3.new(-23.0706978, 1.37362301, 9.57271004)
  3574. sadsd74.Rotation = Vector3.new(-90.8514481, 0, -180)
  3575. sadsd74.Anchored = true
  3576. sadsd74.CFrame = CFrame.new(-23.0706978, 1.37362301, 9.57271004, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  3577. sadsd74.Size = Vector3.new(1, 1.20000005, 1)
  3578. sadsd74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3579. sadsd74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3580. sadsd74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3581. sadsd74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3582. sadsd74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3583. sadsd74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3584. sadsd74.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3585. sadsd75 = Instance.new("CylinderMesh")
  3586. sadsd75.Parent = sadsd74
  3587. sadsd75.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  3588. sadsd76 = Instance.new("Part")
  3589. sadsd76.Name = "B20"
  3590. sadsd76.Parent = rvrf
  3591. sadsd76.Material = Enum.Material.SmoothPlastic
  3592. sadsd76.BrickColor = BrickColor.new("Dark stone grey")
  3593. sadsd76.Transparency = 1
  3594. sadsd76.Position = Vector3.new(-23.0601406, 1.54195595, 9.95583439)
  3595. sadsd76.Rotation = Vector3.new(89.1485519, -0.457394928, -179.999695)
  3596. sadsd76.Anchored = true
  3597. sadsd76.CFrame = CFrame.new(-23.0601406, 1.54195595, 9.95583439, -0.999968231, 5.37366805e-006, -0.00798296276, 0.00798200164, -0.0148600368, -0.999857783, -0.000124000027, -0.999889612, 0.0148595208)
  3598. sadsd76.Size = Vector3.new(1, 1.20000005, 1)
  3599. sadsd76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3600. sadsd76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3601. sadsd76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3602. sadsd76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3603. sadsd76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. sadsd76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. sadsd76.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3606. sadsd77 = Instance.new("CylinderMesh")
  3607. sadsd77.Parent = sadsd76
  3608. sadsd77.Scale = Vector3.new(0.0880952403, 0.11746031, 0.0805777758)
  3609. sadsd78 = Instance.new("Part")
  3610. sadsd78.Name = "R1"
  3611. sadsd78.Parent = rvrf
  3612. sadsd78.Material = Enum.Material.SmoothPlastic
  3613. sadsd78.BrickColor = BrickColor.new("Bright yellow")
  3614. sadsd78.Reflectance = 0.5
  3615. sadsd78.Transparency = 1
  3616. sadsd78.Position = Vector3.new(-23.1082516, 1.39635003, 9.56928444)
  3617. sadsd78.Rotation = Vector3.new(-90.8514481, 0, -180)
  3618. sadsd78.Anchored = true
  3619. sadsd78.CFrame = CFrame.new(-23.1082516, 1.39635003, 9.56928444, -1, 0, 0, 0, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993)
  3620. sadsd78.Size = Vector3.new(1, 1.20000005, 1)
  3621. sadsd78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. sadsd78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. sadsd78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. sadsd78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. sadsd78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3626. sadsd78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. sadsd78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3628. sadsd79 = Instance.new("CylinderMesh")
  3629. sadsd79.Parent = sadsd78
  3630. sadsd79.Scale = Vector3.new(0.0698888898, 0.25195241, 0.0616666675)
  3631. sadsd80 = Instance.new("Part")
  3632. sadsd80.Name = "B21"
  3633. sadsd80.Parent = rvrf
  3634. sadsd80.Material = Enum.Material.SmoothPlastic
  3635. sadsd80.BrickColor = BrickColor.new("Dark stone grey")
  3636. sadsd80.Transparency = 1
  3637. sadsd80.Position = Vector3.new(-23.1506176, 1.54105198, 9.95287418)
  3638. sadsd80.Rotation = Vector3.new(-0.851533175, -0.000307214155, 179.542603)
  3639. sadsd80.Anchored = true
  3640. sadsd80.CFrame = CFrame.new(-23.1506176, 1.54105198, 9.95287418, -0.999968231, -0.00798296276, -5.36189827e-006, 0.00798200164, -0.999857783, 0.0148615111, -0.000124000027, 0.014860996, 0.999889612)
  3641. sadsd80.Size = Vector3.new(1, 1.20000005, 1)
  3642. sadsd80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3643. sadsd80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3644. sadsd80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3645. sadsd80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. sadsd80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3647. sadsd80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3648. sadsd80.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3649. sadsd81 = Instance.new("BlockMesh")
  3650. sadsd81.Parent = sadsd80
  3651. sadsd81.Scale = Vector3.new(0.176190481, 0.0646031722, 0.140952379)
  3652. sadsd82 = Instance.new("Part")
  3653. sadsd82.Name = "B2"
  3654. sadsd82.Parent = rvrf
  3655. sadsd82.Material = Enum.Material.SmoothPlastic
  3656. sadsd82.BrickColor = BrickColor.new("Black")
  3657. sadsd82.Transparency = 1
  3658. sadsd82.Position = Vector3.new(-23.1553936, 2.72060108, 10.1061363)
  3659. sadsd82.Rotation = Vector3.new(-0.851533175, -0.000307214155, -90.4573975)
  3660. sadsd82.Anchored = true
  3661. sadsd82.CFrame = CFrame.new(-23.1553936, 2.72060108, 10.1061363, -0.00798299816, 0.999968231, -5.36189827e-006, -0.999857783, -0.00798203703, 0.0148615111, 0.014860996, 0.000124000551, 0.999889612)
  3662. sadsd82.Size = Vector3.new(1, 1.20000005, 1)
  3663. sadsd82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. sadsd82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3665. sadsd82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3666. sadsd82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3667. sadsd82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3668. sadsd82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. sadsd82.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3670. sadsd83 = Instance.new("CylinderMesh")
  3671. sadsd83.Parent = sadsd82
  3672. sadsd83.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
  3673. sadsd84 = Instance.new("Part")
  3674. sadsd84.Parent = rvrf
  3675. sadsd84.Material = Enum.Material.SmoothPlastic
  3676. sadsd84.BrickColor = BrickColor.new("Dark stone grey")
  3677. sadsd84.Position = Vector3.new(-23.2348995, 1.51216102, 8.35952187)
  3678. sadsd84.Rotation = Vector3.new(-0.851446211, 0, -0)
  3679. sadsd84.Anchored = true
  3680. sadsd84.CFrame = CFrame.new(-23.2348995, 1.51216102, 8.35952187, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  3681. sadsd84.Size = Vector3.new(1, 1.20000005, 1)
  3682. sadsd84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3683. sadsd84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3684. sadsd84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3685. sadsd84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3686. sadsd84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. sadsd84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3688. sadsd84.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3689. sadsd85 = Instance.new("SpecialMesh")
  3690. sadsd85.Parent = sadsd84
  3691. sadsd85.Scale = Vector3.new(0.217301592, 0.0822222233, 0.205555558)
  3692. sadsd85.MeshType = Enum.MeshType.Wedge
  3693. sadsd86 = Instance.new("Part")
  3694. sadsd86.Name = "A8"
  3695. sadsd86.Parent = rvrf
  3696. sadsd86.Material = Enum.Material.SmoothPlastic
  3697. sadsd86.BrickColor = BrickColor.new("Dark stone grey")
  3698. sadsd86.Position = Vector3.new(-23.2352638, 1.55835295, 8.72745991)
  3699. sadsd86.Rotation = Vector3.new(179.14856, 0, -180)
  3700. sadsd86.Anchored = true
  3701. sadsd86.CFrame = CFrame.new(-23.2352638, 1.55835295, 8.72745991, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3702. sadsd86.Size = Vector3.new(1, 1.20000005, 1)
  3703. sadsd86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3704. sadsd86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. sadsd86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. sadsd86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. sadsd86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. sadsd86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. sadsd86.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3710. sadsd87 = Instance.new("BlockMesh")
  3711. sadsd87.Parent = sadsd86
  3712. sadsd87.Scale = Vector3.new(0.18206349, 0.0176190473, 0.346507937)
  3713. sadsd88 = Instance.new("Part")
  3714. sadsd88.Name = "A23"
  3715. sadsd88.Parent = rvrf
  3716. sadsd88.Material = Enum.Material.SmoothPlastic
  3717. sadsd88.BrickColor = BrickColor.new("Dark stone grey")
  3718. sadsd88.Position = Vector3.new(-23.1486034, 1.580791, 8.63983631)
  3719. sadsd88.Rotation = Vector3.new(-90.8514481, 0, -90)
  3720. sadsd88.Anchored = true
  3721. sadsd88.CFrame = CFrame.new(-23.1486034, 1.580791, 8.63983631, 0, 1, 0, 0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
  3722. sadsd88.Size = Vector3.new(1, 1.20000005, 1)
  3723. sadsd88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. sadsd88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. sadsd88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. sadsd88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. sadsd88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. sadsd88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. sadsd88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3730. sadsd89 = Instance.new("CylinderMesh")
  3731. sadsd89.Parent = sadsd88
  3732. sadsd89.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
  3733. sadsd90 = Instance.new("Part")
  3734. sadsd90.Name = "A22"
  3735. sadsd90.Parent = rvrf
  3736. sadsd90.Material = Enum.Material.SmoothPlastic
  3737. sadsd90.BrickColor = BrickColor.new("Really black")
  3738. sadsd90.Position = Vector3.new(-23.3116722, 1.60367501, 8.60427761)
  3739. sadsd90.Rotation = Vector3.new(-90.8514481, 0, -90)
  3740. sadsd90.Anchored = true
  3741. sadsd90.CFrame = CFrame.new(-23.3116722, 1.60367501, 8.60427761, 0, 1, 0, 0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
  3742. sadsd90.Size = Vector3.new(1, 1.20000005, 1)
  3743. sadsd90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. sadsd90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. sadsd90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. sadsd90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. sadsd90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3748. sadsd90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3749. sadsd90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3750. sadsd91 = Instance.new("CylinderMesh")
  3751. sadsd91.Parent = sadsd90
  3752. sadsd91.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0581428558)
  3753. sadsd92 = Instance.new("Part")
  3754. sadsd92.Name = "A21"
  3755. sadsd92.Parent = rvrf
  3756. sadsd92.Material = Enum.Material.SmoothPlastic
  3757. sadsd92.BrickColor = BrickColor.new("Dark stone grey")
  3758. sadsd92.Position = Vector3.new(-23.3242378, 1.63984203, 8.77714157)
  3759. sadsd92.Rotation = Vector3.new(179.14856, 0, -180)
  3760. sadsd92.Anchored = true
  3761. sadsd92.CFrame = CFrame.new(-23.3242378, 1.63984203, 8.77714157, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3762. sadsd92.Size = Vector3.new(1, 1.20000005, 1)
  3763. sadsd92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. sadsd92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. sadsd92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. sadsd92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3767. sadsd92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3768. sadsd92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3769. sadsd92.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3770. sadsd93 = Instance.new("SpecialMesh")
  3771. sadsd93.Parent = sadsd92
  3772. sadsd93.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
  3773. sadsd93.MeshType = Enum.MeshType.Wedge
  3774. sadsd94 = Instance.new("Part")
  3775. sadsd94.Name = "A20"
  3776. sadsd94.Parent = rvrf
  3777. sadsd94.Material = Enum.Material.SmoothPlastic
  3778. sadsd94.BrickColor = BrickColor.new("Dark stone grey")
  3779. sadsd94.Position = Vector3.new(-23.324194, 1.585199, 8.80714607)
  3780. sadsd94.Rotation = Vector3.new(-0.851446211, 0, -0)
  3781. sadsd94.Anchored = true
  3782. sadsd94.CFrame = CFrame.new(-23.324194, 1.585199, 8.80714607, 1, 0, 0, 0, 0.999889612, 0.014859993, 0, -0.0148599939, 0.999889612)
  3783. sadsd94.Size = Vector3.new(1, 1.20000005, 1)
  3784. sadsd94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3785. sadsd94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3786. sadsd94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3787. sadsd94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3788. sadsd94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3789. sadsd94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3790. sadsd94.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3791. sadsd95 = Instance.new("BlockMesh")
  3792. sadsd95.Parent = sadsd94
  3793. sadsd95.Scale = Vector3.new(0.00587301608, 0.0352380946, 0.18206349)
  3794. sadsd96 = Instance.new("Part")
  3795. sadsd96.Name = "A19"
  3796. sadsd96.Parent = rvrf
  3797. sadsd96.Material = Enum.Material.SmoothPlastic
  3798. sadsd96.BrickColor = BrickColor.new("Dark stone grey")
  3799. sadsd96.Position = Vector3.new(-23.3231182, 1.58500397, 8.63977623)
  3800. sadsd96.Rotation = Vector3.new(-90.8514481, 0, -90)
  3801. sadsd96.Anchored = true
  3802. sadsd96.CFrame = CFrame.new(-23.3231182, 1.58500397, 8.63977623, 0, 1, 0, 0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
  3803. sadsd96.Size = Vector3.new(1, 1.20000005, 1)
  3804. sadsd96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3805. sadsd96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3806. sadsd96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3807. sadsd96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3808. sadsd96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. sadsd96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3810. sadsd96.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3811. sadsd97 = Instance.new("CylinderMesh")
  3812. sadsd97.Parent = sadsd96
  3813. sadsd97.Scale = Vector3.new(0.179714277, 0.00587301562, 0.216126978)
  3814. sadsd98 = Instance.new("Part")
  3815. sadsd98.Name = "A18"
  3816. sadsd98.Parent = rvrf
  3817. sadsd98.Material = Enum.Material.SmoothPlastic
  3818. sadsd98.BrickColor = BrickColor.new("Dark stone grey")
  3819. sadsd98.Position = Vector3.new(-23.2355556, 1.59280205, 8.61169815)
  3820. sadsd98.Rotation = Vector3.new(-90.8514481, 0, -90)
  3821. sadsd98.Anchored = true
  3822. sadsd98.CFrame = CFrame.new(-23.2355556, 1.59280205, 8.61169815, 0, 1, 0, 0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
  3823. sadsd98.Size = Vector3.new(1, 1.20000005, 1)
  3824. sadsd98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3825. sadsd98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3826. sadsd98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3827. sadsd98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. sadsd98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. sadsd98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. sadsd98.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3831. sadsd99 = Instance.new("CylinderMesh")
  3832. sadsd99.Parent = sadsd98
  3833. sadsd99.Scale = Vector3.new(0.0176190473, 0.148587301, 0.0117460322)
  3834. o300 = Instance.new("Part")
  3835. o300.Name = "A17"
  3836. o300.Parent = rvrf
  3837. o300.Material = Enum.Material.SmoothPlastic
  3838. o300.BrickColor = BrickColor.new("Dark stone grey")
  3839. o300.Position = Vector3.new(-23.2452278, 1.62525702, 8.61121368)
  3840. o300.Rotation = Vector3.new(-0.851446271, -90, 0)
  3841. o300.Anchored = true
  3842. o300.CFrame = CFrame.new(-23.2452278, 1.62525702, 8.61121368, 0, 0, -1, 0.0148599939, 0.999889612, 0, 0.999889612, -0.014859993, 0)
  3843. o300.Size = Vector3.new(1, 1.20000005, 1)
  3844. o300.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. o300.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. o300.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. o300.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. o300.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. o300.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. o300.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3851. o301 = Instance.new("SpecialMesh")
  3852. o301.Parent = o300
  3853. o301.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
  3854. o301.MeshType = Enum.MeshType.Wedge
  3855. o302 = Instance.new("Part")
  3856. o302.Name = "A16"
  3857. o302.Parent = rvrf
  3858. o302.Material = Enum.Material.SmoothPlastic
  3859. o302.BrickColor = BrickColor.new("Dark stone grey")
  3860. o302.Position = Vector3.new(-23.2217312, 1.62526798, 8.61121368)
  3861. o302.Rotation = Vector3.new(-0.851446271, 90, 0)
  3862. o302.Anchored = true
  3863. o302.CFrame = CFrame.new(-23.2217312, 1.62526798, 8.61121368, 0, 0, 1, -0.0148599939, 0.999889612, 0, -0.999889612, -0.014859993, 0)
  3864. o302.Size = Vector3.new(1, 1.20000005, 1)
  3865. o302.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. o302.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. o302.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. o302.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. o302.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. o302.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. o302.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3872. o303 = Instance.new("SpecialMesh")
  3873. o303.Parent = o302
  3874. o303.Scale = Vector3.new(0.00587301608, 0.00587301562, 0.0176190473)
  3875. o303.MeshType = Enum.MeshType.Wedge
  3876. o304 = Instance.new("Part")
  3877. o304.Name = "A15"
  3878. o304.Parent = rvrf
  3879. o304.Material = Enum.Material.SmoothPlastic
  3880. o304.BrickColor = BrickColor.new("Dark stone grey")
  3881. o304.Position = Vector3.new(-23.2334862, 1.63769102, 8.61112976)
  3882. o304.Rotation = Vector3.new(179.14856, 0, -180)
  3883. o304.Anchored = true
  3884. o304.CFrame = CFrame.new(-23.2334862, 1.63769102, 8.61112976, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3885. o304.Size = Vector3.new(1, 1.20000005, 1)
  3886. o304.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3887. o304.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. o304.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. o304.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3890. o304.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3891. o304.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. o304.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3893. o305 = Instance.new("SpecialMesh")
  3894. o305.Parent = o304
  3895. o305.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3896. o305.Scale = Vector3.new(0.0370000005, 0.0381746031, 0.0469841287)
  3897. o305.MeshType = Enum.MeshType.FileMesh
  3898. o306 = Instance.new("Part")
  3899. o306.Name = "A14"
  3900. o306.Parent = rvrf
  3901. o306.Material = Enum.Material.SmoothPlastic
  3902. o306.BrickColor = BrickColor.new("Dark stone grey")
  3903. o306.Position = Vector3.new(-23.2334862, 1.60764599, 8.61147594)
  3904. o306.Rotation = Vector3.new(179.14856, 0, -180)
  3905. o306.Anchored = true
  3906. o306.CFrame = CFrame.new(-23.2334862, 1.60764599, 8.61147594, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3907. o306.Size = Vector3.new(1, 1.20000005, 1)
  3908. o306.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. o306.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. o306.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. o306.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3912. o306.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3913. o306.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3914. o306.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3915. o307 = Instance.new("BlockMesh")
  3916. o307.Parent = o306
  3917. o307.Scale = Vector3.new(0.0411111116, 0.0234920625, 0.00587301608)
  3918. o308 = Instance.new("Part")
  3919. o308.Name = "A13"
  3920. o308.Parent = rvrf
  3921. o308.Material = Enum.Material.SmoothPlastic
  3922. o308.BrickColor = BrickColor.new("Dark stone grey")
  3923. o308.Position = Vector3.new(-23.1351738, 1.60497904, 8.60101604)
  3924. o308.Rotation = Vector3.new(-90.8514481, 0, -90)
  3925. o308.Anchored = true
  3926. o308.CFrame = CFrame.new(-23.1351738, 1.60497904, 8.60101604, 0, 1, 0, 0.0148599939, 0, 0.999889612, 0.999889612, 0, -0.014859993)
  3927. o308.Size = Vector3.new(1, 1.20000005, 1)
  3928. o308.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. o308.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. o308.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. o308.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3932. o308.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3933. o308.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3934. o308.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3935. o309 = Instance.new("CylinderMesh")
  3936. o309.Parent = o308
  3937. o309.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
  3938. o310 = Instance.new("Part")
  3939. o310.Name = "A12"
  3940. o310.Parent = rvrf
  3941. o310.Material = Enum.Material.SmoothPlastic
  3942. o310.BrickColor = BrickColor.new("Dark stone grey")
  3943. o310.Position = Vector3.new(-23.1366863, 1.60188603, 8.77187634)
  3944. o310.Rotation = Vector3.new(-90.8517914, -0.00126036792, -90)
  3945. o310.Anchored = true
  3946. o310.CFrame = CFrame.new(-23.1366863, 1.60188603, 8.77187634, 0, 1, -2.199757e-005, 0.0148659926, 2.1995138e-005, 0.999889493, 0.999889493, -3.27015698e-007, -0.0148659926)
  3947. o310.Size = Vector3.new(1, 1.20000005, 1)
  3948. o310.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3949. o310.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3950. o310.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3951. o310.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3952. o310.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3953. o310.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3954. o310.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3955. o311 = Instance.new("CylinderMesh")
  3956. o311.Parent = o310
  3957. o311.Scale = Vector3.new(0.0704761893, 0.0176190473, 0.0646031722)
  3958. o312 = Instance.new("Part")
  3959. o312.Name = "A11"
  3960. o312.Parent = rvrf
  3961. o312.Material = Enum.Material.SmoothPlastic
  3962. o312.BrickColor = BrickColor.new("Dark stone grey")
  3963. o312.Position = Vector3.new(-23.1480522, 1.636204, 8.77777386)
  3964. o312.Rotation = Vector3.new(179.14856, 0, -180)
  3965. o312.Anchored = true
  3966. o312.CFrame = CFrame.new(-23.1480522, 1.636204, 8.77777386, -1, 0, 0, 0, 0.999889612, -0.014859993, 0, -0.0148599939, -0.999889612)
  3967. o312.Size = Vector3.new(1, 1.20000005, 1)
  3968. o312.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3969. o312.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3970. o312.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3971. o312.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3972. o312.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3973. o312.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3974. o312.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3975. o313 = Instance.new("SpecialMesh")
  3976. o313.Parent = o312
  3977. o313.Scale = Vector3.new(0.00587301608, 0.0587301552, 0.240793645)
  3978. o313.MeshType = Enum.MeshType.Wedge
  3979. o314 = Instance.new("Part")
  3980. o314.Name = "Zoom"
  3981. o314.Parent = rvrf
  3982. o314.Material = Enum.Material.SmoothPlastic
  3983. o314.Transparency = 1
  3984. o314.Position = Vector3.new(-23.2380028, 1.64362001, 8.46796894)
  3985. o314.Rotation = Vector3.new(179.148468, 0.000307214155, -179.542603)
  3986. o314.Anchored = true
  3987. o314.CFrame = CFrame.new(-23.2380028, 1.64362001, 8.46796894, -0.999968231, 0.00798296276, 5.36189827e-006, 0.00798200164, 0.999857783, -0.0148615111, -0.000124000027, -0.014860996, -0.999889612)
  3988. o314.FormFactor = Enum.FormFactor.Custom
  3989. o314.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3990. o314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3991. o314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3992. o314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3993. o314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. o314.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3995. o314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3996. o315 = Instance.new("BlockMesh")
  3997. o315.Parent = o314
  3998. o315.Scale = Vector3.new(0.0293650795, 0.0352380946, 0.058730159)
  3999. mas.Parent = workspace
  4000. mas:MakeJoints()
  4001. local mas1 = mas:GetChildren()
  4002. for i=1,#mas1 do
  4003. mas1[i].Parent = workspace
  4004. ypcall(function() mas1[i]:MakeJoints() end)
  4005. end
  4006. mas:Destroy()
  4007. for i=1,#cors do
  4008. coroutine.resume(cors[i])
  4009. end
  4010. rvrf.Parent = game.Players.LocalPlayer.Backpack
Add Comment
Please, Sign In to add comment