GameObjectIsPlayerOn this pageGameObject.IsPlayer() Returns true if this object or any of the ancestors of this object is a ML player. Returns: typeDescriptionbooleantrue if this object or any of the ancestors of this object is a ML player. Usage ---@type GameObjectlocal gameobject;local val0 = gameobject.IsPlayer()