|
| 10 May 2015 08:04 PM |
Ok so this script gets inventory items and displays them... How do I edit the script so if you have two of one item then it adds a number in the slot next to the name?
local Bp = script.Parent.Backpack
while wait() do for i,v in pairs (Bp:GetChildren()) do script.Parent["Slot"..i].Text = v.Name end wait()end
|
|
|
| Report Abuse |
|