So I'm trying to make a armor dispenser so when you hold 'e' on it, it will add +1 armor. the dispenser works and all but I do not know how to make it to where it adds armor slowly instead of rapidly which its doing right now
this is the code
hastebin
Try using this:
NextArmorAdd = CurTime() + 0.01
thank you
Hey no problem, didn't wanna spoon feed anything but I see you got the hang of it! CurTime is a useful thing!
Sorry, you need to Log In to post a reply to this thread.