In my server script, I’m instantiating a new inventory object and I send that information to the client. The client receives the inventory object with a new memory address, so I can’t access the method. How would I access that method from the client, from the original inventory object? For the method to work, it must be called from the client and update the pre-existing inventory object.