Hi guys i need help with coroutine for reload delay… I really don’t know how to make a Coroutine, can you help me please? ![]()
void Reload()
{
reloading = true;
currentWeapon.wepTransform.animation.Play(currentWeapon.reloadAnim);
count = 30;
reloading = false;
}