It is in their StarterGui as it is an Inventory system. Can someone help? Thanks.
All you have to do is put the values in a table and save them.
local val1 = player.AValueIdk local function savePlayerData() local stuffToSave = {} -- if you have a lot of values, I would recommend a for loop table.insert(stuffToSave,val1.Value) --save the data here end