hi so in my game tools and materials are seperate to prevent clutter. when players press B they can view all the materials that they have. now, i want to add containers, which can hold both tools AND materials, i’m just not sure where to start with how i want this to exactly work.
one of my ideas was to show both in the form of labels on a seperate frame in the inventory gui, and when the player clicks one of the labels it transfers it to their inventory, but i have no clue on how or where i need to use remote events, because i’d like to keep this all on the server except for inputs, as the game is multiplayer and i need server scripts to have an accurate log of what items the player has regardless of whatever the client thinks it has.
any help and guidance is appreciated. essentially: how should i do this.