Advertisement
pa1nx9

One of every item:

Sep 20th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. for i, v in pairs(game:GetService("ReplicatedStorage"):GetChildren()) do
  2. if v.ClassName == "IntValue" then
  3. for i, e in pairs(v:GetDescendants()) do
  4. if e.ClassName == "Model" then
  5. local args = {
  6. [1] = "IntValue",
  7. [2] = e.Name,
  8. [3] = 0,
  9. [4] = game:GetService("Players").LocalPlayer.ValueSave.Inv
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement