Workshop.codes
Create

Is Ability On Cooldown Last updated April 11, 2026

Description

Returns True if the specified ability on a player is currently on cooldown and unavailable for use. Returns False if the ability is ready or if the player has no ability assigned to that slot.

Snippet

Is Ability On Cooldown(Event Player, Button(Ability 1));

Properties

Returns: Boolean
Parameters: Player, Button

Player
Type: Player, Default: Event Player
The player whose ability state will be checked.

Button
Type: Button, Default: Ability 1
The ability slot to evaluate.

Workshop.codes