Best way to make a timer for cooldown GUI?

Hello. I am trying to make a cooldown GUI for game skill but I don’t know what is the best way to approach this. The issue I am having is the timer. I tried out few stuff with tick() but it counts from 0 to cooldown duration, but instead I want it to go from cooldown duration, lets say 8, to 0. I also want the number to have one decimal. How do I do that?

1 Like

wrong category but anyway:

you could subtract the value you’re using to keel track of time from cooldown duration

1 Like

Dang right I don’t know why I couldn’t think of that. Thank you.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.