Simulator inventory help

So I’m trying to do the inventory part of a simulator (where you can equip pets and it says 1/4,2/4 equipped etc.) Im almost down with the inventory script so I just need the equipped part. with that small part. If you have any idea how to help me please dm me on forums or on discord.
Discord: Gaming Plug #0823

1 Like
local val =#folder:GetChildren()
local maxval = 4
local text = val.."/"..maxval

also a way to provide another item going throguh

if val >= maxval then
return
end