Description
Set the ability cooldown time for one or more players.
Snippet
Set Ability Cooldown(Event Player, Button(Primary Fire), 0);
Properties
Returns: Void
Parameters: Player, Button, COOLDOWN
Player
Type: Player | Array (Player), Default: Event Player
The player or players whose ability cooldown time will be modified.Button
Type: Button, Default: Primary Fire
The logical button associated with the ability to be modified.COOLDOWN
Type: Float, Default: Number
The cooldown time that will be set in seconds. Max of 1000.