Examples #
ts
if (player.isInRagdoll) {
console.log(`They are ragdolling!`);
} else {
console.log(`They are not ragdolling!`);
}