Advertisement
ThankUAmai

Free Brick Bronze Script

May 2nd, 2023 (edited)
3,738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.49 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local cclosure = syn_newcclosure or newcclosure or nil
  3. if not cclosure or not hookmetamethod then
  4. plr:Kick("\nUnsupported Exploit")
  5. end
  6. local localPlayer = game:GetService("Players").LocalPlayer
  7. local item1 = "pokeball"
  8. local qy = 1
  9. local _p = nil
  10. for _, v in pairs(getgc(true)) do
  11. if typeof(v) == "table" then
  12. if rawget(v, "PlayerData") then
  13. _p = v
  14. break
  15. end
  16. end
  17. end
  18.  
  19. local forcebattle = function(player)
  20. _p.Network:post("BattleRequest",player,{accepted = true})
  21. end;
  22.  
  23. local forcetrade = function(player)
  24. _p.Network:post("TradeRequest",player,{accepted = true})
  25. end;
  26.  
  27. local chunkrev = function(obj)
  28. spawn(function()
  29. _p.Network:get("DataRequest",{"ChunkReceived",obj})
  30. end)
  31. end;
  32.  
  33. local autowin = function(splayer)
  34. local battle = _p.Battle.currentBattle
  35. battle:send("forfeit", splayer)
  36. end;
  37.  
  38. local spawnitem = function(itemid, q)
  39. for i = 1, q do
  40. _p.Network:get("PDS", "ItemWasGivenT", itemid, 1, true)
  41. _p.Network:get("PDS", "ItemWasTakenT", 1)
  42. end
  43. end;
  44.  
  45. local spawntix = function(q)
  46. _p.Network:get("PDS", "AlolanReward", q / 2)
  47. end;
  48.  
  49. local changetitle = function(text, color)
  50. _p.Network:post("UpdateTitle","Winner" .. text .. "Winner", color)
  51. end;
  52.  
  53. local spoofbattlejoin = function(splayer)
  54. _p.Battle.currentBattle:send("forfeit","join",splayer,"spoofed",{1})
  55. end;
  56.  
  57. local beatgym = function(gym)
  58. local index = {109, 112, 113, 98, 126, 147,154, 173}
  59. local battle =
  60. _p.Network:get("BattleFunction","new",{["expShare"] = false,["battleType"] = 1,["nnalp"] = false,["isDay"] = true,["chunkId"] = "chunk1",["regionId"] = "Route 1",["trainerId"] = index[gym] or 1})
  61. _p.Network:post("BattleEvent", battle.battleId, "join", 1, ";)")
  62. wait(1)
  63. _p.Network:post("BattleEvent", battle.battleId, "forfeit", "p2")
  64. _p.Network:post("BattleEvent", battle.battleId, "destroy")
  65. end
  66.  
  67. local oldNamecall
  68. oldNamecall = hookmetamethod(game, "__namecall", cclosure(function(self,...)
  69. local NamecallMethod = getnamecallmethod()
  70. local args = {...}
  71.  
  72. if (NamecallMethod == "Kick" or NamecallMethod == "kick") and not checkcaller() then
  73. if self ~= plr then
  74. return oldNamecall(self,...)
  75. end
  76. return
  77. end
  78.  
  79. return oldNamecall(self,...)
  80. end))
  81.  
  82.  
  83. -- Define Library
  84. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/UI-Libraries/main/Vynixius/Source.lua"))()
  85. if syn and syn.protect_gui then
  86. syn.protect_gui(game:GetService("CoreGui"))
  87. syn.protect_gui(game:GetService("StarterGui"))
  88. end
  89. wait(.4)
  90. -- Create Window
  91. local Window = Library:AddWindow({
  92. title = {"Amanda", "Pokemon Brick Bronze"},
  93. theme = {
  94. Accent = Color3.fromRGB(0, 255, 0)
  95. },
  96. key = Enum.KeyCode.RightControl,
  97. default = true
  98. })
  99.  
  100. -- Create Tab
  101. local Info = Window:AddTab("Information", {default = true})
  102. local Tab = Window:AddTab("Main", {default = false})
  103. local Tab2 = Window:AddTab("Teleports", {default = false})
  104. local Tab3 = Window:AddTab("Settings", {default = false})
  105. local Section2 = Info:AddSection("Read Please", {default = false})
  106. local Section3 = Info:AddSection("Change log", {default = false})
  107. local Label = Section2:AddLabel("Welcome to Pokemon Brick Bronze Script")
  108. local Label = Section2:AddLabel("This script is for Every Pokemon Brick Bronze Game")
  109. local Label = Section2:AddLabel("This script will be updating very slowly")
  110. local Label = Section2:AddLabel("Features? Teleports, Healing, Repel, PC, Daycare, xray.")
  111. -- Sections 3 (Changelog)
  112. local Label = Section3:AddLabel("Pokemon Brick Bronze Forever -- Patched")
  113. local Label = Section3:AddLabel("Added Loot Pickup")
  114. local Label = Section3:AddLabel("")
  115.  
  116. local ClipboardLabel = Section2:AddClipboardLabel("Join Our Discord", function()
  117. return "https://discord.gg/Ga9eMpse8f"
  118. end)
  119. -- Create Section
  120. local Section = Tab:AddSection("Section", {default = false})
  121.  
  122. -- Create Button
  123. local Button = Section:AddButton("Heal Pokemons", function()
  124. _p.Network:get("PDS", "getPartyPokeBalls")
  125. end)
  126.  
  127. local Button = Section:AddButton("Enable RTD + Running", function()
  128. _p.Menu.rtd:enable()
  129. _p.RunningShoes:enable()
  130. end)
  131.  
  132. -- Create Toggle
  133. local Toggle = Section:AddToggle("Toggle Repel", {flag = "Toggle_Flag", default = false}, function(value)
  134. if value then
  135. _p.Repel.steps = 1000000
  136.  
  137. else
  138. _p.Repel.steps = 0
  139. end
  140. Enabled = false
  141. end)
  142.  
  143. local Dropdown = Section:AddDropdown("HoverBoards", {"Basic Red", "Basic Yellow", "Basic Pink", "Basic Green", "Basic White", "Basic Gray", "Basic Black", "Basic Blue"}, {default = "Might be Patched"}, function(selectedOption)
  144. _p.Network:get("PDS", "setHoverboard", selectedOption)
  145. end)
  146.  
  147. local Section3 = Tab:AddSection("PC/Pokemon Party", {default = false})
  148.  
  149. local Button = Section3:AddButton("Open Party List", function()
  150. syn.secure_call(_p.Menu.party.open, localPlayer.PlayerScripts.ChatScript, _p.Menu.party)
  151. end)
  152.  
  153. local Button = Section3:AddButton("Open PC", function()
  154. syn.secure_call(_p.Menu.pc.bootUp, localPlayer.PlayerScripts.ChatScript, _p.Menu.pc)
  155. _p.Menu:enable()
  156. _p.MasterControl.WalkEnabled = true
  157. end)
  158.  
  159. local Section4 = Tab:AddSection("Daycare", {default = false})
  160.  
  161. local Dropdown = Section4:AddDropdown("Leave Pokemon at Daycare", {1,2,3,4,5,6}, {default = "Party Slot"}, function(v)
  162. _p.Network:get("PDS", "leaveDCPokemon", v)
  163. end)
  164.  
  165. local Button = Section4:AddButton("Take Daycare Pokemon", function()
  166. _p.Network:get("PDS", "takeDCPokemon", 1)
  167. wait(1)
  168. _p.Network:get("PDS", "takeDCPokemon", 1)
  169. end)
  170.  
  171. local Button = Section4:AddButton("Take Egg", function()
  172. _p.PlayerData:takeEgg()
  173.  
  174. _p.Menu:enable()
  175. _p.MasterControl.WalkEnabled = true
  176. end)
  177.  
  178. local LootSection = Tab:AddSection("Loot Pickup", {default = false})
  179.  
  180. local LootSection = Section:AddDropdown("Chunk Loot", {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54}, {default = "Chunk"}, function(v)
  181. local plr = game:GetService("Players").LocalPlayer
  182. local cclosure = syn_newcclosure or newcclosure or nil
  183. if not cclosure or not hookmetamethod then
  184. plr:Kick("\nUnsupported Exploit")
  185. end
  186. local localPlayer = game:GetService("Players").LocalPlayer
  187. local item1 = "pokeball"
  188. local qy = 1
  189. local _p = nil
  190. for _, v in pairs(getgc(true)) do
  191. if typeof(v) == "table" then
  192. if rawget(v, "PlayerData") then
  193. _p = v
  194. break
  195. end
  196. end
  197. end
  198.  
  199. local forcebattle = function(player)
  200. _p.Network:post("BattleRequest",player,{accepted = true})
  201. end;
  202.  
  203. local forcetrade = function(player)
  204. _p.Network:post("TradeRequest",player,{accepted = true})
  205. end;
  206.  
  207. local chunkrev = function(obj)
  208. spawn(function()
  209. _p.Network:get("DataRequest",{"ChunkReceived",obj})
  210. end)
  211. end;
  212.  
  213. local autowin = function(splayer)
  214. local battle = _p.Battle.currentBattle
  215. battle:send("forfeit", splayer)
  216. end;
  217.  
  218. local spawnitem = function(itemid, q)
  219. for i = 1, q do
  220. _p.Network:get("PDS", "ItemWasGivenT", itemid, 1, true)
  221. _p.Network:get("PDS", "ItemWasTakenT", 1)
  222. end
  223. end;
  224.  
  225. local spawntix = function(q)
  226. _p.Network:get("PDS", "AlolanReward", q / 2)
  227. end;
  228.  
  229. local changetitle = function(text, color)
  230. _p.Network:post("UpdateTitle","Winner" .. text .. "Winner", color)
  231. end;
  232.  
  233. local spoofbattlejoin = function(splayer)
  234. _p.Battle.currentBattle:send("forfeit","join",splayer,"spoofed",{1})
  235. end;
  236.  
  237. local beatgym = function(gym)
  238. local index = {109, 112, 113, 98, 126, 147,154, 173}
  239. local battle =
  240. _p.Network:get("BattleFunction","new",{["expShare"] = false,["battleType"] = 1,["nnalp"] = false,["isDay"] = true,["chunkId"] = "chunk1",["regionId"] = "Route 1",["trainerId"] = index[gym] or 1})
  241. _p.Network:post("BattleEvent", battle.battleId, "join", 1, ";)")
  242. wait(1)
  243. _p.Network:post("BattleEvent", battle.battleId, "forfeit", "p2")
  244. _p.Network:post("BattleEvent", battle.battleId, "destroy")
  245. end
  246.  
  247. local oldNamecall
  248. oldNamecall = hookmetamethod(game, "__namecall", cclosure(function(self,...)
  249. local NamecallMethod = getnamecallmethod()
  250. local args = {...}
  251.  
  252. if (NamecallMethod == "Kick" or NamecallMethod == "kick") and not checkcaller() then
  253. if self ~= plr then
  254. return oldNamecall(self,...)
  255. end
  256. return
  257. end
  258.  
  259. return oldNamecall(self,...)
  260. end))
  261.  
  262.  
  263. -- Define Library
  264. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/UI-Libraries/main/Vynixius/Source.lua"))()
  265. if syn and syn.protect_gui then
  266. syn.protect_gui(game:GetService("CoreGui"))
  267. syn.protect_gui(game:GetService("StarterGui"))
  268. end
  269. wait(.4)
  270. -- Create Window
  271. local Window = Library:AddWindow({
  272. title = {"Amanda", "Pokemon Brick Bronze"},
  273. theme = {
  274. Accent = Color3.fromRGB(0, 255, 0)
  275. },
  276. key = Enum.KeyCode.RightControl,
  277. default = true
  278. })
  279.  
  280. -- Create Tab
  281. local Info = Window:AddTab("Information", {default = true})
  282. local Tab = Window:AddTab("Main", {default = false})
  283. local Tab2 = Window:AddTab("Teleports", {default = false})
  284. local Tab3 = Window:AddTab("Settings", {default = false})
  285. local Section2 = Info:AddSection("Read Please", {default = false})
  286. local Section3 = Info:AddSection("Change log", {default = false})
  287. local Label = Section2:AddLabel("Welcome to Pokemon Brick Bronze Script")
  288. local Label = Section2:AddLabel("This script is for Every Pokemon Brick Bronze Game")
  289. local Label = Section2:AddLabel("This script will be updating very slowly")
  290. local Label = Section2:AddLabel("Features? Teleports, Healing, Repel, PC, Daycare, xray.")
  291. -- Sections 3 (Changelog)
  292. local Label = Section3:AddLabel("Pokemon Brick Bronze Forever -- Patched")
  293. local Label = Section3:AddLabel("Added Loot Pickup")
  294. local Label = Section3:AddLabel("")
  295.  
  296. local ClipboardLabel = Section2:AddClipboardLabel("Join Our Discord", function()
  297. return "https://discord.gg/Ga9eMpse8f"
  298. end)
  299. -- Create Section
  300. local Section = Tab:AddSection("Section", {default = false})
  301.  
  302. -- Create Button
  303. local Button = Section:AddButton("Heal Pokemons", function()
  304. _p.Network:get("PDS", "getPartyPokeBalls")
  305. end)
  306.  
  307. local Button = Section:AddButton("Enable RTD + Running", function()
  308. _p.Menu.rtd:enable()
  309. _p.RunningShoes:enable()
  310. end)
  311.  
  312. -- Create Toggle
  313. local Toggle = Section:AddToggle("Toggle Repel", {flag = "Toggle_Flag", default = false}, function(value)
  314. if value then
  315. _p.Repel.steps = 1000000
  316.  
  317. else
  318. _p.Repel.steps = 0
  319. end
  320. Enabled = false
  321. end)
  322.  
  323. local Dropdown = Section:AddDropdown("HoverBoards", {"Basic Red", "Basic Yellow", "Basic Pink", "Basic Green", "Basic White", "Basic Gray", "Basic Black", "Basic Blue"}, {default = "Might be Patched"}, function(selectedOption)
  324. _p.Network:get("PDS", "setHoverboard", selectedOption)
  325. end)
  326.  
  327. local Section3 = Tab:AddSection("PC/Pokemon Party", {default = false})
  328.  
  329. local Button = Section3:AddButton("Open Party List", function()
  330. syn.secure_call(_p.Menu.party.open, localPlayer.PlayerScripts.ChatScript, _p.Menu.party)
  331. end)
  332.  
  333. local Button = Section3:AddButton("Open PC", function()
  334. syn.secure_call(_p.Menu.pc.bootUp, localPlayer.PlayerScripts.ChatScript, _p.Menu.pc)
  335. _p.Menu:enable()
  336. _p.MasterControl.WalkEnabled = true
  337. end)
  338.  
  339. local Section4 = Tab:AddSection("Daycare", {default = false})
  340.  
  341. local Dropdown = Section4:AddDropdown("Leave Pokemon at Daycare", {1,2,3,4,5,6}, {default = "Party Slot"}, function(v)
  342. _p.Network:get("PDS", "leaveDCPokemon", v)
  343. end)
  344.  
  345. local Button = Section4:AddButton("Take Daycare Pokemon", function()
  346. _p.Network:get("PDS", "takeDCPokemon", 1)
  347. wait(1)
  348. _p.Network:get("PDS", "takeDCPokemon", 1)
  349. end)
  350.  
  351. local Button = Section4:AddButton("Take Egg", function()
  352. _p.PlayerData:takeEgg()
  353.  
  354. _p.Menu:enable()
  355. _p.MasterControl.WalkEnabled = true
  356. end)
  357.  
  358. local LootSection = Tab:AddSection("Loot Pickup", {default = false})
  359.  
  360. local Dropdown = LootSection:AddDropdown("Chunk Loot", {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54}, {default = "Chunk"}, function(v)
  361. if(v == 1) then
  362. -- Chunk 1
  363. local lp = game:service "Players".LocalPlayer
  364. local plr1 = game.Players.LocalPlayer.Character
  365.  
  366. game:GetService("Workspace").chunk1["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  367. wait(2)
  368. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  369. wait(5)
  370. game:GetService("Workspace").chunk1["#Item"]:Destroy()
  371. wait(.5)
  372. game:GetService("Workspace").chunk1["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  373. wait(2)
  374. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  375. wait(5)
  376. game:GetService("Workspace").chunk1["#Item"]:Destroy()
  377. wait(.5)
  378. game:GetService("Workspace").chunk1["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  379. wait(2)
  380. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  381. wait(5)
  382. game:GetService("Workspace").chunk1["#Item"]:Destroy()
  383. wait(.5)
  384. game:GetService("Workspace").chunk1["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  385. wait(2)
  386. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  387. wait(5)
  388. game:GetService("Workspace").chunk1["#Item"]:Destroy()
  389. wait(.5)
  390. game:GetService("Workspace").chunk1["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  391. wait(2)
  392. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  393. wait(5)
  394. game:GetService("Workspace").chunk1["#Item"]:Destroy()
  395. wait(.5)
  396. game:GetService("Workspace").chunk1["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  397. wait(2)
  398. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  399. wait(5)
  400. game:GetService("Workspace").chunk1["#Item"]:Destroy()
  401. wait(.5)
  402.  
  403.  
  404. end
  405.  
  406.  
  407. if(v == 2) then
  408. -- Chunk 2
  409. local lp = game:service "Players".LocalPlayer
  410. local plr1 = game.Players.LocalPlayer.Character
  411.  
  412. game:GetService("Workspace").chunk2["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  413. wait(2)
  414. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  415. wait(5)
  416. game:GetService("Workspace").chunk2["#Item"]:Destroy()
  417. wait(.5)
  418. game:GetService("Workspace").chunk2["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  419. wait(2)
  420. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  421. wait(5)
  422. game:GetService("Workspace").chunk2["#Item"]:Destroy()
  423. wait(.5)
  424. game:GetService("Workspace").chunk2["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  425. wait(2)
  426. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  427. wait(5)
  428. game:GetService("Workspace").chunk2["#Item"]:Destroy()
  429. wait(.5)
  430. game:GetService("Workspace").chunk2["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  431. wait(2)
  432. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  433. wait(5)
  434. game:GetService("Workspace").chunk2["#Item"]:Destroy()
  435. wait(.5)
  436. game:GetService("Workspace").chunk2["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  437. wait(2)
  438. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  439. wait(5)
  440. game:GetService("Workspace").chunk2["#Item"]:Destroy()
  441. wait(.5)
  442. game:GetService("Workspace").chunk2["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  443. wait(2)
  444. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  445. wait(5)
  446. game:GetService("Workspace").chunk2["#Item"]:Destroy()
  447. wait(.5)
  448.  
  449.  
  450.  
  451. end
  452.  
  453.  
  454. if(v == 3) then
  455. -- Chunk 3
  456. local lp = game:service "Players".LocalPlayer
  457. local plr1 = game.Players.LocalPlayer.Character
  458.  
  459. game:GetService("Workspace").chunk3["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  460. wait(2)
  461. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  462. wait(5)
  463. game:GetService("Workspace").chunk3["#Item"]:Destroy()
  464. wait(.5)
  465. game:GetService("Workspace").chunk3["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  466. wait(2)
  467. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  468. wait(5)
  469. game:GetService("Workspace").chunk3["#Item"]:Destroy()
  470. wait(.5)
  471. game:GetService("Workspace").chunk3["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  472. wait(2)
  473. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  474. wait(5)
  475. game:GetService("Workspace").chunk3["#Item"]:Destroy()
  476. wait(.5)
  477. game:GetService("Workspace").chunk3["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  478. wait(2)
  479. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  480. wait(5)
  481. game:GetService("Workspace").chunk3["#Item"]:Destroy()
  482. wait(.5)
  483. game:GetService("Workspace").chunk3["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  484. wait(2)
  485. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  486. wait(5)
  487. game:GetService("Workspace").chunk3["#Item"]:Destroy()
  488. wait(.5)
  489. game:GetService("Workspace").chunk3["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  490. wait(2)
  491. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  492. wait(5)
  493. game:GetService("Workspace").chunk3["#Item"]:Destroy()
  494. wait(.5)
  495.  
  496.  
  497. end
  498.  
  499. if(v == 4) then
  500. -- Chunk 4
  501. local lp = game:service "Players".LocalPlayer
  502. local plr1 = game.Players.LocalPlayer.Character
  503.  
  504. game:GetService("Workspace").chunk4["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  505. wait(2)
  506. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  507. wait(5)
  508. game:GetService("Workspace").chunk4["#Item"]:Destroy()
  509. wait(.5)
  510. game:GetService("Workspace").chunk4["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  511. wait(2)
  512. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  513. wait(5)
  514. game:GetService("Workspace").chunk4["#Item"]:Destroy()
  515. wait(.5)
  516. game:GetService("Workspace").chunk4["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  517. wait(2)
  518. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  519. wait(5)
  520. game:GetService("Workspace").chunk4["#Item"]:Destroy()
  521. wait(.5)
  522. game:GetService("Workspace").chunk4["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  523. wait(2)
  524. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  525. wait(5)
  526. game:GetService("Workspace").chunk4["#Item"]:Destroy()
  527. wait(.5)
  528. game:GetService("Workspace").chunk4["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  529. wait(2)
  530. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  531. wait(5)
  532. game:GetService("Workspace").chunk4["#Item"]:Destroy()
  533. wait(.5)
  534. game:GetService("Workspace").chunk4["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  535. wait(2)
  536. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  537. wait(5)
  538. game:GetService("Workspace").chunk4["#Item"]:Destroy()
  539. wait(.5)
  540.  
  541.  
  542. end
  543.  
  544. if(v == 5) then
  545. -- Chunk 5
  546. local lp = game:service "Players".LocalPlayer
  547. local plr1 = game.Players.LocalPlayer.Character
  548.  
  549. game:GetService("Workspace").chunk5["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  550. wait(2)
  551. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  552. wait(5)
  553. game:GetService("Workspace").chunk5["#Item"]:Destroy()
  554. wait(.5)
  555. game:GetService("Workspace").chunk5["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  556. wait(2)
  557. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  558. wait(5)
  559. game:GetService("Workspace").chunk5["#Item"]:Destroy()
  560. wait(.5)
  561. game:GetService("Workspace").chunk5["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  562. wait(2)
  563. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  564. wait(5)
  565. game:GetService("Workspace").chunk5["#Item"]:Destroy()
  566. wait(.5)
  567. game:GetService("Workspace").chunk5["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  568. wait(2)
  569. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  570. wait(5)
  571. game:GetService("Workspace").chunk5["#Item"]:Destroy()
  572. wait(.5)
  573. game:GetService("Workspace").chunk5["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  574. wait(2)
  575. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  576. wait(5)
  577. game:GetService("Workspace").chunk5["#Item"]:Destroy()
  578. wait(.5)
  579. game:GetService("Workspace").chunk5["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  580. wait(2)
  581. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  582. wait(5)
  583. game:GetService("Workspace").chunk5["#Item"]:Destroy()
  584. wait(.5)
  585.  
  586.  
  587. end
  588.  
  589. if(v == 6) then
  590. -- Chunk 6
  591. local lp = game:service "Players".LocalPlayer
  592. local plr1 = game.Players.LocalPlayer.Character
  593.  
  594. game:GetService("Workspace").chunk6["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  595. wait(2)
  596. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  597. wait(5)
  598. game:GetService("Workspace").chunk6["#Item"]:Destroy()
  599. wait(.5)
  600. game:GetService("Workspace").chunk6["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  601. wait(2)
  602. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  603. wait(5)
  604. game:GetService("Workspace").chunk6["#Item"]:Destroy()
  605. wait(.5)
  606. game:GetService("Workspace").chunk6["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  607. wait(2)
  608. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  609. wait(5)
  610. game:GetService("Workspace").chunk6["#Item"]:Destroy()
  611. wait(.5)
  612. game:GetService("Workspace").chunk6["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  613. wait(2)
  614. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  615. wait(5)
  616. game:GetService("Workspace").chunk6["#Item"]:Destroy()
  617. wait(.5)
  618. game:GetService("Workspace").chunk6["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  619. wait(2)
  620. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  621. wait(5)
  622. game:GetService("Workspace").chunk6["#Item"]:Destroy()
  623. wait(.5)
  624. game:GetService("Workspace").chunk6["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  625. wait(2)
  626. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  627. wait(5)
  628. game:GetService("Workspace").chunk6["#Item"]:Destroy()
  629. wait(.5)
  630.  
  631.  
  632. end
  633.  
  634. if(v == 7) then
  635. -- Chunk 7
  636. local lp = game:service "Players".LocalPlayer
  637. local plr1 = game.Players.LocalPlayer.Character
  638.  
  639. game:GetService("Workspace").chunk7["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  640. wait(2)
  641. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  642. wait(5)
  643. game:GetService("Workspace").chunk7["#Item"]:Destroy()
  644. wait(.5)
  645. game:GetService("Workspace").chunk7["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  646. wait(2)
  647. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  648. wait(5)
  649. game:GetService("Workspace").chunk7["#Item"]:Destroy()
  650. wait(.5)
  651. game:GetService("Workspace").chunk7["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  652. wait(2)
  653. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  654. wait(5)
  655. game:GetService("Workspace").chunk7["#Item"]:Destroy()
  656. wait(.5)
  657. game:GetService("Workspace").chunk7["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  658. wait(2)
  659. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  660. wait(5)
  661. game:GetService("Workspace").chunk7["#Item"]:Destroy()
  662. wait(.5)
  663. game:GetService("Workspace").chunk7["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  664. wait(2)
  665. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  666. wait(5)
  667. game:GetService("Workspace").chunk7["#Item"]:Destroy()
  668. wait(.5)
  669. game:GetService("Workspace").chunk7["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  670. wait(2)
  671. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  672. wait(5)
  673. game:GetService("Workspace").chunk7["#Item"]:Destroy()
  674. wait(.5)
  675.  
  676.  
  677. end
  678.  
  679. if(v == 8) then
  680. -- Chunk 8
  681. local lp = game:service "Players".LocalPlayer
  682. local plr1 = game.Players.LocalPlayer.Character
  683.  
  684. game:GetService("Workspace").chunk8["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  685. wait(2)
  686. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  687. wait(5)
  688. game:GetService("Workspace").chunk8["#Item"]:Destroy()
  689. wait(.5)
  690. game:GetService("Workspace").chunk8["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  691. wait(2)
  692. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  693. wait(5)
  694. game:GetService("Workspace").chunk8["#Item"]:Destroy()
  695. wait(.5)
  696. game:GetService("Workspace").chunk8["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  697. wait(2)
  698. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  699. wait(5)
  700. game:GetService("Workspace").chunk8["#Item"]:Destroy()
  701. wait(.5)
  702. game:GetService("Workspace").chunk8["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  703. wait(2)
  704. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  705. wait(5)
  706. game:GetService("Workspace").chunk8["#Item"]:Destroy()
  707. wait(.5)
  708. game:GetService("Workspace").chunk8["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  709. wait(2)
  710. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  711. wait(5)
  712. game:GetService("Workspace").chunk8["#Item"]:Destroy()
  713. wait(.5)
  714. game:GetService("Workspace").chunk8["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  715. wait(2)
  716. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  717. wait(5)
  718. game:GetService("Workspace").chunk8["#Item"]:Destroy()
  719. wait(.5)
  720.  
  721.  
  722. end
  723.  
  724. if(v == 9) then
  725. -- Chunk 9
  726. local lp = game:service "Players".LocalPlayer
  727. local plr1 = game.Players.LocalPlayer.Character
  728.  
  729. game:GetService("Workspace").chunk9["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  730. wait(2)
  731. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  732. wait(5)
  733. game:GetService("Workspace").chunk9["#Item"]:Destroy()
  734. wait(.5)
  735. game:GetService("Workspace").chunk9["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  736. wait(2)
  737. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  738. wait(5)
  739. game:GetService("Workspace").chunk9["#Item"]:Destroy()
  740. wait(.5)
  741. game:GetService("Workspace").chunk9["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  742. wait(2)
  743. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  744. wait(5)
  745. game:GetService("Workspace").chunk9["#Item"]:Destroy()
  746. wait(.5)
  747. game:GetService("Workspace").chunk9["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  748. wait(2)
  749. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  750. wait(5)
  751. game:GetService("Workspace").chunk9["#Item"]:Destroy()
  752. wait(.5)
  753. game:GetService("Workspace").chunk9["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  754. wait(2)
  755. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  756. wait(5)
  757. game:GetService("Workspace").chunk9["#Item"]:Destroy()
  758. wait(.5)
  759. game:GetService("Workspace").chunk9["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  760. wait(2)
  761. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  762. wait(5)
  763. game:GetService("Workspace").chunk9["#Item"]:Destroy()
  764. wait(.5)
  765.  
  766.  
  767. end
  768.  
  769. if(v == 10) then
  770. -- Chunk 10
  771. local lp = game:service "Players".LocalPlayer
  772. local plr1 = game.Players.LocalPlayer.Character
  773.  
  774. game:GetService("Workspace").chunk10["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  775. wait(2)
  776. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  777. wait(5)
  778. game:GetService("Workspace").chunk10["#Item"]:Destroy()
  779. wait(.5)
  780. game:GetService("Workspace").chunk10["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  781. wait(2)
  782. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  783. wait(5)
  784. game:GetService("Workspace").chunk10["#Item"]:Destroy()
  785. wait(.5)
  786. game:GetService("Workspace").chunk10["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  787. wait(2)
  788. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  789. wait(5)
  790. game:GetService("Workspace").chunk10["#Item"]:Destroy()
  791. wait(.5)
  792. game:GetService("Workspace").chunk10["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  793. wait(2)
  794. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  795. wait(5)
  796. game:GetService("Workspace").chunk10["#Item"]:Destroy()
  797. wait(.5)
  798. game:GetService("Workspace").chunk10["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  799. wait(2)
  800. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  801. wait(5)
  802. game:GetService("Workspace").chunk10["#Item"]:Destroy()
  803. wait(.5)
  804. game:GetService("Workspace").chunk10["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  805. wait(2)
  806. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  807. wait(5)
  808. game:GetService("Workspace").chunk10["#Item"]:Destroy()
  809. wait(.5)
  810.  
  811.  
  812. end
  813.  
  814. if(v == 11) then
  815. -- Chunk 11
  816. local lp = game:service "Players".LocalPlayer
  817. local plr1 = game.Players.LocalPlayer.Character
  818.  
  819. game:GetService("Workspace").chunk11["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  820. wait(2)
  821. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  822. wait(5)
  823. game:GetService("Workspace").chunk11["#Item"]:Destroy()
  824. wait(.5)
  825. game:GetService("Workspace").chunk11["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  826. wait(2)
  827. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  828. wait(5)
  829. game:GetService("Workspace").chunk11["#Item"]:Destroy()
  830. wait(.5)
  831. game:GetService("Workspace").chunk11["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  832. wait(2)
  833. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  834. wait(5)
  835. game:GetService("Workspace").chunk11["#Item"]:Destroy()
  836. wait(.5)
  837. game:GetService("Workspace").chunk11["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  838. wait(2)
  839. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  840. wait(5)
  841. game:GetService("Workspace").chunk11["#Item"]:Destroy()
  842. wait(.5)
  843. game:GetService("Workspace").chunk11["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  844. wait(2)
  845. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  846. wait(5)
  847. game:GetService("Workspace").chunk11["#Item"]:Destroy()
  848. wait(.5)
  849. game:GetService("Workspace").chunk11["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  850. wait(2)
  851. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  852. wait(5)
  853. game:GetService("Workspace").chunk11["#Item"]:Destroy()
  854. wait(.5)
  855.  
  856.  
  857. end
  858.  
  859. if(v == 12) then
  860. -- Chunk 12
  861. local lp = game:service "Players".LocalPlayer
  862. local plr1 = game.Players.LocalPlayer.Character
  863.  
  864. game:GetService("Workspace").chunk12["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  865. wait(2)
  866. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  867. wait(5)
  868. game:GetService("Workspace").chunk12["#Item"]:Destroy()
  869. wait(.5)
  870. game:GetService("Workspace").chunk12["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  871. wait(2)
  872. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  873. wait(5)
  874. game:GetService("Workspace").chunk12["#Item"]:Destroy()
  875. wait(.5)
  876. game:GetService("Workspace").chunk12["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  877. wait(2)
  878. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  879. wait(5)
  880. game:GetService("Workspace").chunk12["#Item"]:Destroy()
  881. wait(.5)
  882. game:GetService("Workspace").chunk12["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  883. wait(2)
  884. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  885. wait(5)
  886. game:GetService("Workspace").chunk12["#Item"]:Destroy()
  887. wait(.5)
  888. game:GetService("Workspace").chunk12["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  889. wait(2)
  890. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  891. wait(5)
  892. game:GetService("Workspace").chunk12["#Item"]:Destroy()
  893. wait(.5)
  894. game:GetService("Workspace").chunk12["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  895. wait(2)
  896. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  897. wait(5)
  898. game:GetService("Workspace").chunk12["#Item"]:Destroy()
  899. wait(.5)
  900.  
  901.  
  902. end
  903.  
  904. if(v == 13) then
  905. -- Chunk 13
  906. local lp = game:service "Players".LocalPlayer
  907. local plr1 = game.Players.LocalPlayer.Character
  908.  
  909. game:GetService("Workspace").chunk13["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  910. wait(2)
  911. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  912. wait(5)
  913. game:GetService("Workspace").chunk13["#Item"]:Destroy()
  914. wait(.5)
  915. game:GetService("Workspace").chunk13["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  916. wait(2)
  917. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  918. wait(5)
  919. game:GetService("Workspace").chunk13["#Item"]:Destroy()
  920. wait(.5)
  921. game:GetService("Workspace").chunk13["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  922. wait(2)
  923. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  924. wait(5)
  925. game:GetService("Workspace").chunk13["#Item"]:Destroy()
  926. wait(.5)
  927. game:GetService("Workspace").chunk13["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  928. wait(2)
  929. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  930. wait(5)
  931. game:GetService("Workspace").chunk13["#Item"]:Destroy()
  932. wait(.5)
  933. game:GetService("Workspace").chunk13["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  934. wait(2)
  935. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  936. wait(5)
  937. game:GetService("Workspace").chunk13["#Item"]:Destroy()
  938. wait(.5)
  939. game:GetService("Workspace").chunk13["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  940. wait(2)
  941. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  942. wait(5)
  943. game:GetService("Workspace").chunk13["#Item"]:Destroy()
  944. wait(.5)
  945.  
  946.  
  947. end
  948.  
  949. if(v == 14) then
  950. -- Chunk 14
  951. local lp = game:service "Players".LocalPlayer
  952. local plr1 = game.Players.LocalPlayer.Character
  953.  
  954. game:GetService("Workspace").chunk14["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  955. wait(2)
  956. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  957. wait(5)
  958. game:GetService("Workspace").chunk14["#Item"]:Destroy()
  959. wait(.5)
  960. game:GetService("Workspace").chunk14["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  961. wait(2)
  962. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  963. wait(5)
  964. game:GetService("Workspace").chunk14["#Item"]:Destroy()
  965. wait(.5)
  966. game:GetService("Workspace").chunk14["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  967. wait(2)
  968. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  969. wait(5)
  970. game:GetService("Workspace").chunk14["#Item"]:Destroy()
  971. wait(.5)
  972. game:GetService("Workspace").chunk14["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  973. wait(2)
  974. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  975. wait(5)
  976. game:GetService("Workspace").chunk14["#Item"]:Destroy()
  977. wait(.5)
  978. game:GetService("Workspace").chunk14["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  979. wait(2)
  980. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  981. wait(5)
  982. game:GetService("Workspace").chunk14["#Item"]:Destroy()
  983. wait(.5)
  984. game:GetService("Workspace").chunk14["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  985. wait(2)
  986. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  987. wait(5)
  988. game:GetService("Workspace").chunk14["#Item"]:Destroy()
  989. wait(.5)
  990.  
  991.  
  992. end
  993.  
  994. if(v == 15) then
  995. -- Chunk 15
  996. local lp = game:service "Players".LocalPlayer
  997. local plr1 = game.Players.LocalPlayer.Character
  998.  
  999. game:GetService("Workspace").chunk15["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1000. wait(2)
  1001. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1002. wait(5)
  1003. game:GetService("Workspace").chunk15["#Item"]:Destroy()
  1004. wait(.5)
  1005. game:GetService("Workspace").chunk15["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1006. wait(2)
  1007. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1008. wait(5)
  1009. game:GetService("Workspace").chunk15["#Item"]:Destroy()
  1010. wait(.5)
  1011. game:GetService("Workspace").chunk15["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1012. wait(2)
  1013. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1014. wait(5)
  1015. game:GetService("Workspace").chunk15["#Item"]:Destroy()
  1016. wait(.5)
  1017. game:GetService("Workspace").chunk15["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1018. wait(2)
  1019. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1020. wait(5)
  1021. game:GetService("Workspace").chunk15["#Item"]:Destroy()
  1022. wait(.5)
  1023. game:GetService("Workspace").chunk15["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1024. wait(2)
  1025. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1026. wait(5)
  1027. game:GetService("Workspace").chunk15["#Item"]:Destroy()
  1028. wait(.5)
  1029. game:GetService("Workspace").chunk15["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1030. wait(2)
  1031. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1032. wait(5)
  1033. game:GetService("Workspace").chunk15["#Item"]:Destroy()
  1034. wait(.5)
  1035.  
  1036.  
  1037. end
  1038.  
  1039. if(v == 16) then
  1040. -- Chunk 16
  1041. local lp = game:service "Players".LocalPlayer
  1042. local plr1 = game.Players.LocalPlayer.Character
  1043.  
  1044. game:GetService("Workspace").chunk16["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1045. wait(2)
  1046. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1047. wait(5)
  1048. game:GetService("Workspace").chunk16["#Item"]:Destroy()
  1049. wait(.5)
  1050. game:GetService("Workspace").chunk16["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1051. wait(2)
  1052. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1053. wait(5)
  1054. game:GetService("Workspace").chunk16["#Item"]:Destroy()
  1055. wait(.5)
  1056. game:GetService("Workspace").chunk16["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1057. wait(2)
  1058. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1059. wait(5)
  1060. game:GetService("Workspace").chunk16["#Item"]:Destroy()
  1061. wait(.5)
  1062. game:GetService("Workspace").chunk16["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1063. wait(2)
  1064. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1065. wait(5)
  1066. game:GetService("Workspace").chunk16["#Item"]:Destroy()
  1067. wait(.5)
  1068. game:GetService("Workspace").chunk16["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1069. wait(2)
  1070. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1071. wait(5)
  1072. game:GetService("Workspace").chunk16["#Item"]:Destroy()
  1073. wait(.5)
  1074. game:GetService("Workspace").chunk16["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1075. wait(2)
  1076. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1077. wait(5)
  1078. game:GetService("Workspace").chunk16["#Item"]:Destroy()
  1079. wait(.5)
  1080.  
  1081.  
  1082. end
  1083.  
  1084. if(v == 17) then
  1085. -- Chunk 17
  1086. local lp = game:service "Players".LocalPlayer
  1087. local plr1 = game.Players.LocalPlayer.Character
  1088.  
  1089. game:GetService("Workspace").chunk17["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1090. wait(2)
  1091. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1092. wait(5)
  1093. game:GetService("Workspace").chunk17["#Item"]:Destroy()
  1094. wait(.5)
  1095. game:GetService("Workspace").chunk17["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1096. wait(2)
  1097. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1098. wait(5)
  1099. game:GetService("Workspace").chunk17["#Item"]:Destroy()
  1100. wait(.5)
  1101. game:GetService("Workspace").chunk17["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1102. wait(2)
  1103. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1104. wait(5)
  1105. game:GetService("Workspace").chunk17["#Item"]:Destroy()
  1106. wait(.5)
  1107. game:GetService("Workspace").chunk17["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1108. wait(2)
  1109. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1110. wait(5)
  1111. game:GetService("Workspace").chunk17["#Item"]:Destroy()
  1112. wait(.5)
  1113. game:GetService("Workspace").chunk17["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1114. wait(2)
  1115. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1116. wait(5)
  1117. game:GetService("Workspace").chunk17["#Item"]:Destroy()
  1118. wait(.5)
  1119. game:GetService("Workspace").chunk17["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1120. wait(2)
  1121. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1122. wait(5)
  1123. game:GetService("Workspace").chunk17["#Item"]:Destroy()
  1124. wait(.5)
  1125.  
  1126.  
  1127. end
  1128.  
  1129. if(v == 18) then
  1130. -- Chunk 18
  1131. local lp = game:service "Players".LocalPlayer
  1132. local plr1 = game.Players.LocalPlayer.Character
  1133.  
  1134. game:GetService("Workspace").chunk18["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1135. wait(2)
  1136. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1137. wait(5)
  1138. game:GetService("Workspace").chunk18["#Item"]:Destroy()
  1139. wait(.5)
  1140. game:GetService("Workspace").chunk18["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1141. wait(2)
  1142. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1143. wait(5)
  1144. game:GetService("Workspace").chunk18["#Item"]:Destroy()
  1145. wait(.5)
  1146. game:GetService("Workspace").chunk18["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1147. wait(2)
  1148. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1149. wait(5)
  1150. game:GetService("Workspace").chunk18["#Item"]:Destroy()
  1151. wait(.5)
  1152. game:GetService("Workspace").chunk18["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1153. wait(2)
  1154. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1155. wait(5)
  1156. game:GetService("Workspace").chunk18["#Item"]:Destroy()
  1157. wait(.5)
  1158. game:GetService("Workspace").chunk18["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1159. wait(2)
  1160. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1161. wait(5)
  1162. game:GetService("Workspace").chunk18["#Item"]:Destroy()
  1163. wait(.5)
  1164. game:GetService("Workspace").chunk18["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1165. wait(2)
  1166. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1167. wait(5)
  1168. game:GetService("Workspace").chunk18["#Item"]:Destroy()
  1169. wait(.5)
  1170.  
  1171.  
  1172. end
  1173.  
  1174. if(v == 19) then
  1175. -- Chunk 19
  1176. local lp = game:service "Players".LocalPlayer
  1177. local plr1 = game.Players.LocalPlayer.Character
  1178.  
  1179. game:GetService("Workspace").chunk19["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1180. wait(2)
  1181. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1182. wait(5)
  1183. game:GetService("Workspace").chunk19["#Item"]:Destroy()
  1184. wait(.5)
  1185. game:GetService("Workspace").chunk19["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1186. wait(2)
  1187. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1188. wait(5)
  1189. game:GetService("Workspace").chunk19["#Item"]:Destroy()
  1190. wait(.5)
  1191. game:GetService("Workspace").chunk19["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1192. wait(2)
  1193. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1194. wait(5)
  1195. game:GetService("Workspace").chunk19["#Item"]:Destroy()
  1196. wait(.5)
  1197. game:GetService("Workspace").chunk19["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1198. wait(2)
  1199. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1200. wait(5)
  1201. game:GetService("Workspace").chunk19["#Item"]:Destroy()
  1202. wait(.5)
  1203. game:GetService("Workspace").chunk19["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1204. wait(2)
  1205. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1206. wait(5)
  1207. game:GetService("Workspace").chunk19["#Item"]:Destroy()
  1208. wait(.5)
  1209. game:GetService("Workspace").chunk19["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1210. wait(2)
  1211. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1212. wait(5)
  1213. game:GetService("Workspace").chunk19["#Item"]:Destroy()
  1214. wait(.5)
  1215.  
  1216.  
  1217. end
  1218.  
  1219. if(v == 20) then
  1220. -- Chunk 20
  1221. local lp = game:service "Players".LocalPlayer
  1222. local plr1 = game.Players.LocalPlayer.Character
  1223.  
  1224. game:GetService("Workspace").chunk20["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1225. wait(2)
  1226. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1227. wait(5)
  1228. game:GetService("Workspace").chunk20["#Item"]:Destroy()
  1229. wait(.5)
  1230. game:GetService("Workspace").chunk20["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1231. wait(2)
  1232. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1233. wait(5)
  1234. game:GetService("Workspace").chunk20["#Item"]:Destroy()
  1235. wait(.5)
  1236. game:GetService("Workspace").chunk20["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1237. wait(2)
  1238. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1239. wait(5)
  1240. game:GetService("Workspace").chunk20["#Item"]:Destroy()
  1241. wait(.5)
  1242. game:GetService("Workspace").chunk20["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1243. wait(2)
  1244. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1245. wait(5)
  1246. game:GetService("Workspace").chunk20["#Item"]:Destroy()
  1247. wait(.5)
  1248. game:GetService("Workspace").chunk20["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1249. wait(2)
  1250. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1251. wait(5)
  1252. game:GetService("Workspace").chunk20["#Item"]:Destroy()
  1253. wait(.5)
  1254. game:GetService("Workspace").chunk20["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1255. wait(2)
  1256. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1257. wait(5)
  1258. game:GetService("Workspace").chunk20["#Item"]:Destroy()
  1259. wait(.5)
  1260.  
  1261.  
  1262. end
  1263.  
  1264. if(v == 21) then
  1265. -- Chunk 21
  1266. local lp = game:service "Players".LocalPlayer
  1267. local plr1 = game.Players.LocalPlayer.Character
  1268.  
  1269. game:GetService("Workspace").chunk21["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1270. wait(2)
  1271. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1272. wait(5)
  1273. game:GetService("Workspace").chunk21["#Item"]:Destroy()
  1274. wait(.5)
  1275. game:GetService("Workspace").chunk21["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1276. wait(2)
  1277. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1278. wait(5)
  1279. game:GetService("Workspace").chunk21["#Item"]:Destroy()
  1280. wait(.5)
  1281. game:GetService("Workspace").chunk21["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1282. wait(2)
  1283. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1284. wait(5)
  1285. game:GetService("Workspace").chunk21["#Item"]:Destroy()
  1286. wait(.5)
  1287. game:GetService("Workspace").chunk21["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1288. wait(2)
  1289. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1290. wait(5)
  1291. game:GetService("Workspace").chunk21["#Item"]:Destroy()
  1292. wait(.5)
  1293. game:GetService("Workspace").chunk21["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1294. wait(2)
  1295. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1296. wait(5)
  1297. game:GetService("Workspace").chunk21["#Item"]:Destroy()
  1298. wait(.5)
  1299. game:GetService("Workspace").chunk21["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1300. wait(2)
  1301. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1302. wait(5)
  1303. game:GetService("Workspace").chunk21["#Item"]:Destroy()
  1304. wait(.5)
  1305.  
  1306.  
  1307. end
  1308.  
  1309. if(v == 22) then
  1310. -- Chunk 22
  1311. local lp = game:service "Players".LocalPlayer
  1312. local plr1 = game.Players.LocalPlayer.Character
  1313.  
  1314. game:GetService("Workspace").chunk22["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1315. wait(2)
  1316. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1317. wait(5)
  1318. game:GetService("Workspace").chunk22["#Item"]:Destroy()
  1319. wait(.5)
  1320. game:GetService("Workspace").chunk22["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1321. wait(2)
  1322. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1323. wait(5)
  1324. game:GetService("Workspace").chunk22["#Item"]:Destroy()
  1325. wait(.5)
  1326. game:GetService("Workspace").chunk22["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1327. wait(2)
  1328. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1329. wait(5)
  1330. game:GetService("Workspace").chunk22["#Item"]:Destroy()
  1331. wait(.5)
  1332. game:GetService("Workspace").chunk22["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1333. wait(2)
  1334. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1335. wait(5)
  1336. game:GetService("Workspace").chunk22["#Item"]:Destroy()
  1337. wait(.5)
  1338. game:GetService("Workspace").chunk22["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1339. wait(2)
  1340. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1341. wait(5)
  1342. game:GetService("Workspace").chunk22["#Item"]:Destroy()
  1343. wait(.5)
  1344. game:GetService("Workspace").chunk22["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1345. wait(2)
  1346. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1347. wait(5)
  1348. game:GetService("Workspace").chunk22["#Item"]:Destroy()
  1349. wait(.5)
  1350.  
  1351.  
  1352. end
  1353.  
  1354. if(v == 23) then
  1355. -- Chunk 23
  1356. local lp = game:service "Players".LocalPlayer
  1357. local plr1 = game.Players.LocalPlayer.Character
  1358.  
  1359. game:GetService("Workspace").chunk23["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1360. wait(2)
  1361. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1362. wait(5)
  1363. game:GetService("Workspace").chunk23["#Item"]:Destroy()
  1364. wait(.5)
  1365. game:GetService("Workspace").chunk23["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1366. wait(2)
  1367. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1368. wait(5)
  1369. game:GetService("Workspace").chunk23["#Item"]:Destroy()
  1370. wait(.5)
  1371. game:GetService("Workspace").chunk23["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1372. wait(2)
  1373. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1374. wait(5)
  1375. game:GetService("Workspace").chunk23["#Item"]:Destroy()
  1376. wait(.5)
  1377. game:GetService("Workspace").chunk23["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1378. wait(2)
  1379. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1380. wait(5)
  1381. game:GetService("Workspace").chunk23["#Item"]:Destroy()
  1382. wait(.5)
  1383. game:GetService("Workspace").chunk23["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1384. wait(2)
  1385. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1386. wait(5)
  1387. game:GetService("Workspace").chunk23["#Item"]:Destroy()
  1388. wait(.5)
  1389. game:GetService("Workspace").chunk23["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1390. wait(2)
  1391. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1392. wait(5)
  1393. game:GetService("Workspace").chunk23["#Item"]:Destroy()
  1394. wait(.5)
  1395.  
  1396.  
  1397. end
  1398.  
  1399. if(v == 24) then
  1400. -- Chunk 24
  1401. local lp = game:service "Players".LocalPlayer
  1402. local plr1 = game.Players.LocalPlayer.Character
  1403.  
  1404. game:GetService("Workspace").chunk24["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1405. wait(2)
  1406. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1407. wait(5)
  1408. game:GetService("Workspace").chunk24["#Item"]:Destroy()
  1409. wait(.5)
  1410. game:GetService("Workspace").chunk24["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1411. wait(2)
  1412. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1413. wait(5)
  1414. game:GetService("Workspace").chunk24["#Item"]:Destroy()
  1415. wait(.5)
  1416. game:GetService("Workspace").chunk24["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1417. wait(2)
  1418. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1419. wait(5)
  1420. game:GetService("Workspace").chunk24["#Item"]:Destroy()
  1421. wait(.5)
  1422. game:GetService("Workspace").chunk24["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1423. wait(2)
  1424. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1425. wait(5)
  1426. game:GetService("Workspace").chunk24["#Item"]:Destroy()
  1427. wait(.5)
  1428. game:GetService("Workspace").chunk24["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1429. wait(2)
  1430. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1431. wait(5)
  1432. game:GetService("Workspace").chunk24["#Item"]:Destroy()
  1433. wait(.5)
  1434. game:GetService("Workspace").chunk24["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1435. wait(2)
  1436. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1437. wait(5)
  1438. game:GetService("Workspace").chunk24["#Item"]:Destroy()
  1439. wait(.5)
  1440.  
  1441.  
  1442. end
  1443.  
  1444. if(v == 25) then
  1445. -- Chunk 25
  1446. local lp = game:service "Players".LocalPlayer
  1447. local plr1 = game.Players.LocalPlayer.Character
  1448.  
  1449. game:GetService("Workspace").chunk25["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1450. wait(2)
  1451. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1452. wait(5)
  1453. game:GetService("Workspace").chunk25["#Item"]:Destroy()
  1454. wait(.5)
  1455. game:GetService("Workspace").chunk25["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1456. wait(2)
  1457. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1458. wait(5)
  1459. game:GetService("Workspace").chunk25["#Item"]:Destroy()
  1460. wait(.5)
  1461. game:GetService("Workspace").chunk25["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1462. wait(2)
  1463. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1464. wait(5)
  1465. game:GetService("Workspace").chunk25["#Item"]:Destroy()
  1466. wait(.5)
  1467. game:GetService("Workspace").chunk25["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1468. wait(2)
  1469. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1470. wait(5)
  1471. game:GetService("Workspace").chunk25["#Item"]:Destroy()
  1472. wait(.5)
  1473. game:GetService("Workspace").chunk25["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1474. wait(2)
  1475. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1476. wait(5)
  1477. game:GetService("Workspace").chunk25["#Item"]:Destroy()
  1478. wait(.5)
  1479. game:GetService("Workspace").chunk25["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1480. wait(2)
  1481. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1482. wait(5)
  1483. game:GetService("Workspace").chunk25["#Item"]:Destroy()
  1484. wait(.5)
  1485.  
  1486.  
  1487. end
  1488.  
  1489. if(v == 26) then
  1490. -- Chunk 26
  1491. local lp = game:service "Players".LocalPlayer
  1492. local plr1 = game.Players.LocalPlayer.Character
  1493.  
  1494. game:GetService("Workspace").chunk26["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1495. wait(2)
  1496. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1497. wait(5)
  1498. game:GetService("Workspace").chunk26["#Item"]:Destroy()
  1499. wait(.5)
  1500. game:GetService("Workspace").chunk26["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1501. wait(2)
  1502. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1503. wait(5)
  1504. game:GetService("Workspace").chunk26["#Item"]:Destroy()
  1505. wait(.5)
  1506. game:GetService("Workspace").chunk26["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1507. wait(2)
  1508. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1509. wait(5)
  1510. game:GetService("Workspace").chunk26["#Item"]:Destroy()
  1511. wait(.5)
  1512. game:GetService("Workspace").chunk26["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1513. wait(2)
  1514. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1515. wait(5)
  1516. game:GetService("Workspace").chunk26["#Item"]:Destroy()
  1517. wait(.5)
  1518. game:GetService("Workspace").chunk26["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1519. wait(2)
  1520. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1521. wait(5)
  1522. game:GetService("Workspace").chunk26["#Item"]:Destroy()
  1523. wait(.5)
  1524. game:GetService("Workspace").chunk26["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1525. wait(2)
  1526. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1527. wait(5)
  1528. game:GetService("Workspace").chunk26["#Item"]:Destroy()
  1529. wait(.5)
  1530.  
  1531.  
  1532. end
  1533.  
  1534. if(v == 27) then
  1535. -- Chunk 27
  1536. local lp = game:service "Players".LocalPlayer
  1537. local plr1 = game.Players.LocalPlayer.Character
  1538.  
  1539. game:GetService("Workspace").chunk27["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1540. wait(2)
  1541. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1542. wait(5)
  1543. game:GetService("Workspace").chunk27["#Item"]:Destroy()
  1544. wait(.5)
  1545. game:GetService("Workspace").chunk27["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1546. wait(2)
  1547. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1548. wait(5)
  1549. game:GetService("Workspace").chunk27["#Item"]:Destroy()
  1550. wait(.5)
  1551. game:GetService("Workspace").chunk27["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1552. wait(2)
  1553. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1554. wait(5)
  1555. game:GetService("Workspace").chunk27["#Item"]:Destroy()
  1556. wait(.5)
  1557. game:GetService("Workspace").chunk27["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1558. wait(2)
  1559. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1560. wait(5)
  1561. game:GetService("Workspace").chunk27["#Item"]:Destroy()
  1562. wait(.5)
  1563. game:GetService("Workspace").chunk27["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1564. wait(2)
  1565. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1566. wait(5)
  1567. game:GetService("Workspace").chunk27["#Item"]:Destroy()
  1568. wait(.5)
  1569. game:GetService("Workspace").chunk27["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1570. wait(2)
  1571. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1572. wait(5)
  1573. game:GetService("Workspace").chunk27["#Item"]:Destroy()
  1574. wait(.5)
  1575.  
  1576.  
  1577. end
  1578.  
  1579. if(v == 28) then
  1580. -- Chunk 28
  1581. local lp = game:service "Players".LocalPlayer
  1582. local plr1 = game.Players.LocalPlayer.Character
  1583.  
  1584. game:GetService("Workspace").chunk28["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1585. wait(2)
  1586. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1587. wait(5)
  1588. game:GetService("Workspace").chunk28["#Item"]:Destroy()
  1589. wait(.5)
  1590. game:GetService("Workspace").chunk28["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1591. wait(2)
  1592. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1593. wait(5)
  1594. game:GetService("Workspace").chunk28["#Item"]:Destroy()
  1595. wait(.5)
  1596. game:GetService("Workspace").chunk28["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1597. wait(2)
  1598. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1599. wait(5)
  1600. game:GetService("Workspace").chunk28["#Item"]:Destroy()
  1601. wait(.5)
  1602. game:GetService("Workspace").chunk28["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1603. wait(2)
  1604. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1605. wait(5)
  1606. game:GetService("Workspace").chunk28["#Item"]:Destroy()
  1607. wait(.5)
  1608. game:GetService("Workspace").chunk28["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1609. wait(2)
  1610. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1611. wait(5)
  1612. game:GetService("Workspace").chunk28["#Item"]:Destroy()
  1613. wait(.5)
  1614. game:GetService("Workspace").chunk28["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1615. wait(2)
  1616. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1617. wait(5)
  1618. game:GetService("Workspace").chunk28["#Item"]:Destroy()
  1619. wait(.5)
  1620.  
  1621.  
  1622. end
  1623.  
  1624. if(v == 29) then
  1625. -- Chunk 29
  1626. local lp = game:service "Players".LocalPlayer
  1627. local plr1 = game.Players.LocalPlayer.Character
  1628.  
  1629. game:GetService("Workspace").chunk29["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1630. wait(2)
  1631. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1632. wait(5)
  1633. game:GetService("Workspace").chunk29["#Item"]:Destroy()
  1634. wait(.5)
  1635. game:GetService("Workspace").chunk29["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1636. wait(2)
  1637. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1638. wait(5)
  1639. game:GetService("Workspace").chunk29["#Item"]:Destroy()
  1640. wait(.5)
  1641. game:GetService("Workspace").chunk29["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1642. wait(2)
  1643. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1644. wait(5)
  1645. game:GetService("Workspace").chunk29["#Item"]:Destroy()
  1646. wait(.5)
  1647. game:GetService("Workspace").chunk29["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1648. wait(2)
  1649. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1650. wait(5)
  1651. game:GetService("Workspace").chunk29["#Item"]:Destroy()
  1652. wait(.5)
  1653. game:GetService("Workspace").chunk29["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1654. wait(2)
  1655. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1656. wait(5)
  1657. game:GetService("Workspace").chunk29["#Item"]:Destroy()
  1658. wait(.5)
  1659. game:GetService("Workspace").chunk29["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1660. wait(2)
  1661. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1662. wait(5)
  1663. game:GetService("Workspace").chunk29["#Item"]:Destroy()
  1664. wait(.5)
  1665.  
  1666.  
  1667. end
  1668.  
  1669. if(v == 30) then
  1670. -- Chunk 30
  1671. local lp = game:service "Players".LocalPlayer
  1672. local plr1 = game.Players.LocalPlayer.Character
  1673.  
  1674. game:GetService("Workspace").chunk30["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1675. wait(2)
  1676. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1677. wait(5)
  1678. game:GetService("Workspace").chunk30["#Item"]:Destroy()
  1679. wait(.5)
  1680. game:GetService("Workspace").chunk30["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1681. wait(2)
  1682. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1683. wait(5)
  1684. game:GetService("Workspace").chunk30["#Item"]:Destroy()
  1685. wait(.5)
  1686. game:GetService("Workspace").chunk30["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1687. wait(2)
  1688. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1689. wait(5)
  1690. game:GetService("Workspace").chunk30["#Item"]:Destroy()
  1691. wait(.5)
  1692. game:GetService("Workspace").chunk30["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1693. wait(2)
  1694. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1695. wait(5)
  1696. game:GetService("Workspace").chunk30["#Item"]:Destroy()
  1697. wait(.5)
  1698. game:GetService("Workspace").chunk30["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1699. wait(2)
  1700. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1701. wait(5)
  1702. game:GetService("Workspace").chunk30["#Item"]:Destroy()
  1703. wait(.5)
  1704. game:GetService("Workspace").chunk30["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1705. wait(2)
  1706. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1707. wait(5)
  1708. game:GetService("Workspace").chunk30["#Item"]:Destroy()
  1709. wait(.5)
  1710.  
  1711.  
  1712. end
  1713.  
  1714. if(v == 31) then
  1715. -- Chunk 31
  1716. local lp = game:service "Players".LocalPlayer
  1717. local plr1 = game.Players.LocalPlayer.Character
  1718.  
  1719. game:GetService("Workspace").chunk31["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1720. wait(2)
  1721. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1722. wait(5)
  1723. game:GetService("Workspace").chunk31["#Item"]:Destroy()
  1724. wait(.5)
  1725. game:GetService("Workspace").chunk31["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1726. wait(2)
  1727. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1728. wait(5)
  1729. game:GetService("Workspace").chunk31["#Item"]:Destroy()
  1730. wait(.5)
  1731. game:GetService("Workspace").chunk31["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1732. wait(2)
  1733. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1734. wait(5)
  1735. game:GetService("Workspace").chunk31["#Item"]:Destroy()
  1736. wait(.5)
  1737. game:GetService("Workspace").chunk31["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1738. wait(2)
  1739. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1740. wait(5)
  1741. game:GetService("Workspace").chunk31["#Item"]:Destroy()
  1742. wait(.5)
  1743. game:GetService("Workspace").chunk31["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1744. wait(2)
  1745. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1746. wait(5)
  1747. game:GetService("Workspace").chunk31["#Item"]:Destroy()
  1748. wait(.5)
  1749. game:GetService("Workspace").chunk31["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1750. wait(2)
  1751. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1752. wait(5)
  1753. game:GetService("Workspace").chunk31["#Item"]:Destroy()
  1754. wait(.5)
  1755.  
  1756.  
  1757. end
  1758.  
  1759. if(v == 32) then
  1760. -- Chunk 32
  1761. local lp = game:service "Players".LocalPlayer
  1762. local plr1 = game.Players.LocalPlayer.Character
  1763.  
  1764. game:GetService("Workspace").chunk32["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1765. wait(2)
  1766. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1767. wait(5)
  1768. game:GetService("Workspace").chunk32["#Item"]:Destroy()
  1769. wait(.5)
  1770. game:GetService("Workspace").chunk32["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1771. wait(2)
  1772. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1773. wait(5)
  1774. game:GetService("Workspace").chunk32["#Item"]:Destroy()
  1775. wait(.5)
  1776. game:GetService("Workspace").chunk32["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1777. wait(2)
  1778. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1779. wait(5)
  1780. game:GetService("Workspace").chunk32["#Item"]:Destroy()
  1781. wait(.5)
  1782. game:GetService("Workspace").chunk32["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1783. wait(2)
  1784. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1785. wait(5)
  1786. game:GetService("Workspace").chunk32["#Item"]:Destroy()
  1787. wait(.5)
  1788. game:GetService("Workspace").chunk32["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1789. wait(2)
  1790. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1791. wait(5)
  1792. game:GetService("Workspace").chunk32["#Item"]:Destroy()
  1793. wait(.5)
  1794. game:GetService("Workspace").chunk32["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1795. wait(2)
  1796. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1797. wait(5)
  1798. game:GetService("Workspace").chunk32["#Item"]:Destroy()
  1799. wait(.5)
  1800.  
  1801.  
  1802. end
  1803.  
  1804. if(v == 33) then
  1805. -- Chunk 33
  1806. local lp = game:service "Players".LocalPlayer
  1807. local plr1 = game.Players.LocalPlayer.Character
  1808.  
  1809. game:GetService("Workspace").chunk33["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1810. wait(2)
  1811. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1812. wait(5)
  1813. game:GetService("Workspace").chunk33["#Item"]:Destroy()
  1814. wait(.5)
  1815. game:GetService("Workspace").chunk33["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1816. wait(2)
  1817. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1818. wait(5)
  1819. game:GetService("Workspace").chunk33["#Item"]:Destroy()
  1820. wait(.5)
  1821. game:GetService("Workspace").chunk33["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1822. wait(2)
  1823. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1824. wait(5)
  1825. game:GetService("Workspace").chunk33["#Item"]:Destroy()
  1826. wait(.5)
  1827. game:GetService("Workspace").chunk33["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1828. wait(2)
  1829. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1830. wait(5)
  1831. game:GetService("Workspace").chunk33["#Item"]:Destroy()
  1832. wait(.5)
  1833. game:GetService("Workspace").chunk33["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1834. wait(2)
  1835. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1836. wait(5)
  1837. game:GetService("Workspace").chunk33["#Item"]:Destroy()
  1838. wait(.5)
  1839. game:GetService("Workspace").chunk33["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1840. wait(2)
  1841. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1842. wait(5)
  1843. game:GetService("Workspace").chunk33["#Item"]:Destroy()
  1844. wait(.5)
  1845.  
  1846.  
  1847. end
  1848.  
  1849. if(v == 34) then
  1850. -- Chunk 34
  1851. local lp = game:service "Players".LocalPlayer
  1852. local plr1 = game.Players.LocalPlayer.Character
  1853.  
  1854. game:GetService("Workspace").chunk34["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1855. wait(2)
  1856. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1857. wait(5)
  1858. game:GetService("Workspace").chunk34["#Item"]:Destroy()
  1859. wait(.5)
  1860. game:GetService("Workspace").chunk34["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1861. wait(2)
  1862. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1863. wait(5)
  1864. game:GetService("Workspace").chunk34["#Item"]:Destroy()
  1865. wait(.5)
  1866. game:GetService("Workspace").chunk34["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1867. wait(2)
  1868. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1869. wait(5)
  1870. game:GetService("Workspace").chunk34["#Item"]:Destroy()
  1871. wait(.5)
  1872. game:GetService("Workspace").chunk34["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1873. wait(2)
  1874. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1875. wait(5)
  1876. game:GetService("Workspace").chunk34["#Item"]:Destroy()
  1877. wait(.5)
  1878. game:GetService("Workspace").chunk34["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1879. wait(2)
  1880. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1881. wait(5)
  1882. game:GetService("Workspace").chunk34["#Item"]:Destroy()
  1883. wait(.5)
  1884. game:GetService("Workspace").chunk34["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1885. wait(2)
  1886. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1887. wait(5)
  1888. game:GetService("Workspace").chunk34["#Item"]:Destroy()
  1889. wait(.5)
  1890.  
  1891.  
  1892. end
  1893.  
  1894. if(v == 35) then
  1895. -- Chunk 35
  1896. local lp = game:service "Players".LocalPlayer
  1897. local plr1 = game.Players.LocalPlayer.Character
  1898.  
  1899. game:GetService("Workspace").chunk35["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1900. wait(2)
  1901. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1902. wait(5)
  1903. game:GetService("Workspace").chunk35["#Item"]:Destroy()
  1904. wait(.5)
  1905. game:GetService("Workspace").chunk35["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1906. wait(2)
  1907. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1908. wait(5)
  1909. game:GetService("Workspace").chunk35["#Item"]:Destroy()
  1910. wait(.5)
  1911. game:GetService("Workspace").chunk35["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1912. wait(2)
  1913. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1914. wait(5)
  1915. game:GetService("Workspace").chunk35["#Item"]:Destroy()
  1916. wait(.5)
  1917. game:GetService("Workspace").chunk35["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1918. wait(2)
  1919. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1920. wait(5)
  1921. game:GetService("Workspace").chunk35["#Item"]:Destroy()
  1922. wait(.5)
  1923. game:GetService("Workspace").chunk35["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1924. wait(2)
  1925. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1926. wait(5)
  1927. game:GetService("Workspace").chunk35["#Item"]:Destroy()
  1928. wait(.5)
  1929. game:GetService("Workspace").chunk35["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1930. wait(2)
  1931. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1932. wait(5)
  1933. game:GetService("Workspace").chunk35["#Item"]:Destroy()
  1934. wait(.5)
  1935.  
  1936.  
  1937. end
  1938.  
  1939. if(v == 36) then
  1940. -- Chunk 36
  1941. local lp = game:service "Players".LocalPlayer
  1942. local plr1 = game.Players.LocalPlayer.Character
  1943.  
  1944. game:GetService("Workspace").chunk36["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1945. wait(2)
  1946. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1947. wait(5)
  1948. game:GetService("Workspace").chunk36["#Item"]:Destroy()
  1949. wait(.5)
  1950. game:GetService("Workspace").chunk36["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1951. wait(2)
  1952. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1953. wait(5)
  1954. game:GetService("Workspace").chunk36["#Item"]:Destroy()
  1955. wait(.5)
  1956. game:GetService("Workspace").chunk36["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1957. wait(2)
  1958. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1959. wait(5)
  1960. game:GetService("Workspace").chunk36["#Item"]:Destroy()
  1961. wait(.5)
  1962. game:GetService("Workspace").chunk36["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1963. wait(2)
  1964. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1965. wait(5)
  1966. game:GetService("Workspace").chunk36["#Item"]:Destroy()
  1967. wait(.5)
  1968. game:GetService("Workspace").chunk36["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1969. wait(2)
  1970. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1971. wait(5)
  1972. game:GetService("Workspace").chunk36["#Item"]:Destroy()
  1973. wait(.5)
  1974. game:GetService("Workspace").chunk36["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1975. wait(2)
  1976. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1977. wait(5)
  1978. game:GetService("Workspace").chunk36["#Item"]:Destroy()
  1979. wait(.5)
  1980.  
  1981.  
  1982. end
  1983.  
  1984. if(v == 37) then
  1985. -- Chunk 37
  1986. local lp = game:service "Players".LocalPlayer
  1987. local plr1 = game.Players.LocalPlayer.Character
  1988.  
  1989. game:GetService("Workspace").chunk37["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1990. wait(2)
  1991. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1992. wait(5)
  1993. game:GetService("Workspace").chunk37["#Item"]:Destroy()
  1994. wait(.5)
  1995. game:GetService("Workspace").chunk37["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  1996. wait(2)
  1997. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  1998. wait(5)
  1999. game:GetService("Workspace").chunk37["#Item"]:Destroy()
  2000. wait(.5)
  2001. game:GetService("Workspace").chunk37["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2002. wait(2)
  2003. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2004. wait(5)
  2005. game:GetService("Workspace").chunk37["#Item"]:Destroy()
  2006. wait(.5)
  2007. game:GetService("Workspace").chunk37["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2008. wait(2)
  2009. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2010. wait(5)
  2011. game:GetService("Workspace").chunk37["#Item"]:Destroy()
  2012. wait(.5)
  2013. game:GetService("Workspace").chunk37["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2014. wait(2)
  2015. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2016. wait(5)
  2017. game:GetService("Workspace").chunk37["#Item"]:Destroy()
  2018. wait(.5)
  2019. game:GetService("Workspace").chunk37["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2020. wait(2)
  2021. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2022. wait(5)
  2023. game:GetService("Workspace").chunk37["#Item"]:Destroy()
  2024. wait(.5)
  2025.  
  2026.  
  2027. end
  2028.  
  2029. if(v == 38) then
  2030. -- Chunk 38
  2031. local lp = game:service "Players".LocalPlayer
  2032. local plr1 = game.Players.LocalPlayer.Character
  2033.  
  2034. game:GetService("Workspace").chunk38["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2035. wait(2)
  2036. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2037. wait(5)
  2038. game:GetService("Workspace").chunk38["#Item"]:Destroy()
  2039. wait(.5)
  2040. game:GetService("Workspace").chunk38["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2041. wait(2)
  2042. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2043. wait(5)
  2044. game:GetService("Workspace").chunk38["#Item"]:Destroy()
  2045. wait(.5)
  2046. game:GetService("Workspace").chunk38["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2047. wait(2)
  2048. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2049. wait(5)
  2050. game:GetService("Workspace").chunk38["#Item"]:Destroy()
  2051. wait(.5)
  2052. game:GetService("Workspace").chunk38["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2053. wait(2)
  2054. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2055. wait(5)
  2056. game:GetService("Workspace").chunk38["#Item"]:Destroy()
  2057. wait(.5)
  2058. game:GetService("Workspace").chunk38["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2059. wait(2)
  2060. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2061. wait(5)
  2062. game:GetService("Workspace").chunk38["#Item"]:Destroy()
  2063. wait(.5)
  2064. game:GetService("Workspace").chunk38["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2065. wait(2)
  2066. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2067. wait(5)
  2068. game:GetService("Workspace").chunk38["#Item"]:Destroy()
  2069. wait(.5)
  2070.  
  2071.  
  2072. end
  2073.  
  2074. if(v == 39) then
  2075. -- Chunk 39
  2076. local lp = game:service "Players".LocalPlayer
  2077. local plr1 = game.Players.LocalPlayer.Character
  2078.  
  2079. game:GetService("Workspace").chunk39["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2080. wait(2)
  2081. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2082. wait(5)
  2083. game:GetService("Workspace").chunk39["#Item"]:Destroy()
  2084. wait(.5)
  2085. game:GetService("Workspace").chunk39["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2086. wait(2)
  2087. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2088. wait(5)
  2089. game:GetService("Workspace").chunk39["#Item"]:Destroy()
  2090. wait(.5)
  2091. game:GetService("Workspace").chunk39["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2092. wait(2)
  2093. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2094. wait(5)
  2095. game:GetService("Workspace").chunk39["#Item"]:Destroy()
  2096. wait(.5)
  2097. game:GetService("Workspace").chunk39["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2098. wait(2)
  2099. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2100. wait(5)
  2101. game:GetService("Workspace").chunk39["#Item"]:Destroy()
  2102. wait(.5)
  2103. game:GetService("Workspace").chunk39["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2104. wait(2)
  2105. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2106. wait(5)
  2107. game:GetService("Workspace").chunk39["#Item"]:Destroy()
  2108. wait(.5)
  2109. game:GetService("Workspace").chunk39["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2110. wait(2)
  2111. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2112. wait(5)
  2113. game:GetService("Workspace").chunk39["#Item"]:Destroy()
  2114. wait(.5)
  2115.  
  2116.  
  2117. end
  2118.  
  2119. if(v == 40) then
  2120. -- Chunk 40
  2121. local lp = game:service "Players".LocalPlayer
  2122. local plr1 = game.Players.LocalPlayer.Character
  2123.  
  2124. game:GetService("Workspace").chunk40["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2125. wait(2)
  2126. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2127. wait(5)
  2128. game:GetService("Workspace").chunk40["#Item"]:Destroy()
  2129. wait(.5)
  2130. game:GetService("Workspace").chunk40["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2131. wait(2)
  2132. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2133. wait(5)
  2134. game:GetService("Workspace").chunk40["#Item"]:Destroy()
  2135. wait(.5)
  2136. game:GetService("Workspace").chunk40["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2137. wait(2)
  2138. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2139. wait(5)
  2140. game:GetService("Workspace").chunk40["#Item"]:Destroy()
  2141. wait(.5)
  2142. game:GetService("Workspace").chunk40["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2143. wait(2)
  2144. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2145. wait(5)
  2146. game:GetService("Workspace").chunk40["#Item"]:Destroy()
  2147. wait(.5)
  2148. game:GetService("Workspace").chunk40["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2149. wait(2)
  2150. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2151. wait(5)
  2152. game:GetService("Workspace").chunk40["#Item"]:Destroy()
  2153. wait(.5)
  2154. game:GetService("Workspace").chunk40["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2155. wait(2)
  2156. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2157. wait(5)
  2158. game:GetService("Workspace").chunk40["#Item"]:Destroy()
  2159. wait(.5)
  2160.  
  2161.  
  2162. end
  2163.  
  2164. if(v == 41) then
  2165. -- Chunk 41
  2166. local lp = game:service "Players".LocalPlayer
  2167. local plr1 = game.Players.LocalPlayer.Character
  2168.  
  2169. game:GetService("Workspace").chunk41["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2170. wait(2)
  2171. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2172. wait(5)
  2173. game:GetService("Workspace").chunk41["#Item"]:Destroy()
  2174. wait(.5)
  2175. game:GetService("Workspace").chunk41["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2176. wait(2)
  2177. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2178. wait(5)
  2179. game:GetService("Workspace").chunk41["#Item"]:Destroy()
  2180. wait(.5)
  2181. game:GetService("Workspace").chunk41["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2182. wait(2)
  2183. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2184. wait(5)
  2185. game:GetService("Workspace").chunk41["#Item"]:Destroy()
  2186. wait(.5)
  2187. game:GetService("Workspace").chunk41["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2188. wait(2)
  2189. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2190. wait(5)
  2191. game:GetService("Workspace").chunk41["#Item"]:Destroy()
  2192. wait(.5)
  2193. game:GetService("Workspace").chunk41["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2194. wait(2)
  2195. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2196. wait(5)
  2197. game:GetService("Workspace").chunk41["#Item"]:Destroy()
  2198. wait(.5)
  2199. game:GetService("Workspace").chunk41["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2200. wait(2)
  2201. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2202. wait(5)
  2203. game:GetService("Workspace").chunk41["#Item"]:Destroy()
  2204. wait(.5)
  2205.  
  2206.  
  2207. end
  2208.  
  2209. if(v == 42) then
  2210. -- Chunk 42
  2211. local lp = game:service "Players".LocalPlayer
  2212. local plr1 = game.Players.LocalPlayer.Character
  2213.  
  2214. game:GetService("Workspace").chunk42["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2215. wait(2)
  2216. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2217. wait(5)
  2218. game:GetService("Workspace").chunk42["#Item"]:Destroy()
  2219. wait(.5)
  2220. game:GetService("Workspace").chunk42["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2221. wait(2)
  2222. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2223. wait(5)
  2224. game:GetService("Workspace").chunk42["#Item"]:Destroy()
  2225. wait(.5)
  2226. game:GetService("Workspace").chunk42["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2227. wait(2)
  2228. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2229. wait(5)
  2230. game:GetService("Workspace").chunk42["#Item"]:Destroy()
  2231. wait(.5)
  2232. game:GetService("Workspace").chunk42["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2233. wait(2)
  2234. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2235. wait(5)
  2236. game:GetService("Workspace").chunk42["#Item"]:Destroy()
  2237. wait(.5)
  2238. game:GetService("Workspace").chunk42["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2239. wait(2)
  2240. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2241. wait(5)
  2242. game:GetService("Workspace").chunk42["#Item"]:Destroy()
  2243. wait(.5)
  2244. game:GetService("Workspace").chunk42["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2245. wait(2)
  2246. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2247. wait(5)
  2248. game:GetService("Workspace").chunk42["#Item"]:Destroy()
  2249. wait(.5)
  2250.  
  2251.  
  2252. end
  2253.  
  2254. if(v == 43) then
  2255. -- Chunk 43
  2256. local lp = game:service "Players".LocalPlayer
  2257. local plr1 = game.Players.LocalPlayer.Character
  2258.  
  2259. game:GetService("Workspace").chunk43["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2260. wait(2)
  2261. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2262. wait(5)
  2263. game:GetService("Workspace").chunk43["#Item"]:Destroy()
  2264. wait(.5)
  2265. game:GetService("Workspace").chunk43["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2266. wait(2)
  2267. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2268. wait(5)
  2269. game:GetService("Workspace").chunk43["#Item"]:Destroy()
  2270. wait(.5)
  2271. game:GetService("Workspace").chunk43["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2272. wait(2)
  2273. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2274. wait(5)
  2275. game:GetService("Workspace").chunk43["#Item"]:Destroy()
  2276. wait(.5)
  2277. game:GetService("Workspace").chunk43["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2278. wait(2)
  2279. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2280. wait(5)
  2281. game:GetService("Workspace").chunk43["#Item"]:Destroy()
  2282. wait(.5)
  2283. game:GetService("Workspace").chunk43["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2284. wait(2)
  2285. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2286. wait(5)
  2287. game:GetService("Workspace").chunk43["#Item"]:Destroy()
  2288. wait(.5)
  2289. game:GetService("Workspace").chunk43["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2290. wait(2)
  2291. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2292. wait(5)
  2293. game:GetService("Workspace").chunk43["#Item"]:Destroy()
  2294. wait(.5)
  2295.  
  2296.  
  2297. end
  2298.  
  2299. if(v == 44) then
  2300. -- Chunk 44
  2301. local lp = game:service "Players".LocalPlayer
  2302. local plr1 = game.Players.LocalPlayer.Character
  2303.  
  2304. game:GetService("Workspace").chunk44["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2305. wait(2)
  2306. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2307. wait(5)
  2308. game:GetService("Workspace").chunk44["#Item"]:Destroy()
  2309. wait(.5)
  2310. game:GetService("Workspace").chunk44["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2311. wait(2)
  2312. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2313. wait(5)
  2314. game:GetService("Workspace").chunk44["#Item"]:Destroy()
  2315. wait(.5)
  2316. game:GetService("Workspace").chunk44["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2317. wait(2)
  2318. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2319. wait(5)
  2320. game:GetService("Workspace").chunk44["#Item"]:Destroy()
  2321. wait(.5)
  2322. game:GetService("Workspace").chunk44["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2323. wait(2)
  2324. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2325. wait(5)
  2326. game:GetService("Workspace").chunk44["#Item"]:Destroy()
  2327. wait(.5)
  2328. game:GetService("Workspace").chunk44["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2329. wait(2)
  2330. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2331. wait(5)
  2332. game:GetService("Workspace").chunk44["#Item"]:Destroy()
  2333. wait(.5)
  2334. game:GetService("Workspace").chunk44["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2335. wait(2)
  2336. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2337. wait(5)
  2338. game:GetService("Workspace").chunk44["#Item"]:Destroy()
  2339. wait(.5)
  2340.  
  2341.  
  2342. end
  2343.  
  2344. if(v == 45) then
  2345. -- Chunk 45
  2346. local lp = game:service "Players".LocalPlayer
  2347. local plr1 = game.Players.LocalPlayer.Character
  2348.  
  2349. game:GetService("Workspace").chunk45["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2350. wait(2)
  2351. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2352. wait(5)
  2353. game:GetService("Workspace").chunk45["#Item"]:Destroy()
  2354. wait(.5)
  2355. game:GetService("Workspace").chunk45["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2356. wait(2)
  2357. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2358. wait(5)
  2359. game:GetService("Workspace").chunk45["#Item"]:Destroy()
  2360. wait(.5)
  2361. game:GetService("Workspace").chunk45["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2362. wait(2)
  2363. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2364. wait(5)
  2365. game:GetService("Workspace").chunk45["#Item"]:Destroy()
  2366. wait(.5)
  2367. game:GetService("Workspace").chunk45["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2368. wait(2)
  2369. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2370. wait(5)
  2371. game:GetService("Workspace").chunk45["#Item"]:Destroy()
  2372. wait(.5)
  2373. game:GetService("Workspace").chunk45["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2374. wait(2)
  2375. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2376. wait(5)
  2377. game:GetService("Workspace").chunk45["#Item"]:Destroy()
  2378. wait(.5)
  2379. game:GetService("Workspace").chunk45["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2380. wait(2)
  2381. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2382. wait(5)
  2383. game:GetService("Workspace").chunk45["#Item"]:Destroy()
  2384. wait(.5)
  2385.  
  2386.  
  2387. end
  2388.  
  2389. if(v == 46) then
  2390. -- Chunk 46
  2391. local lp = game:service "Players".LocalPlayer
  2392. local plr1 = game.Players.LocalPlayer.Character
  2393.  
  2394. game:GetService("Workspace").chunk46["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2395. wait(2)
  2396. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2397. wait(5)
  2398. game:GetService("Workspace").chunk46["#Item"]:Destroy()
  2399. wait(.5)
  2400. game:GetService("Workspace").chunk46["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2401. wait(2)
  2402. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2403. wait(5)
  2404. game:GetService("Workspace").chunk46["#Item"]:Destroy()
  2405. wait(.5)
  2406. game:GetService("Workspace").chunk46["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2407. wait(2)
  2408. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2409. wait(5)
  2410. game:GetService("Workspace").chunk46["#Item"]:Destroy()
  2411. wait(.5)
  2412. game:GetService("Workspace").chunk46["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2413. wait(2)
  2414. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2415. wait(5)
  2416. game:GetService("Workspace").chunk46["#Item"]:Destroy()
  2417. wait(.5)
  2418. game:GetService("Workspace").chunk46["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2419. wait(2)
  2420. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2421. wait(5)
  2422. game:GetService("Workspace").chunk46["#Item"]:Destroy()
  2423. wait(.5)
  2424. game:GetService("Workspace").chunk46["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2425. wait(2)
  2426. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2427. wait(5)
  2428. game:GetService("Workspace").chunk46["#Item"]:Destroy()
  2429. wait(.5)
  2430.  
  2431.  
  2432. end
  2433.  
  2434. if(v == 47) then
  2435. -- Chunk 47
  2436. local lp = game:service "Players".LocalPlayer
  2437. local plr1 = game.Players.LocalPlayer.Character
  2438.  
  2439. game:GetService("Workspace").chunk47["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2440. wait(2)
  2441. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2442. wait(5)
  2443. game:GetService("Workspace").chunk47["#Item"]:Destroy()
  2444. wait(.5)
  2445. game:GetService("Workspace").chunk47["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2446. wait(2)
  2447. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2448. wait(5)
  2449. game:GetService("Workspace").chunk47["#Item"]:Destroy()
  2450. wait(.5)
  2451. game:GetService("Workspace").chunk47["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2452. wait(2)
  2453. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2454. wait(5)
  2455. game:GetService("Workspace").chunk47["#Item"]:Destroy()
  2456. wait(.5)
  2457. game:GetService("Workspace").chunk47["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2458. wait(2)
  2459. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2460. wait(5)
  2461. game:GetService("Workspace").chunk47["#Item"]:Destroy()
  2462. wait(.5)
  2463. game:GetService("Workspace").chunk47["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2464. wait(2)
  2465. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2466. wait(5)
  2467. game:GetService("Workspace").chunk47["#Item"]:Destroy()
  2468. wait(.5)
  2469. game:GetService("Workspace").chunk47["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2470. wait(2)
  2471. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2472. wait(5)
  2473. game:GetService("Workspace").chunk47["#Item"]:Destroy()
  2474. wait(.5)
  2475.  
  2476.  
  2477. end
  2478.  
  2479. if(v == 48) then
  2480. -- Chunk 48
  2481. local lp = game:service "Players".LocalPlayer
  2482. local plr1 = game.Players.LocalPlayer.Character
  2483.  
  2484. game:GetService("Workspace").chunk48["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2485. wait(2)
  2486. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2487. wait(5)
  2488. game:GetService("Workspace").chunk48["#Item"]:Destroy()
  2489. wait(.5)
  2490. game:GetService("Workspace").chunk48["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2491. wait(2)
  2492. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2493. wait(5)
  2494. game:GetService("Workspace").chunk48["#Item"]:Destroy()
  2495. wait(.5)
  2496. game:GetService("Workspace").chunk48["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2497. wait(2)
  2498. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2499. wait(5)
  2500. game:GetService("Workspace").chunk48["#Item"]:Destroy()
  2501. wait(.5)
  2502. game:GetService("Workspace").chunk48["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2503. wait(2)
  2504. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2505. wait(5)
  2506. game:GetService("Workspace").chunk48["#Item"]:Destroy()
  2507. wait(.5)
  2508. game:GetService("Workspace").chunk48["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2509. wait(2)
  2510. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2511. wait(5)
  2512. game:GetService("Workspace").chunk48["#Item"]:Destroy()
  2513. wait(.5)
  2514. game:GetService("Workspace").chunk48["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2515. wait(2)
  2516. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2517. wait(5)
  2518. game:GetService("Workspace").chunk48["#Item"]:Destroy()
  2519. wait(.5)
  2520.  
  2521.  
  2522. end
  2523.  
  2524. if(v == 49) then
  2525. -- Chunk 49
  2526. local lp = game:service "Players".LocalPlayer
  2527. local plr1 = game.Players.LocalPlayer.Character
  2528.  
  2529. game:GetService("Workspace").chunk49["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2530. wait(2)
  2531. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2532. wait(5)
  2533. game:GetService("Workspace").chunk49["#Item"]:Destroy()
  2534. wait(.5)
  2535. game:GetService("Workspace").chunk49["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2536. wait(2)
  2537. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2538. wait(5)
  2539. game:GetService("Workspace").chunk49["#Item"]:Destroy()
  2540. wait(.5)
  2541. game:GetService("Workspace").chunk49["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2542. wait(2)
  2543. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2544. wait(5)
  2545. game:GetService("Workspace").chunk49["#Item"]:Destroy()
  2546. wait(.5)
  2547. game:GetService("Workspace").chunk49["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2548. wait(2)
  2549. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2550. wait(5)
  2551. game:GetService("Workspace").chunk49["#Item"]:Destroy()
  2552. wait(.5)
  2553. game:GetService("Workspace").chunk49["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2554. wait(2)
  2555. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2556. wait(5)
  2557. game:GetService("Workspace").chunk49["#Item"]:Destroy()
  2558. wait(.5)
  2559. game:GetService("Workspace").chunk49["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2560. wait(2)
  2561. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2562. wait(5)
  2563. game:GetService("Workspace").chunk49["#Item"]:Destroy()
  2564. wait(.5)
  2565.  
  2566.  
  2567. end
  2568.  
  2569. if(v == 50) then
  2570. -- Chunk 50
  2571. local lp = game:service "Players".LocalPlayer
  2572. local plr1 = game.Players.LocalPlayer.Character
  2573.  
  2574. game:GetService("Workspace").chunk50["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2575. wait(2)
  2576. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2577. wait(5)
  2578. game:GetService("Workspace").chunk50["#Item"]:Destroy()
  2579. wait(.5)
  2580. game:GetService("Workspace").chunk50["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2581. wait(2)
  2582. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2583. wait(5)
  2584. game:GetService("Workspace").chunk50["#Item"]:Destroy()
  2585. wait(.5)
  2586. game:GetService("Workspace").chunk50["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2587. wait(2)
  2588. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2589. wait(5)
  2590. game:GetService("Workspace").chunk50["#Item"]:Destroy()
  2591. wait(.5)
  2592. game:GetService("Workspace").chunk50["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2593. wait(2)
  2594. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2595. wait(5)
  2596. game:GetService("Workspace").chunk50["#Item"]:Destroy()
  2597. wait(.5)
  2598. game:GetService("Workspace").chunk50["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2599. wait(2)
  2600. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2601. wait(5)
  2602. game:GetService("Workspace").chunk50["#Item"]:Destroy()
  2603. wait(.5)
  2604. game:GetService("Workspace").chunk50["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2605. wait(2)
  2606. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2607. wait(5)
  2608. game:GetService("Workspace").chunk50["#Item"]:Destroy()
  2609. wait(.5)
  2610.  
  2611.  
  2612. end
  2613.  
  2614. if(v == 51) then
  2615. -- Chunk 51
  2616. local lp = game:service "Players".LocalPlayer
  2617. local plr1 = game.Players.LocalPlayer.Character
  2618.  
  2619. game:GetService("Workspace").chunk51["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2620. wait(2)
  2621. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2622. wait(5)
  2623. game:GetService("Workspace").chunk51["#Item"]:Destroy()
  2624. wait(.5)
  2625. game:GetService("Workspace").chunk51["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2626. wait(2)
  2627. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2628. wait(5)
  2629. game:GetService("Workspace").chunk51["#Item"]:Destroy()
  2630. wait(.5)
  2631. game:GetService("Workspace").chunk51["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2632. wait(2)
  2633. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2634. wait(5)
  2635. game:GetService("Workspace").chunk51["#Item"]:Destroy()
  2636. wait(.5)
  2637. game:GetService("Workspace").chunk51["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2638. wait(2)
  2639. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2640. wait(5)
  2641. game:GetService("Workspace").chunk51["#Item"]:Destroy()
  2642. wait(.5)
  2643. game:GetService("Workspace").chunk51["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2644. wait(2)
  2645. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2646. wait(5)
  2647. game:GetService("Workspace").chunk51["#Item"]:Destroy()
  2648. wait(.5)
  2649. game:GetService("Workspace").chunk51["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2650. wait(2)
  2651. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2652. wait(5)
  2653. game:GetService("Workspace").chunk51["#Item"]:Destroy()
  2654. wait(.5)
  2655.  
  2656.  
  2657. end
  2658.  
  2659. if(v == 52) then
  2660. -- Chunk 52
  2661. local lp = game:service "Players".LocalPlayer
  2662. local plr1 = game.Players.LocalPlayer.Character
  2663.  
  2664. game:GetService("Workspace").chunk52["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2665. wait(2)
  2666. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2667. wait(5)
  2668. game:GetService("Workspace").chunk52["#Item"]:Destroy()
  2669. wait(.5)
  2670. game:GetService("Workspace").chunk52["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2671. wait(2)
  2672. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2673. wait(5)
  2674. game:GetService("Workspace").chunk52["#Item"]:Destroy()
  2675. wait(.5)
  2676. game:GetService("Workspace").chunk52["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2677. wait(2)
  2678. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2679. wait(5)
  2680. game:GetService("Workspace").chunk52["#Item"]:Destroy()
  2681. wait(.5)
  2682. game:GetService("Workspace").chunk52["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2683. wait(2)
  2684. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2685. wait(5)
  2686. game:GetService("Workspace").chunk52["#Item"]:Destroy()
  2687. wait(.5)
  2688. game:GetService("Workspace").chunk52["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2689. wait(2)
  2690. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2691. wait(5)
  2692. game:GetService("Workspace").chunk52["#Item"]:Destroy()
  2693. wait(.5)
  2694. game:GetService("Workspace").chunk52["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2695. wait(2)
  2696. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2697. wait(5)
  2698. game:GetService("Workspace").chunk52["#Item"]:Destroy()
  2699. wait(.5)
  2700.  
  2701.  
  2702. end
  2703.  
  2704. if(v == 53) then
  2705. -- Chunk 53
  2706. local lp = game:service "Players".LocalPlayer
  2707. local plr1 = game.Players.LocalPlayer.Character
  2708.  
  2709. game:GetService("Workspace").chunk53["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2710. wait(2)
  2711. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2712. wait(5)
  2713. game:GetService("Workspace").chunk53["#Item"]:Destroy()
  2714. wait(.5)
  2715. game:GetService("Workspace").chunk53["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2716. wait(2)
  2717. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2718. wait(5)
  2719. game:GetService("Workspace").chunk53["#Item"]:Destroy()
  2720. wait(.5)
  2721. game:GetService("Workspace").chunk53["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2722. wait(2)
  2723. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2724. wait(5)
  2725. game:GetService("Workspace").chunk53["#Item"]:Destroy()
  2726. wait(.5)
  2727. game:GetService("Workspace").chunk53["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2728. wait(2)
  2729. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2730. wait(5)
  2731. game:GetService("Workspace").chunk53["#Item"]:Destroy()
  2732. wait(.5)
  2733. game:GetService("Workspace").chunk53["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2734. wait(2)
  2735. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2736. wait(5)
  2737. game:GetService("Workspace").chunk53["#Item"]:Destroy()
  2738. wait(.5)
  2739. game:GetService("Workspace").chunk53["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2740. wait(2)
  2741. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2742. wait(5)
  2743. game:GetService("Workspace").chunk53["#Item"]:Destroy()
  2744. wait(.5)
  2745.  
  2746.  
  2747. end
  2748.  
  2749. if(v == 54) then
  2750. -- Chunk 54
  2751. local lp = game:service "Players".LocalPlayer
  2752. local plr1 = game.Players.LocalPlayer.Character
  2753.  
  2754. game:GetService("Workspace").chunk54["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2755. wait(2)
  2756. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2757. wait(5)
  2758. game:GetService("Workspace").chunk54["#Item"]:Destroy()
  2759. wait(.5)
  2760. game:GetService("Workspace").chunk54["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2761. wait(2)
  2762. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2763. wait(5)
  2764. game:GetService("Workspace").chunk54["#Item"]:Destroy()
  2765. wait(.5)
  2766. game:GetService("Workspace").chunk54["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2767. wait(2)
  2768. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2769. wait(5)
  2770. game:GetService("Workspace").chunk54["#Item"]:Destroy()
  2771. wait(.5)
  2772. game:GetService("Workspace").chunk54["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2773. wait(2)
  2774. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2775. wait(5)
  2776. game:GetService("Workspace").chunk54["#Item"]:Destroy()
  2777. wait(.5)
  2778. game:GetService("Workspace").chunk54["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2779. wait(2)
  2780. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2781. wait(5)
  2782. game:GetService("Workspace").chunk54["#Item"]:Destroy()
  2783. wait(.5)
  2784. game:GetService("Workspace").chunk54["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2785. wait(2)
  2786. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2787. wait(5)
  2788. game:GetService("Workspace").chunk54["#Item"]:Destroy()
  2789. wait(.5)
  2790.  
  2791.  
  2792. end
  2793.  
  2794. if(v == 55) then
  2795. -- Chunk 55
  2796. local lp = game:service "Players".LocalPlayer
  2797. local plr1 = game.Players.LocalPlayer.Character
  2798.  
  2799. game:GetService("Workspace").chunk55["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2800. wait(2)
  2801. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2802. wait(5)
  2803. game:GetService("Workspace").chunk55["#Item"]:Destroy()
  2804. wait(.5)
  2805. game:GetService("Workspace").chunk55["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2806. wait(2)
  2807. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2808. wait(5)
  2809. game:GetService("Workspace").chunk55["#Item"]:Destroy()
  2810. wait(.5)
  2811. game:GetService("Workspace").chunk55["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2812. wait(2)
  2813. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2814. wait(5)
  2815. game:GetService("Workspace").chunk55["#Item"]:Destroy()
  2816. wait(.5)
  2817. game:GetService("Workspace").chunk55["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2818. wait(2)
  2819. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2820. wait(5)
  2821. game:GetService("Workspace").chunk55["#Item"]:Destroy()
  2822. wait(.5)
  2823. game:GetService("Workspace").chunk55["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2824. wait(2)
  2825. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2826. wait(5)
  2827. game:GetService("Workspace").chunk55["#Item"]:Destroy()
  2828. wait(.5)
  2829. game:GetService("Workspace").chunk55["#Item"]:MoveTo(lp.Character.LeftHand.Position)
  2830. wait(2)
  2831. plr1.HumanoidRootPart.CFrame = plr1.HumanoidRootPart.CFrame * CFrame.new(0,1.8,0)
  2832. wait(5)
  2833. game:GetService("Workspace").chunk55["#Item"]:Destroy()
  2834. wait(.5)
  2835.  
  2836.  
  2837. end
  2838. end)
  2839.  
  2840. -- Teleports
  2841.  
  2842. local TeleSection = Tab2:AddSection("Teleports", {default = false})
  2843.  
  2844. local Box = TeleSection:AddBox("Chunk Loader", {fireonempty = true}, function(id)
  2845. local _p = nil
  2846. for _, v in pairs(getgc(true)) do
  2847. if typeof(v) == "table" then
  2848. if rawget(v, "PlayerData") then
  2849. _p = v
  2850. break
  2851. end
  2852. end
  2853. end
  2854. _p.DataManager:loadChunk("chunk" .. id)
  2855. _p.Menu.options:getUnstuck(true)
  2856. end)
  2857. local Label = TeleSection:AddLabel("Can only Teleport to Chunks you have loaded!")
  2858. local Label = TeleSection:AddLabel("Can't Teleport to chunk you have not unloaded!")
  2859. local Dropdown = TeleSection:AddDropdown("Chunks List", {"Chunk 1 Mitis Town", "Chunk 2 Cheshma Town", "Chunk 3 Silvent City", "Chunk 4 Route 5 + Old Graveyard","Chunk 5 Brimber City", "Chunk 6 Route 6", "Chunk 7 Mt. Igneus", "Chunk 8 (Route 7)", "Chunk 9 (Lagoona Lake)", "Chunk 10 (Route 8)", "Chunk 11 (Rosecove City + Rosecove Beach)", "Chunk 12 (Route 9)", "Chunk 13 (Fortulose Manor)", "Chunk 14 (Grove of Dreams)", "Chunk 15 (Route 10)", "Chunk 16 (Cragonos Mines)", "Chunk 17 (Cragonos Cliffs again)", "Chunk 18 (Cragonos Peak)", "Chunk 19 (Anthian City - Housing District)", "Chunk 20 (Anthian City - Shopping District)", "Chunk 21 (Anthian City - Battle District)", "Chunk 22 (Anthian City - Park District)", "Chunk 23 (Anthian Sewer)", "Chunk 24 (Route 11)", "Chunk 25 (Aredia City)", "Chunk 26 (Glistening Grotto)", "Chunk 27 (Old Aredia)", "Chunk 28 (Desert Castle Ruins 1)", "Chunk 29 (Desert Castle Ruins 2)", "Chunk 30 (Desert Castle Ruins 3)", "Chunk 31 (Desert Castle Ruins 4)", "Chunk 32 (Desert Castle Ruins 5)", "Chunk 33 (Desert Castle Ruins 6)", "Chunk 34 (Desert Castle Ruins 7 + Victini)", "Chunk 35 (Desert Catacombs)", "Chunk 36 (Route 12)", "Chunk 37 (Nature's Den)", "Chunk 38 (Route 13)", "Chunk 39 (Fluoruma City)", "Chunk 40 (Igneus Depths)", "Chunk 41 (Chamber of the Jewel)", "Chunk 42 (Route 14 1)", "Chunk 43 (Route 14 2)", "Chunk 44 (Cragonos Sanctuary)", "Chunk 45 (Route 15)", "Chunk 46 (Frostveil City)", "Chunk 47 (Route 16)", "Chunk 48 (Freezing Fissure)", "Chunk 50 (Port Decca)", "Chunk 51 (Cosmeos Valley)", "Chunk 52 (Tinbell Construction Site)", "Chunk 53 (Decca Beach)", "Chunk 54 (Ecplise Base - Lobby)", "Chunk 64 (Route 18)", "Chunk 65 (Aborille Outpost)", "Chunk 67 (Volcanion Cave)", "Chunk 80 (Ola Island)"}, {default = "Only List!"}, function(selected)
  2860. print(selected)
  2861. end)
  2862.  
  2863.  
  2864. -- Settings
  2865. local SettingsSection = Tab3:AddSection("Settings", {default = false})
  2866.  
  2867. -- Create Picker
  2868. local Picker = SettingsSection:AddPicker("Picker", {color = Color3.fromRGB(255, 0, 0)}, function(color)
  2869. Window:SetAccent(color)
  2870. end)
  2871.  
  2872. -- Create Bind
  2873. local Bind = SettingsSection:AddBind("Bind", Enum.KeyCode.RightShift, {toggleable = true, default = false, flag = "Bind_Flag"}, function(keycode)
  2874. Window:SetKey(keycode)
  2875. end)
  2876.  
  2877. local Button = SettingsSection:AddButton("Get Unstuck", function()
  2878. _p.Menu.options:getUnstuck(true)
  2879. _p.Menu:enable()
  2880. _p.MasterControl.WalkEnabled = true
  2881. end)
  2882.  
  2883. local Button = SettingsSection:AddButton("Mining X-Ray", function()
  2884. while true do
  2885.  
  2886. game.Players.LocalPlayer.PlayerGui.FrontGui.Frame.Name = "Frame1"
  2887.  
  2888. local Blocks = game.Players.LocalPlayer.PlayerGui.FrontGui.Frame.Frame.ImageButton
  2889.  
  2890. for _, child in ipairs(Blocks:GetChildren()) do
  2891. child.ImageTransparency = 0.4
  2892. end
  2893.  
  2894. wait()
  2895. end
  2896. end)
  2897.  
  2898. local Button = SettingsSection:AddButton("Ctrl-Tp", function()
  2899. local Plr = game:GetService("Players").LocalPlayer
  2900. local Mouse = Plr:GetMouse()
  2901. Mouse.Button1Down:connect(
  2902. function()
  2903. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
  2904. return
  2905. end
  2906. if not Mouse.Target then
  2907. return
  2908. end
  2909. Plr.Character:MoveTo(Mouse.Hit.p)
  2910. end
  2911. )
  2912. end)
  2913.  
  2914. --[[
  2915.  
  2916. All functions shown above are implemented the same way for SubSections
  2917.  
  2918. ]]--
  2919. end)
  2920.  
  2921. -- Teleports
  2922.  
  2923. local TeleSection = Tab2:AddSection("Teleports", {default = false})
  2924.  
  2925. local Box = TeleSection:AddBox("Chunk Loader", {fireonempty = true}, function(id)
  2926. local _p = nil
  2927. for _, v in pairs(getgc(true)) do
  2928. if typeof(v) == "table" then
  2929. if rawget(v, "PlayerData") then
  2930. _p = v
  2931. break
  2932. end
  2933. end
  2934. end
  2935. _p.DataManager:loadChunk("chunk" .. id)
  2936. _p.Menu.options:getUnstuck(true)
  2937. end)
  2938. local Label = TeleSection:AddLabel("Can only Teleport to Chunks you have loaded!")
  2939. local Label = TeleSection:AddLabel("Can't Teleport to chunk you have not unloaded!")
  2940. local Dropdown = TeleSection:AddDropdown("Chunks List", {"Chunk 1 Mitis Town", "Chunk 2 Cheshma Town", "Chunk 3 Silvent City", "Chunk 4 Route 5 + Old Graveyard","Chunk 5 Brimber City", "Chunk 6 Route 6", "Chunk 7 Mt. Igneus", "Chunk 8 (Route 7)", "Chunk 9 (Lagoona Lake)", "Chunk 10 (Route 8)", "Chunk 11 (Rosecove City + Rosecove Beach)", "Chunk 12 (Route 9)", "Chunk 13 (Fortulose Manor)", "Chunk 14 (Grove of Dreams)", "Chunk 15 (Route 10)", "Chunk 16 (Cragonos Mines)", "Chunk 17 (Cragonos Cliffs again)", "Chunk 18 (Cragonos Peak)", "Chunk 19 (Anthian City - Housing District)", "Chunk 20 (Anthian City - Shopping District)", "Chunk 21 (Anthian City - Battle District)", "Chunk 22 (Anthian City - Park District)", "Chunk 23 (Anthian Sewer)", "Chunk 24 (Route 11)", "Chunk 25 (Aredia City)", "Chunk 26 (Glistening Grotto)", "Chunk 27 (Old Aredia)", "Chunk 28 (Desert Castle Ruins 1)", "Chunk 29 (Desert Castle Ruins 2)", "Chunk 30 (Desert Castle Ruins 3)", "Chunk 31 (Desert Castle Ruins 4)", "Chunk 32 (Desert Castle Ruins 5)", "Chunk 33 (Desert Castle Ruins 6)", "Chunk 34 (Desert Castle Ruins 7 + Victini)", "Chunk 35 (Desert Catacombs)", "Chunk 36 (Route 12)", "Chunk 37 (Nature's Den)", "Chunk 38 (Route 13)", "Chunk 39 (Fluoruma City)", "Chunk 40 (Igneus Depths)", "Chunk 41 (Chamber of the Jewel)", "Chunk 42 (Route 14 1)", "Chunk 43 (Route 14 2)", "Chunk 44 (Cragonos Sanctuary)", "Chunk 45 (Route 15)", "Chunk 46 (Frostveil City)", "Chunk 47 (Route 16)", "Chunk 48 (Freezing Fissure)", "Chunk 50 (Port Decca)", "Chunk 51 (Cosmeos Valley)", "Chunk 52 (Tinbell Construction Site)", "Chunk 53 (Decca Beach)", "Chunk 54 (Ecplise Base - Lobby)", "Chunk 64 (Route 18)", "Chunk 65 (Aborille Outpost)", "Chunk 67 (Volcanion Cave)", "Chunk 80 (Ola Island)"}, {default = "Only List!"}, function(selected)
  2941. print(selected)
  2942. end)
  2943.  
  2944.  
  2945. -- Settings
  2946. local SettingsSection = Tab3:AddSection("Settings", {default = false})
  2947.  
  2948. -- Create Picker
  2949. local Picker = SettingsSection:AddPicker("Picker", {color = Color3.fromRGB(255, 0, 0)}, function(color)
  2950. Window:SetAccent(color)
  2951. end)
  2952.  
  2953. -- Create Bind
  2954. local Bind = SettingsSection:AddBind("Bind", Enum.KeyCode.RightShift, {toggleable = true, default = false, flag = "Bind_Flag"}, function(keycode)
  2955. Window:SetKey(keycode)
  2956. end)
  2957.  
  2958. local Button = SettingsSection:AddButton("Get Unstuck", function()
  2959. _p.Menu.options:getUnstuck(true)
  2960. _p.Menu:enable()
  2961. _p.MasterControl.WalkEnabled = true
  2962. end)
  2963.  
  2964. local Button = SettingsSection:AddButton("Mining X-Ray", function()
  2965. while true do
  2966.  
  2967. game.Players.LocalPlayer.PlayerGui.FrontGui.Frame.Name = "Frame1"
  2968.  
  2969. local Blocks = game.Players.LocalPlayer.PlayerGui.FrontGui.Frame.Frame.ImageButton
  2970.  
  2971. for _, child in ipairs(Blocks:GetChildren()) do
  2972. child.ImageTransparency = 0.4
  2973. end
  2974.  
  2975. wait()
  2976. end
  2977. end)
  2978.  
  2979. local Button = SettingsSection:AddButton("Ctrl-Tp", function()
  2980. local Plr = game:GetService("Players").LocalPlayer
  2981. local Mouse = Plr:GetMouse()
  2982. Mouse.Button1Down:connect(
  2983. function()
  2984. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
  2985. return
  2986. end
  2987. if not Mouse.Target then
  2988. return
  2989. end
  2990. Plr.Character:MoveTo(Mouse.Hit.p)
  2991. end
  2992. )
  2993. end)
  2994.  
  2995. --[[
  2996.  
  2997. All functions shown above are implemented the same way for SubSections
  2998.  
  2999. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement