wc.setCooldown() - shysolocup/willclient GitHub Wiki

  • Description: Used to set global cooldowns

Parameters

  • Time String or Number: How long the cooldown is

Setup

wc.setCooldown("5s")

wc.setCooldown(5)