Examples #
ts
if (player.isSuperJumpEnabled) {
console.log(`They have super jump enabled.!`);
} else {
console.log(`They do not have super jump enabled!`);
}