Thank you for your answer. And for things like “sort alphabetically” or “sort by weight” (can sort more than 100+ item per player), should i handle this also on server?
I can also execute the “Sort” function only on the client and then Set the Server_Array by the result of this function (with some check to see if items are valid on server).
Is it necessary or a lost of time?