I’m trying to make “Items” hold information from 2 seperate locations.
This is what I’ve tried:
local items = Player.Backpack:GetChildren() and Player.Character:GetChildren()
How can I do this using only one variable instead of spreading it across 2?
Thanks!