Project Delta Script | GET TOTAL RUBLE VALUE OF SOMEONE’S INVENTORY

Png-5.png

Created by xSGTxBLOODx2

Features:

  • GET TOTAL RUBLE VALUE OF SOMEONE’S INVENTORY
    • replace playername wit someone’s name
total = 0
local playername = "some goofball"
for i, v in pairs(game:GetService("ReplicatedStorage").Players[playername]:GetDescendants()) do
   if v:IsA("StringValue") then
       e = game:GetService("ReplicatedStorage").ItemsListLocal:FindFirstChild(v.Name)
       if e ~= nil then
           price = e:GetAttribute("Price")
           if price ~= nil then
               total = total + tonumber(price)
           end
       end
   end
end
print("Inventory Value: "..total)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service