GTA V NativesplayerPlayer::isHumanOn this pagePlayer::isHumanReturns true/false if the ped is/isn't humanoid. Edited by: Enumerator Syntax ```js player.isHuman(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also