### Function: HasFreeSlot(player) **Description:** Return's true if the player has a free slot in their inventory. **Parameters:** - `player` (Spawn) - Spawn object representing `player`. **Returns:** True if the player has an open inventory slot. **Example:** Example Required