### Function: HasFreeSlot(player) **Description:** Return's true if there is a free slot in player's inventory, otherwise false. **Parameters:** - `player` (Spawn) - Spawn object representing `player`. **Returns:** True if there is an open inventory slot for the Player, otherwise false. **Example:** Example Required