Advertisement
-----------------

gear pack reupload

May 11th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. local gears = {66896601,86494893,88885539,298085284,16726030,83021250,73888479,78005009,172246820,11999247,11563251,15932306,45177979,225921650,67747912,119101539,150366274,78730532,503955938,154727201,204485737,60357972,233520257,120307951,2544549379,80661504,69499437,93136802,127506257,22596452,95354304,99119240,73829193,108158379,139577901,82357123,139578207,225921000,129471121,190094159,159229806,1074738432,89487934,125013830,212641536,16895215,77443461,93136746,107458461,57902997,94794847,148791414,11719016,248287898,48596336,124126528,116040828,48596324}
  2. local plr = owner
  3. local keep_inv = true
  4.  
  5. for _,gear in pairs(gears) do
  6. local a = game:GetService("InsertService"):LoadAsset(gear):GetChildren()[1]
  7. if not plr.Backpack:FindFirstChild(a.Name) then
  8. a.Parent = plr.Backpack
  9. end
  10. if keep_inv then
  11. local b = game:GetService("InsertService"):LoadAsset(gear):GetChildren()[1]
  12. if not plr.StarterGear:FindFirstChild(b.Name) then
  13. b.Parent = plr.StarterGear
  14. end
  15. end
  16. end
  17.  
  18. print('Loaded ' .. #gears .. ' gears.' .. '\nKeep Inventory: ' .. tostring(keep_inv))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement