How do I make a firerate check for burst guns for my server script?
Basically I have a check on the server for the gun’s fire-rate (delay between shots/bursts) but I also have a burstDelay value for each gun that is the delay between each individual burst shot. if you are confused basically here is an example:
burst shot 1 → waits 0.1 seconds (burst delay) → fire burst shot 2 → wait 0.1 seconds → fire burst shot 3 → wait 0.5 seconds (firerate/cooldown between each burst)