#Small problem i cant figure out

6 messages · Page 1 of 1 (latest)

pure rose
#

so im trying to make a healing potion, and after i click the tool disappears and you heal. but the sound and animation doesn't play.
before it used to be a wait() thing but then you'd be able to spam the potion and heal more than once off of one potion.
so please help me outchad (i can try to be more descriptive)

naive cloak
#

Add a cooldown

#

Once they click set the cooldown to true

#

And make an if statement to check if cooldown is true

#

If its true then dont heal

#

If its false then heal