Is it possible to show a cooldown timer over the default hot bars?
For example, if a player uses a Tool which has a 15 second cooldown, I would like to show the time counting down on the hot bar.
-
I know it is possible to change the Tool.TextureId. But I am not a fan of this since it requires images. I would need 15 images (one for each number) to represent the 15 seconds cooldown.
-
Is it possible to reference the gui frame of a hot bar slot, and add a child gui (which would show the countdown using gui elements)? Or if I cannot add a child, can I get the position of the hot bar slot, and then add my own gui on top of that?
-
Any other ideas? These seems like a very common use case.