### Function: HasGroup(spawn) **Description:** Return's if the spawn is in a group. **Parameters:** - `spawn` (Spawn) - Spawn object representing `spawn`. **Returns:** True if the spawn is in a group, otherwise false. **Example:** Example Required