Get an offset behind player forward without target

Hello everybody. I need a constant offest behind the player forward based on player rotation and player position. So if the player rotate or move this offset is always at a costant position behind the player. Any idea? Target info no needed. Thanks in advance.

transform.position -transform.forward * distance

Where distance is the offset you want.