Project Delta | Get total ruble value of someone’s inventory

MADE BY xSGTxBLOODx2

FEATURE:

  • RUBLE VALUE OF PEOPLE’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)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!