if ItemFromStorage.ItemInfo.Category.Value == "General" then -- general stuff elseif ItemFromStorage.ItemInfo.Category.Value == "Ammo" then -- ammo stuff elseif ItemFromStorage.ItemInfo.Category.Value == "Apparel" then -- apparel stuff elseif ItemFromStorage.ItemInfo.Category.Value == "Weapons" then -- weapon stuff end
Thats the script ^
For some reason it just ignores everything, Anyone got any ideas?